
OpenStatus offers a free online MCP server health check tool. Test JSON-RPC initialize, ping, and tools/list handshake directly from your browser with no installation or signup required.
AI client integration testing
Developers verify that their MCP server works with Claude Desktop, Claude Code, Cursor, Continue, or custom agents before deployment.
Debugging MCP server issues
Quickly identify whether a server is unreachable, returning the wrong content type, missing required JSON-RPC methods, or expecting an auth header.
Monitoring MCP endpoints
Use the tool to run periodic checks and then follow the monitoring guide for continuous monitoring.
Validating public MCP servers
Test servers like `https://hf.co/mcp` or `https://mcp.context7.com/mcp` without any headers.
Sharing diagnostic reports
The only data persisted is the report you explicitly choose to share, making it suitable for collaborative debugging.
Learning MCP handshake flow
Developers new to MCP can see the exact JSON-RPC requests and responses for initialize, ping, and tools/list calls.
Three-step handshake
Runs `initialize`, `notifications/initialized`, and `ping` + `tools/list` in the same order an MCP client would.
Per-step inspection
Click any row in the result table to open the exact JSON-RPC request and response, along with per-step latency, negotiated protocol version, server info, and session id.
Verdict output
Returns one of four clear verdicts: GOOD (Healthy), WARN (Partial — server speaks MCP but exposes no tools), AUTH (Authentication Required — server returned 401 with a Bearer challenge), or DOWN (Unreachable — DNS/connection/parse failure).
Authorization header support
Add an Authorization header if the server requires it; public servers can be tested with no headers.
Content-Type enforcement
Sends `Content-Type: application/json` and `Accept: application/json, text/event-stream` on every request.
Browser-local execution
The whole flow takes about 30 seconds and never leaves your browser session — only the report you explicitly share is persisted.
No install or signup
Works directly from the browser with zero setup.
https://www.openstatus.dev/play/mcp-health.https://hf.co/mcp).OpenStatus offers a free online MCP server health check tool. Test JSON-RPC initialize, ping, and tools/list handshake directly from your browser with no installation or signup required.
Category:API services
Visit Link:https://www.openstatus.dev/play/mcp-health
Tags:MCP server health check、JSON-RPC testing、browser-based AI tool、no-installation tool