Hive Sla Monitor
https://hive-mcp-sla-monitor.onrender.com/mcpskills: {'id': 'sla_register', 'name': 'sla_register', 'description': 'Register a public health endpoint for SLA observation. The shim probes it on a 60s schedule (read-only HTTP, 8s timeout) and records uptime/latency. Tier 1, $0.01 USDC via x402. Observation only — Hive does not underwrite or settle SLA claims.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'sla_status', 'name': 'sla_status', 'description': 'Read the current observed uptime and p95 latency for a registered monitor over its rolling window. Tier 1, $0.01 USDC via x402. Observation only.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'sla_breach_history', 'name': 'sla_breach_history', 'description': 'Read recent breach records for a registered monitor. Tier 2, $0.10 USDC via x402. Each record carries the no-underwriting disclaimer. Hive does not pay claims.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'sla_unregister', 'name': 'sla_unregister', 'description': 'Deactivate a monitor so the shim stops probing it. Free. Existing probe and breach records are retained for read-back.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 292.8ms; conformance: pass
How to connect
https://hive-mcp-sla-monitor.onrender.com/mcp
curl -X POST https://hive-mcp-sla-monitor.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'