

Most monitors just send an HTTP ping. But a 200 OK is useless if the JSON-RPC handshake fails. Our tool is different because it performs a true protocol-level check, acting exactly like a real AI client. Key features: Full Handshake: Executes the spec-defined initialize, ping, and tools/list sequence. Deep Visibility: Inspect exact JSON-RPC payloads and negotiated versions. Smart Auth: Parses RFC 9728 headers on 401s to surface exact token requirements.
Loading comments…
Achievement
Project Info
Product Keywords
Openstatus MCP Health Checker is a free online tool that performs a true protocol-level health check on Model Context Protocol (MCP) servers. Unlike basic HTTP monitors that only verify a 200 status code, this tool executes the exact JSON-RPC handshake sequence that real AI clients use when connecting. It runs the spec-defined initialize, ping, and tools/list calls directly from your browser — no installation or signup required.
The tool executes the complete three-step handshake every MCP client performs: initialize with protocol version 2025-06-18, a notifications/initialized fire-and-forget, then parallel ping and tools/list calls. This catches failures that a plain HTTP check would miss entirely.
Every step in the handshake is inspectable — click any row in the results table to see the exact JSON-RPC request and response, including negotiated protocol version, server info, capabilities, and session ID. You get the same data an AI client would see.
When a server returns a 401 with a WWW-Authenticate: Bearer header, the tool parses the RFC 9728 resource_metadata URL and surfaces the authorization server. This lets you grab a token in one click rather than hunting through documentation.
"A 200 OK is useless if the JSON-RPC handshake fails."
Most monitoring tools stop at the HTTP status code, but an MCP server can return 200 and still be completely broken — the body might be HTML from a misconfigured proxy, the JSON-RPC id might not echo, or tools/list might come back empty. Openstatus MCP Health Checker acts exactly like a real AI client, verifying the protocol works end-to-end rather than just checking the transport layer.
You run or develop against MCP servers and want a zero-install way to validate your endpoint's handshake, inspect JSON-RPC payloads, or debug authentication issues before your users encounter them.
Other tools you might consider
Runsight is a YAML-first workflow engine designed specifically for AI agents , enabling developers to design, commit, run, and evaluate agent workflows with Git-native version control. Every workflow is stored as a YAML file in your repository, allowing you to branch, review, and merge changes just like any other code. The platform offers real-time cost tracking per run with hard budget caps to prevent overspending, along with a built-in evaluation framework for assertions and regression testing. "Ship agents like you ship code." Feature Benefit Canvas + YAML Editor Dual visual and code views Per-run Cost Tracking Monitor spending to the cent Git Integration Version control for workflows It's completely self-hosted, runs on your machine with your API keys, and is 100% open source under Apache 2.0 license.
Octopoda is an open source infrastructure layer that gives AI agents persistent memory, automatic loop detection, and full observability. Agents forget everything between sessions. Octopoda fixes that with a remember/recall API that survives restarts, crashes, and deployments. The loop detection system monitors 5 signals to catch agents stuck repeating themselves before they burn your API budget, with real-time cost estimation showing exactly how much each loop wastes. A built-in dashboard shows every agent's health score, memory explorer with version history, audit trail logging every decision with reasoning, and a timeline replay that lets you scrub through everything your agent did step by step. Works with LangChain, CrewAI, AutoGen, and OpenAI Agents SDK with one-line integrations. Runs locally with SQLite or connects to cloud with one environment variable. Free tier, MIT licensed. 177 signups, 120 GitHub stars, zero marketing spend.
Git for your AI agent’s actions. Undo, trace, and control every step. re_gent shows what your coding agent changed, which prompt caused it, and lets you roll back agent work across files and sessions.
Point MCP Bridge at any REST, GraphQL, SOAP, or gRPC API. It auto-generates MCP tool definitions with typed schemas, auth, rate limiting, and response processing. Your LLM agents call enterprise APIs through one standard interface.
Maker
kettle_dev
Loading comments…