Security scanner for MCP servers.
Find vulnerabilities before attackers do.
mcpwn scans MCP servers for security vulnerabilities before they go into production. Think of it as nuclei for MCP. Connect to any MCP server via stdio or SSE, run 10 automated security checks, and get a detailed report.
# Install
pip install mcpwn
# Scan an MCP server via stdio
mcpwn scan --stdio "npx @modelcontextprotocol/server-filesystem /tmp"
# Scan via SSE
mcpwn scan --sse "http://localhost:8080/sse"
# JSON output for CI/CD
mcpwn scan --stdio "python my_server.py" --format json --output report.json
# Fail build on critical findings
mcpwn check --input report.json --fail-on critical
Runtime security firewall for AI agents. 12-stage pipeline, policy engine, compliance reports.
Scan with mcpwn, protect with mcp-firewall.
pip install mcp-firewall