Owasp Agentic MCP Server

OWASP Top 10 for Agentic AI security MCP server — prompt injection detection, tool poisoning, excessive agency, data leakage assessment

Local serverstdioPython

What is the Owasp Agentic MCP MCP server?

OWASP Top 10 for Agentic AI security MCP server — prompt injection detection, tool poisoning, excessive agency, data leakage assessment. That is what the owasp agentic mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The tools it exposes

The server publishes 5 tools. What each one is for:

  • full_agent_scan — Full OWASP Agentic Top 10 security scan
  • assess_agentic_security — Assess against specific OWASP Agentic categories
  • check_prompt_injection — Test for prompt injection vulnerabilities
  • check_tool_poisoning — Check for tool poisoning risks
  • check_excessive_agency — Assess agency level vs minimum required

Getting it running

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

How it compares

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Owasp Agentic MCP's toolset — full_agent_scan, assess_agentic_security, check_prompt_injection and 2 more — is a fair guide to whether it matches your workflow. It is maintained by csoai-org; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
full_agent_scanFull OWASP Agentic Top 10 security scan
assess_agentic_securityAssess against specific OWASP Agentic categories
check_prompt_injectionTest for prompt injection vulnerabilities
check_tool_poisoningCheck for tool poisoning risks
check_excessive_agencyAssess agency level vs minimum required

How to install the Owasp Agentic MCP MCP server

{
  "mcpServers": {
    "owasp-agentic": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Owasp Agentic MCP to full agent scan.
  • Use Owasp Agentic MCP to assess agentic security.
  • Use Owasp Agentic MCP to check prompt injection.

Frequently asked questions

It connects Owasp Agentic MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (full_agent_scan, assess_agentic_security, check_prompt_injection, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Owasp Agentic MCP directly.