hive-mcp-compute-grid
hive-mcp-compute-grid.onrender.com
· Hive Civilization
MCP server for the Hive Compute Grid. 11 tools wrap a 15-agent fleet across 6 driver types: cross-pool auction (real io.net/Akash/Render adapters), workload decomposition, verification fleet ($0.001/proof), capacity listener, QVAC mesh, settlement reporting. Real rails. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.
hive-mcp-compute-grid.onrender.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 44/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 13:10:43 current | 7d205a0f1905… |
view → |
Endpoints
| Agent card | https://hive-mcp-compute-grid.onrender.com/.well-known/agent-card.json |
| Provider | https://www.thehiveryiq.com |
Skills · 11 declared · mapped to canonical taxonomy
List the 15-agent compute grid fleet across all 6 driver types (cross_pool_auction, workload_decomposition, verification_fleet, capacity_listener, qvac_mesh_orc…
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. Optio…
List enabled provider adapters (io.net, Akash, Render) and their upstream health. Returns required env vars for reservation paths. Real probes, no mocks.
Gather quotes across enabled compute providers WITHOUT running the auction (no proof, no ledger write). Useful for live price discovery on a workload.
Run the cross-pool auction. Returns chosen provider, all collected quotes, Groth16-shaped selection proof, signed verification receipt, settlement path. Persist…
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 …
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.
Release a provider reservation. Same gating as /book — 503 with documented missing-key error when the provider is not fully wired.
Read recent compute_grid_auction entries from the canonical receipt ledger — cost_usdc telemetry per cleared auction. Useful for treasury reconciliation and pro…
Submit a Groth16 proof envelope + public inputs to the Verification Fleet (4 agents). Validates structure, signs an EIP-191 receipt with the Evaluator wallet. $…
Independently verify a selection proof envelope (e.g. from a prior /solve response). Returns the verifier’s signed receipt. Lets external auditors confirm an au…
Health · last 11 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/hive-mcp-compute-grid.onrender.com) [](https://agenstry.com/agents/hive-mcp-compute-grid.onrender.com) [](https://agenstry.com/agents/hive-mcp-compute-grid.onrender.com) [](https://agenstry.com/agents/hive-mcp-compute-grid.onrender.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "hive-mcp-compute-grid",
"description": "MCP server for the Hive Compute Grid. 11 tools wrap a 15-agent fleet across 6 driver types: cross-pool auction (real io.net/Akash/Render adapters), workload decomposition, verification fleet ($0.001/proof), capacity listener, QVAC mesh, settlement reporting. Real rails. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.",
"url": "https://hive-mcp-compute-grid.onrender.com",
"provider": {
"organization": "Hive Civilization",
"url": "https://www.thehiveryiq.com",
"contact": "steve@thehiveryiq.com"
},
"version": "1.1.2",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402"
],
"credentials": {
"type": "x402",
"asset": "USDC",
"network": "base",
"asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"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."
},
{
"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 \u2014 pure read-only telemetry. Optional refresh=true triggers one upstream pull."
},
{
"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."
},
{
"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."
},
{
"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."
},
{
"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 \u2014 never fake a booking)."
},
{
"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."
},
{
"name": "computegrid_release",
"description": "Release a provider reservation. Same gating as /book \u2014 503 with documented missing-key error when the provider is not fully wired."
},
{
"name": "computegrid_audit",
"description": "Read recent compute_grid_auction entries from the canonical receipt ledger \u2014 cost_usdc telemetry per cleared auction. Useful for treasury reconciliation and provenance audits."
},
{
"name": "computegrid_verify_proof",
"description": "Submit a Groth16 proof envelope + public inputs to the Verification Fleet (4 agents). Validates structure, signs an EIP-191 receipt with the Evaluator wallet. $0.001/proof in USDC."
},
{
"name": "computegrid_verify_selection",
"description": "Independently verify a selection proof envelope (e.g. from a prior /solve response). Returns the verifier\u2019s signed receipt. Lets external auditors confirm an auction selection without trusting the broker."
}
],
"extensions": {
"hive_pricing": {
"currency": "USDC",
"network": "base",
"model": "per_call",
"first_call_free": true,
"loyalty_threshold": 6,
"loyalty_message": "Every 6th paid call is free"
}
}
}