
OWASP Agentic Security MCP
from CSOAI-ORG
OWASP agentic AI security β prompt injection detection, tool poisoning prevention, agent trust boundaries by MEOK AI Labs
Owasp Agentic MCP
OWASP Top 10 for Agentic AI security MCP server β prompt injection detection, tool poisoning, exc...
OWASP Top 10 for Agentic AI security MCP server β prompt injection detection, tool poisoning, excessive agency, data leakage assessment
<div align="center">OWASP Agentic MCP
OWASP Top 10 for AI Agents Security Assessment β Prompt Injection, Tool Poisoning, Data Leakage
</div>β¨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
π Documentation
π‘οΈ Compliance
This MCP server is built with EU AI Act compliance built-in:
- β Article 9 β Risk Management System
- β Article 13 β Transparency & Instructions for Use
- β Article 15 β Bias Detection & Testing
- β Article 26 β FRIA Support (where applicable)
- β Article 50 β AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic β
π’ Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo β Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo β Custom dev + SLA + Dedicated support
View Pricing β | Contact Sales β
π€ Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem β 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
π License
MIT Β© CSOAI-ORG
<p align="center"> <sub>Built with π by <a href="https://meok.ai">MEOK AI Labs</a> Β· UK Companies House 16939677</sub> </p> Security assessment tools based on the OWASP Top 10 for AI Agents. Scan agent configurations for prompt injection vulnerabilities, tool poisoning risks, excessive agency, data leakage, and more.
Tools
| Tool | Description | Parameters |
|---|---|---|
full_agent_scan | Full OWASP Agentic Top 10 security scan | agent_config, tools, permissions |
assess_agentic_security | Assess against specific OWASP Agentic categories | categories, agent_config |
check_prompt_injection | Test for prompt injection vulnerabilities | system_prompt, user_input_template |
check_tool_poisoning | Check for tool poisoning risks | tool_definitions, input_validation |
check_excessive_agency | Assess agency level vs minimum required | allowed_tools, required_tools, permissions |
Pricing
- Free: 10 scans/day
- Pro: $99/mo β unlimited scans + detailed reports
- Enterprise: $499/mo β continuous monitoring + custom rules
Built by MEOK AI Labs | meok.ai
<!-- BUY-LADDER:START -->πΈ Try MEOK in 30 seconds β instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | Β£1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | Β£9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | Β£29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
<!-- BUY-LADDER:END -->Refundable. UK Stripe β VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
# Install via pip
pip install owasp_agentic_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install owasp-agentic-mcp --client claudeπ Quick Start
# Install via pip
pip install owasp_agentic_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install owasp-agentic-mcp --client claudeInstallation
pip install mcpClaude Desktop / Cursor / VS Code / Windsurf
{
"mcpServers": {
"owasp-agentic": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}Usage Examples
Full agent security scan
{
"agent_config": {
"system_prompt": "You are a helpful assistant that can access email, calendar, and file system.",
"allowed_tools": ["send_email", "read_calendar", "write_file"]
},
"permissions": ["email:send", "calendar:read", "files:write"]
}Check prompt injection
{
"system_prompt": "You are a financial advisor bot",
"user_input_template": "{user_query} Please provide investment advice."
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITβ you can use, modify, and redistribute it under that license's terms.