Odel
mcp-scan

mcp-scan

Local
@codingselimTypeScriptMITUpdated 1mo ago

Passive security scanner: audits MCP servers against the OWASP MCP Top 10, graded A-F.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmowasp-mcp-scanv0.2.1

Run

npx -y owasp-mcp-scan

MCP client config

{
  "mcpServers": {
    "mcp-scan": {
      "command": "npx",
      "args": [
        "-y",
        "owasp-mcp-scan"
      ]
    }
  }
}