Agent Security MCP
Detects leaked GitHub personal access tokens (ghp_*, github_pat_*) and OAuth tokens.
Detects leaked JSON Web Tokens (JWT) in text or code.
Detects leaked MongoDB connection URIs (e.g., mongodb://).
Detects leaked MySQL connection URIs (e.g., mysql://).
Detects leaked OpenAI API keys (sk-*) in text or code.
Provides OWASP LLM Top 10 and Agentic Top 10 resources for security assessments.
Detects leaked PostgreSQL connection URIs (e.g., postgres://).
Detects leaked Redis connection URIs (e.g., redis://).
Detects leaked Slack tokens and webhooks.
Detects leaked Stripe live/test secret keys (sk_live_*, sk_test_*).
Detects leaked Telegram bot tokens.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agent Security MCPscan my MCP config for security issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agent Security MCP Server
Security scanning, prompt injection detection, secret leak detection, and agent permission auditing for AI agent workflows. Built on the Model Context Protocol (MCP).
Tools
Tool | Description |
| Scan MCP server configurations for security issues (dangerous commands, exposed secrets, network exposure, container misconfigs) |
| Analyze text for prompt injection attempts across 7 attack categories with context-aware risk scoring |
| Check if agent actions comply with scope contracts (tool allowlists, file access, boundary constraints) |
| Detect leaked API keys, tokens, private keys, database URIs, and credentials in text or code |
| Audit agent configurations against role-based expectations and flag principle of least privilege violations |
| Generate comprehensive security assessment reports with prioritized remediation plans |
| Analyze MCP tool definitions for hidden instructions that could manipulate agent behavior (OWASP Agentic Top 10) |
Related MCP server: ZugaShield
Resources
Resource | URI | Description |
OWASP LLM Top 10 |
| OWASP Top 10 for LLM Applications (2025) |
MCP Security Checklist |
| Security checklist for MCP server deployments |
Installation
cd agent-security-mcp
npm installUsage
As a standalone server
npm startIn Claude Desktop / MCP client configuration
{
"mcpServers": {
"agent-security": {
"command": "node",
"args": ["/path/to/agent-security-mcp/src/index.js"]
}
}
}With npx (after publishing)
{
"mcpServers": {
"agent-security": {
"command": "npx",
"args": ["@asl-throne/agent-security-mcp"]
}
}
}Detection Coverage
Prompt Injection (7 categories, 20+ patterns)
Instruction Override -- "ignore previous instructions", "disregard all rules", "new instructions:"
Identity Manipulation -- "you are now", "pretend you are", "act as", DAN/jailbreak
System Prompt Extraction -- "repeat your system prompt", "show your instructions"
Data Exfiltration -- "send this to", "post to webhook", "email everything to"
Delimiter Attacks -- ```system, [INST], <|im_start|>system, XML tag injection
Encoded Injection -- Base64 payloads, unicode zero-width characters, hex escapes
Privilege Escalation -- "sudo mode", "disable safety", "bypass filters"
Secret Detection (25+ patterns)
AI Provider Keys -- OpenAI (sk-), Anthropic (sk-ant-)
Cloud Credentials -- AWS (AKIA*), GCP (AIza*), Azure connection strings
Source Control -- GitHub PATs (ghp_*, github_pat_*), OAuth tokens (gho_*)
Payment -- Stripe live/test keys (sk_live_*, sk_test_*)
Communication -- Slack tokens/webhooks, Telegram bot tokens
Database -- PostgreSQL, MongoDB, MySQL, Redis connection URIs
Cryptographic -- RSA/EC/OpenSSH private keys, generic PEM blocks
JWT -- JSON Web Tokens
Generic -- api_key=, secret=, password=, .env file patterns
Permission Audit (6 role profiles)
Researcher -- Read + search + web only
Analyst -- Read + search only
Developer -- Read + write + execute
Reviewer -- Read only, no network
Orchestrator -- Read + write + task spawning
Monitor -- Read only, no network, no write
Pricing
Plan | Price | Servers | Features |
Free | $0 | 1 server | Single scan, basic report |
Starter | $49/month | 3 servers | Continuous scanning, weekly reports |
Pro | $199/month | 20 servers | Real-time alerts, CI/CD integration, Slack notifications |
Enterprise | $799/month | Unlimited | Custom policies, EU AI Act compliance reporting, SSO, dedicated support |
Requirements
Node.js >= 18.0.0
@modelcontextprotocol/sdk >= 1.12.0
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mdfifty50-boop/agent-security-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server