Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'computegrid_list_agents', 'name': 'computegrid_list_agents', 'description': 'List the 15-agent compute grid fleet across all 6 driver types (cross_pool_auction, workload_decomposition, verification_fleet, capacity_listener, qvac_mesh_orchestrator, settlement_reporting). Returns agent type, count, and revenue model. No auth required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_get_capacity', 'name': 'computegrid_get_capacity', 'description': 'Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry. Optional refresh=true triggers one upstream pull.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_list_providers', 'name': 'computegrid_list_providers', 'description': 'List enabled provider adapters (io.net, Akash, Render) and their upstream health. Returns required env vars for reservation paths. Real probes, no mocks.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_quote', 'name': 'computegrid_quote', 'description': 'Gather quotes across enabled compute providers WITHOUT running the auction (no proof, no ledger write). Useful for live price discovery on a workload.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_solve', 'name': 'computegrid_solve', 'description': 'Run the cross-pool auction. Returns chosen provider, all collected quotes, Groth16-shaped selection proof, signed verification receipt, settlement path. Persists cost_usdc telemetry to the Hive ledger by default.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_book', 'name': 'computegrid_book', 'description': 'Reserve compute with the chosen provider after a /solve. Returns 503 with the missing-key error if the upstream provider key is not configured (real rails only — never fake a booking).', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_status', 'name': 'computegrid_status', 'description': 'Poll a provider booking by booking_id. Returns 503 until /book is wired with a real provider key. The 503 body documents which env var is required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'computegrid_release', 'name': 'computegrid_release', 'description': 'Release a provider reservation. Same gating as /book — 503 with documented missing-key error when the provider is not fully wired.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 284.2ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://hive-mcp-compute-grid.onrender.com/mcp
JSON-RPC initialize probe
curl -X POST https://hive-mcp-compute-grid.onrender.com/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://hive-mcp-compute-grid.onrender.com/mcp
Listed at (chiark)
https://chiark.ai/agents/d17c54a2-c280-4017-b6bd-545539320c97