A straightforward HTTP endpoint monitoring tool that lets Claude check if your web services are up and responding. You get health check capabilities through the MCP protocol, so you can ping URLs, verify response codes, and monitor uptime without leaving your Claude workflow. Useful when you're debugging deployed services, building status dashboards, or need to verify that an API is actually reachable before making requests to it. The server is minimal by design, focused on the core task of "is this endpoint alive?" rather than deep diagnostics. Part of MEOK AI Labs' larger MCP ecosystem, though this one stands alone just fine if you only need health checks.
claude mcp add --transport stdio csoai-org-health-check-ai-mcp -- uvx health-check-ai-mcp