check_mcp_health
Health-check a live MCP (Model Context Protocol) server by URL: performs a real JSON-RPC initialize handshake, then tools/list, and returns whether it is up/degraded/down, its protocol version, server name/version, the callable tool/resource/prompt inventory, transport, and handshake latency. Deterministic — no LLM. Use it to verify your own MCP server is alive and spec-compliant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The MCP endpoint URL, e.g. https://example.com/mcp |