Audit an MCP server config for risk-ranked posture findings. FREE.
Flags exposed machine credentials in the config, required inputs that
aren't gated/optional, unpinned versions, over-broad env access, and
dangerous auto-run flags. It never echoes any matched secret value back.
Typical input {"config": "<mcpize.yaml, mcp.json, or a Claude/Cursor
servers block>"} returns {"posture_score": 0-100, "verdict": "...",
"findings": [{"line": N, "severity": 1-5, "issue": "...", "fix": "..."}],
"note": "..."}.
Use on a server configuration document. Not for a skill or instruction
file (audit_skill_file) and not for untrusted content an agent is about to
read (injection_scan). Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": "<what is wrong and how to fix it>"}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.