Install
$ agentstack add mcp-csoai-org-owasp-agentic-mcp ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v1.0.1 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v1.0.1. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
[](https://proofof.ai/scorecard/owasp-agentic-mcp.html)
Owasp Agentic MCP
[](https://meok.ai) [](https://councilof.ai) [](LICENSE) [](https://pypi.org/project/owaspagenticmcp/)
> 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
OWASP Agentic MCP
OWASP Top 10 for AI Agents Security Assessment — Prompt Injection, Tool Poisoning, Data Leakage
[](https://github.com/CSOAI-ORG) [](LICENSE)
🚀 Quick Start
# Install via pip
pip install owasp_agentic_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install owasp-agentic-mcp --client claude
✨ 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 →](mailto:sales@csoai.org)
🤝 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
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
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 |
Installation
pip install mcp
Claude 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."
}
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
💸 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 | | | Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | | | Founder Call | £29 | 30-min 1-on-1 with the founder | |
> Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. > Verify any signed report at .
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: CSOAI-ORG
- Source: CSOAI-ORG/owasp-agentic-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v1.0.1 Imported from the upstream source.