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
संबंधित सर्वर
ToolBooth
The MCP server that gives your LLM a trading account without giving it the keys to blow up your portfolio
AbuseIpDB MCP Server
A Model Context Protocol (MCP) server implementation that provides seamless integration with the AbuseIPDB API for IP reputation checking and abuse report management.
FinancialData.Net MCP Server
Turn Claude or Cursor into your personal AI Financial Analyst.
MCP Weather Server
Provides weather-related tools using the US National Weather Service API.
Solematica
Solar estimates, provider comparison, energy prices and blog for the Italian market. 6 tools, 5 free. Compare providers, analyze roofs via Google Solar API, check PUN/ARERA prices.
Pylon
20+ pay-per-request APIs for AI agents — screenshots, web scraping, PDF, OCR, search, QR codes, translation & more. No API keys needed. Pay with USDC via x402. npm: @pylonapi/mcp
SuricataMCP
A server that allows MCP clients to use Suricata for network traffic analysis.
Nanoleaf MCP Server
A server for controlling Nanoleaf smart lights using the Model Context Protocol.
PoshMCP
Expose explicitly whitelisted PowerShell commandlets as a MCP Tool
YouTube Playlist Generator MCP Server
A Model Context Protocol (MCP) server that enables AI applications to search for YouTube music videos and manage playlists using the official YouTube Data API v3.