Quick MCP server health check. Paste any MCP server URL — the checker runs the initialize handshake, confirms capabilities are advertised, and lists every tool, prompt and resource the server exposes. No install, no sign-up.
Server is up — now what?
Drive your verified server with Claude, GPT or Gemini and watch real tool calls in a live conversation.
✦ Free credits on sign-up · no credit card
MCP weekly digest
New servers, security advisories, and tutorials — straight to your inbox. No spam.
The MCP checker is a quick health-check tool. It connects to the URL you paste, runs the MCP initialize handshake, and verifies the basics: the server is reachable, the protocol version is current, capabilities are advertised, and the standard tools/list, prompts/list and resources/list endpoints respond.
Think of it as curl for MCP — paste the URL, see if the server is alive, and inspect what it offers. If anything is broken, the JSON-RPC log shows you the exact error code and message.
initialize succeeds and returns server infoThe checker confirms your server works. The MCP security scanner confirms it is safe to expose. A February 2026 sweep found over 8,000 MCP servers on the public internet with no authentication — many of which would have looked healthy in a checker like this one.
Run both: checker for "is it up?", security scanner for "is it safe?".
initialize handshake and then lists tools/prompts/resources in parallel. For slow servers it will wait, and the JSON-RPC log shows you exactly where the latency is.tools capability in initialize; tools/list returns an empty array; or your token doesn't have permission to see them. The checker surfaces all three in the log — paste the export into a GitHub issue if you need help.npx @modelcontextprotocol/inspector for STDIO, and this online checker for any remote (HTTP / SSE / Streamable HTTP) server.Enter a server URL to explore its tools, prompts, and resources
Connection details
Tokens are never stored — sent directly to the server per request. Use test/expirable tokens.