Diagnoses whether an MCP server is reachable, by live HTTP probe.
claude mcp add probe --transport http https://mcp-health.rowb.app/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"probe": {
"url": "https://mcp-health.rowb.app/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"probe": {
"serverUrl": "https://mcp-health.rowb.app/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"probe": {
"type": "http",
"url": "https://mcp-health.rowb.app/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"probe": {
"url": "https://mcp-health.rowb.app/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"probe": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-health.rowb.app/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp-health.rowb.app/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.rowb.mcp-health--probe/reviews or the review_server meta-tool.
POST /mcp