MCP Live Inspector & Server Blueprint
Validate what an AI agent can actually see in your MCP server code, catch schema/description gaps, and harden JSON-RPC contracts.
MCP Live Inspector
Validate tool discovery, schema coverage, and JSON-RPC readiness.
Warn when tool descriptions are weak or missing.
What this MCP inspector checks
This validator focuses on high-impact reliability checks: whether tools are discoverable by agents, whether input contracts are explicit, whether descriptions are usable for model reasoning, and whether JSON-RPC envelopes are consistent.
- Missing or weak tool descriptions that reduce agent selection quality
- Missing input schemas that cause brittle tool calls
- Potentially excessive output patterns that increase leakage risk
- JSON-RPC envelope hints for deterministic request/response handling
Use cases for teams shipping MCP tools
Use it during local development, pull request review, and pre-release QA to avoid protocol-level regressions before your tools are consumed by production agents.
MCP inspector FAQ
Last updated: