OWASP Agentic MCP
<!-- mcp-name: CSOAI-ORG/owasp-agentic-mcp -->
[](https://proofof.ai/scorecard/owasp-agentic-mcp.html)
# Owasp Agentic MCP
[](https://meok.ai)
[](https://councilof.ai/api/gspc)
[](LICENSE)
[](https://pypi.org/project/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**
[](https://github.com/CSOAI-ORG)
[](LICENSE)
</div>
---
## ๐ Quick Start
```bash
# 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
- [Full Documentation](https://docs.meok.ai/owasp-agentic-mcp)
- [API Reference](https://api.meok.ai)
- [EU AI Act Compliance Guide](https://councilof.ai/compliance)
## ๐ก๏ธ 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 โ](https://cal.com/csoai/august-audit)**
## ๐ข 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 โ](https://councilof.ai/pricing) | [Contact Sales โ](mailto:sales@csoai.org)
## ๐ค Part of the MEOK Ecosystem
This server is part of the **[MEOK AI Labs](https://meok.ai)** ecosystem โ 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|--------|---------|
| [councilof.ai](https://councilof.ai) | EU AI Act compliance marketplace |
| [safetyof.ai](https://safetyof.ai) | AI safety & monitoring |
| [meok.ai](https://meok.ai) | Sovereign AI platform |
| [cobolbridge.ai](https://cobolbridge.ai) | Legacy modernization |
## ๐ License
MIT ยฉ [CSOAI-ORG](https://github.com/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` |
## Installation
```bash
pip install mcp
```
### Claude Desktop / Cursor / VS Code / Windsurf
```json
{
"mcpServers": {
"owasp-agentic": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}
```
## Usage Examples
### Full agent security scan
```json
{
"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
```json
{
"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](https://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> |
> Refundable. UK Stripe โ VAT-clean. Builds on the 81-MCP MEOK fleet.
> Verify any signed report at <https://meok.ai/verify>.
<!-- BUY-LADDER:END -->
TDQS
Scored across 5 tools
Each tool targets a distinct security aspect (overall assessment, data leakage, excessive agency, prompt injection, tool poisoning) with clear, non-overlapping descriptions, ensuring an agent can easily distinguish them.
All tool names follow a consistent verb_noun pattern (e.g., check_data_leakage, assess_agent_security) with no mixed conventions or deviations, making navigation predictable.
Five tools is a well-scoped count for a security assessment server, covering key OWASP agentic AI vulnerabilities without being too sparse or overwhelming.
The set covers major OWASP Top 10 areas but lacks tools for supply chain security or model theft. However, the comprehensive assess_agent_security tool partially fills gaps, making the surface reasonably complete.