onyx_mcp_health
InactiveTool of onyx-paid-mcp
Probe any public MCP / x402 server and return a structured health snapshot: endpoint latencies, content types, MCP discovery surface, x402 readiness, OAuth DCR advertisement, and a 0-100 composite reliability score. Stdlib-only. SSRF-hardened — refuses private, loopback, link-local, and reserved address ranges. Free tier, no key. (price: $0 USDC, tier: free)
Parameters schema
{
"type": "object",
"properties": {
"server_url": {
"type": "string",
"description": "Base URL of the MCP / x402 server (https://example.com). Must be public."
},
"extra_paths": {
"type": "array",
"items": {
"type": "string"
},
"description": "Additional paths to probe beyond the standard MCP/x402 set."
},
"timeout_seconds": {
"type": "integer",
"default": 6,
"maximum": 20,
"minimum": 1,
"description": "Per-request timeout. Defaults to 6."
}
}
}Parent server
onyx-paid-mcp
https://github.com/dimitrilaouanis-tech/onyx-mcp
2/7 registries