Skip to main content
Glama
subodhkc

haiec-ai-agent-security-free-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_ai_securityA

Audit AI applications and agents for security risks before commit, PR, merge, or deployment. Produces deterministic findings with explicit coverage, Security Concern Families, Scan Receipts, and Evidence Envelopes.

USE when a developer asks to:

  • "check this for security issues"

  • "audit this task before I push"

  • "review this change for security problems"

  • "scan this AI agent" or "scan this AI app"

  • "check my LLM application"

  • "security review this PR"

  • "is this safe to merge"

  • "check this before deployment"

  • "audit this code for vulnerabilities"

  • "run a security scan"

  • "check for security risks before commit"

  • "review this implementation before pushing"

Also use for:

  • reviewing AI/LLM/agent source code for security

  • validating AI code before merge

  • checking an agent before deployment

  • reviewing RAG or model integration security

  • looking for unsafe AI source-code patterns

  • checking AI-output-to-dangerous-action flows

  • checking AI source-code secrets/security controls

DO NOT use for:

  • actual LLM response/content verification (use verify_llm_content)

  • tenant/RLS/cross-customer isolation (use scan_tenant_isolation)

  • generic compliance questionnaires or compliance certification

  • generic non-AI source scanning where no AI check applies

This tool performs static analysis only. It does NOT execute target code, make network requests, or emit telemetry. BLOCK findings are advisory — deployment enforcement is handled by check_deploy_security (not yet implemented).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/subodhkc/ai-appsec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server