OWASP Agentic Security MCP
OWASP agentic AI security — prompt injection detection, tool poisoning prevention, agent trust boundaries by MEOK AI Labs
Overview
Owasp Agentic MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
assess_agent_security | Full OWASP Agentic AI Top 10 security assessment. |
check_prompt_injection | Check text for prompt injection attack patterns. |
check_tool_poisoning | Check a tool for name/description manipulation (tool poisoning). |
check_excessive_agency | Assess agent for excessive permissions (least privilege). |
check_data_leakage | Assess cross-context data exposure risks. |
Installation
pip install meok-owasp-agentic-mcp
Usage 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 implementation
License
MIT © MEOK AI Labs
Serveurs connexes
inspirehep-mcp
InspireHEP MCP Server - integrate high-energy physics literature with LLMs.
Stock Analysis
An MCP server for stock analysis, offering tools for chip distribution, pattern analysis, trend reversal detection, and market scanning.
maagpi-youtube-mcp
https://github.com/vamsi-kodimela/maagpi-youtube-mcp
Langfuse-mcp-server
MCP server for Langfuse — query traces, debug errors, analyze sessions and prompts from any AI agent
GoodBarber Public MCP
Manage your GoodBarber eCommerce, Community, and Membership app via natural language.
mlp-tax
Deterministic MLP tax computation engine. 6 tools: basis projection, estate planning, sell vs hold comparison, MLP vs ETF tax analysis, distribution stress test, and MLP reference data. Returns IRS-cited calculations for K-1 basis tracking, §751 recapture, and §199A QBI.
Duplicacy MCP
Monitor backup status and query Prometheus metrics from a Duplicacy exporter
RequestRepo MCP
A MCP for RequestRepo
Inday - Public Holiday API
Public holiday data for 30+ countries via AI assistants like Claude and Cursor.
Video Still Capture MCP
An MCP server for accessing and controlling webcams using OpenCV.