HiveComputeGrid
Cross-pool compute auction grid with a 15-agent fleet that bids on compute from io.net, Akash, Render, and more. Verify compute with Groth16 proofs and settle in USDC.
README
<!-- HIVE_BANNER_V1 --> <p align="center"> <a href="https://hive-mcp-gateway.onrender.com/compute-grid/health"> <img src="https://hive-mcp-gateway.onrender.com/og.svg" alt="Hive Civilization MCP Gateway · Solver auction across io.net / Akash / Render · signed receipts" width="100%"/> </a> </p>
<h1 align="center">hive-mcp-compute-grid</h1>
<p align="center"><strong>Solver auction across io.net / Akash / Render · signed receipts</strong></p>
<p align="center"> <a href="https://smithery.ai/server/hivecivilization/hive-mcp-compute-grid"><img alt="Smithery" src="https://img.shields.io/badge/Smithery-hivecivilization%2Fhive-mcp-compute-grid-C08D23?style=flat-square"/></a> <a href="https://glama.ai/mcp/servers"><img alt="Glama" src="https://img.shields.io/badge/Glama-pending-C08D23?style=flat-square"/></a> <a href="https://hive-mcp-gateway.onrender.com/compute-grid/health"><img alt="Live" src="https://img.shields.io/badge/gateway-live-C08D23?style=flat-square"/></a> <a href="https://github.com/srotzin/hive-mcp-compute-grid/releases"><img alt="Release" src="https://img.shields.io/github/v/release/srotzin/hive-mcp-compute-grid?style=flat-square&color=C08D23"/></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-C08D23?style=flat-square"/></a> </p>
<p align="center"> <code>https://hive-mcp-gateway.onrender.com/compute-grid/mcp</code> </p>
HiveComputeGrid
Cross-pool compute auction grid — 15-agent fleet, 6 driver types, Groth16-verified
MCP server for the Hive Compute Grid. A 15-agent fleet across 6 driver types (cross-pool auction, workload decomposition, verification fleet, capacity listener, QVAC mesh orchestrator, settlement reporting) bids on compute capacity from io.net, Render, Akash, Aleo provers, and any custom hMo driver. Verification fleet emits Groth16-style proofs at $0.001/proof. Capacity Listener is read-only by spec (no bids, no hedges, no derivatives — energy futures permanently rejected by R3 council).
Compute Grid D2 build (v1.1.0) — real auction solver + io.net/Akash/Render adapters live, Groth16-shaped selection proofs, cost telemetry to canonical receipt ledger.
What this is
hive-mcp-compute-grid is a Model Context Protocol (MCP) server that exposes the HiveComputeGrid platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production backend at https://hivemorph.onrender.com.
- Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
- Transport:
POST /mcp - Discovery:
GET /.well-known/mcp.json - Health:
GET /health - Settlement: Real rails. USDC / USDT on Base, Ethereum, Solana. No mock. No simulated.
- Brand gold: Pantone 1245 C /
#C08D23
Tools (v1.1.0 — 11 tools)
| Tool | Description |
|---|---|
computegrid_list_agents |
List the 15-agent fleet across all 6 driver types. |
computegrid_get_capacity |
Read-only capacity view from the Capacity Listener fleet. |
computegrid_list_providers |
List enabled provider adapters (io.net, Akash, Render) and their upstream health. |
computegrid_quote |
Gather quotes across enabled providers WITHOUT running the auction (price discovery). |
computegrid_solve |
Run the cross-pool auction. Returns chosen provider, all quotes, Groth16-shaped selection proof, signed receipt, settlement path. Persists cost_usdc telemetry to the Hive ledger. |
computegrid_book |
Reserve compute with the chosen provider (gated on provider keys; 503 with documented missing-key error if not configured). |
computegrid_status |
Poll a provider booking by id. |
computegrid_release |
Release a reservation. |
computegrid_audit |
Read recent compute_grid_auction entries from the canonical receipt ledger. |
computegrid_verify_proof |
Submit any Groth16 proof envelope to the Verification Fleet ($0.001/proof). |
computegrid_verify_selection |
Independently verify a selection proof from a prior /solve response. |
Backend endpoints
| Method | Path | Purpose |
|---|---|---|
GET |
/v1/compute-grid/agents |
15-agent fleet across 6 driver types |
GET |
/v1/compute-grid/capacity |
Read-only capacity telemetry |
GET |
/v1/compute-grid/providers |
Enabled adapters + upstream health |
POST |
/v1/compute-grid/quote |
Gather quotes without running auction |
POST |
/v1/compute-grid/solve |
Run cross-pool auction → proof + receipt + settlement |
POST |
/v1/compute-grid/book |
Reserve compute (gated on provider keys) |
GET |
/v1/compute-grid/status |
Poll booking status |
POST |
/v1/compute-grid/release |
Release reservation |
GET |
/v1/compute-grid/audit |
Read recent auction telemetry |
POST |
/v1/compute-grid/verify |
Verify any Groth16 proof |
POST |
/v1/compute-grid/verify-selection |
Independent verifier for selection proofs |
Run locally
git clone https://github.com/srotzin/hive-mcp-compute-grid.git
cd hive-mcp-compute-grid
npm install
npm start
# server up on http://localhost:3000/mcp
curl http://localhost:3000/health
curl http://localhost:3000/.well-known/mcp.json
Connect from an MCP client
Claude Desktop / Cursor / Manus — add to your mcp.json:
{
"mcpServers": {
"hive_mcp_compute_grid": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://your-deployed-host/mcp"]
}
}
}
Hive Civilization
Part of the Hive Civilization — sovereign DID, USDC settlement, HAHS legal contracts, agent-to-agent rails.
Categories: compute, depin, agent-to-agent, infrastructure, verification, web3.
License
MIT (c) Steve Rotzin / Hive Civilization
Agent-native (v1.1.2)
This shim ships the Hive Civilization agent-native bundle so any A2A or MCP-aware agent can discover, pay, and earn:
- A2A AgentCard — `GET /.well-known/agent.json` (also at `/agent.json`).
- Open Agent Card (OAC) JSON-LD — embedded inline at `/` and `/agent.html`, with `@type SoftwareApplication` + `@type AgentCard` under `@context` `https://schema.org` + `https://a2a-protocol.org/v1`.
- Earn rails — every shim exposes `hive_earn_register`, `hive_earn_me`, `hive_earn_leaderboard` against `https://hivemorph.onrender.com/v1/earn/*`. Resilient to upstream cold-start: returns a structured "earn rails not yet live" body if upstream isn't yet deployed.
- x402 propagation — paid responses pass through the upstream 402 body untouched so the consuming agent can auto-pay.
- Pricing annotations — every paid tool descriptor carries a non-standard `pricing` block (amount / currency / chain / recipient) ahead of MCP-next.
- Brand: Hive Civilization gold `#C08D23`. Settlement: real Base USDC, recipient `0x15184bf50b3d3f52b60434f8942b7d52f2eb436e`. No mock, no testnet.
Hive Civilization Directory
Part of the Hive Civilization — agent-native financial infrastructure.
- Endpoint Directory: https://thehiveryiq.com
- Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard
- Revenue Dashboard: https://hivemine-dashboard.onrender.com
- Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp
Brand: #C08D23 <!-- /hive-footer -->
About Hive Civilization
This MCP server is part of the Hive Civilization ecosystem — post-quantum-ready receipt infrastructure for agent-to-agent (A2A) commerce.
Each transaction can be receipted with post-quantum receipts using ML-DSA-65 (NIST FIPS 204) dual signatures and ML-KEM-768 (NIST FIPS 203) key encapsulation. Receipts are anchored by Swarm-MAPET 16-axis Byzantine consensus and settled in USDC on Base 8453.
Pricing: per-call profiles from Nano $0.0001 to Swarm $0.0096. See pricing.
Learn more:
- How agent-to-agent commerce works (A2A / AP2 / MCP primer)
- Hive platform architecture
- Developer SDKs (Node, Python, Go)
- Compliance & EU AI Act alignment
<!-- HIVE_FOOTER_END -->
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。