One bad tool call can leak your data. munio stops it.
pip install munio Other tools log after damage is done. munio checks every call before the tool runs. Bad call? Never reaches the server.
Z3 SMT solver mathematically proves whether a schema constraint can be bypassed. Not regex heuristics — actual proofs with counterexamples.
Simple checks under 1ms. Z3 formal verification under 500ms. No LLM calls, no network round-trips — everything runs locally.
Apache 2.0. Run it locally, audit the code, extend with your own rules. No cloud dependency, no API keys, no telemetry.
Checks every tool call against YAML constraints before execution. Drop-in adapters for LangChain, CrewAI, OpenAI, MCP.
Scans MCP server schemas for vulnerabilities. 5 layers from heuristics to Z3 formal proofs.
Sits between your client and MCP server. Zero code changes — just wrap the server command.