Runtime behavioral testing for MCP servers: calls every tool with schema-derived inputs and checks whether it actually behaves the way its description and schema claim.
Runtime behavioral testing for [MCP](https://modelcontextprotocol.io) servers. Static analysis can't see any of that. Only running the code can. ```bash pip install mcp-runtime-check ``` (The PyPI *distribution* name is `mcp-runtime-check` — `mcp-fuzz` and close variants were blocked by PyPI's anti-typosquat check as too similar to existing packages, same naming friction mcp-doctor hit. The installed CLI command is still `mcp-fuzz`, and the repo/import package are unchanged.)