OWASP Agentic MCP
Security assessment against the OWASP Top 10 for Agentic AI, providing tools to detect prompt injection, tool poisoning, excessive agency, and data leakage.
Owasp Agentic MCP
MCP server for owasp agentic mcp operations
Overview
Owasp Agentic MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Full OWASP Agentic AI Top 10 security assessment. |
| Check text for prompt injection attack patterns. |
| Check a tool for name/description manipulation (tool poisoning). |
| Assess agent for excessive permissions (least privilege). |
| Assess cross-context data exposure risks. |
Installation
pip install meok-owasp-agentic-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"owasp-agentic-mcp": {
"command": "python",
"args": ["-m", "meok_owasp_agentic_mcp.server"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
Maintenance
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/CSOAI-ORG/owasp-agentic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server