streamable-httpMITupdated 4mo ago
OpenAI-compatible inference broker. Pay per token in USDC on Base L2.
Hive Compute 能做什么?
HiveCompute
OpenAI-compatible inference broker. Pay per token in USDC on Base L2.
MCP server for HiveCompute — OpenAI-compatible inference router for the Hive agent economy. Chat completions, embeddings, and model listings. Hive routes to the cheapest qualifying model. Billed per token in USDC on Base L2. Real rails.
What this is
hive-mcp-compute is a Model Context Protocol (MCP) server that exposes the HiveCompute platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production gateway at https://hive-mcp-gateway.onrender.com.
- Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
- x402 micropayments: every paid call produces a real on-chain settlement
- Rails: USDC on Base L2 — real rails, no mocks
- Author: Steve Rotzin · Hive Civilization · brand gold
#C08D23
Endpoints
| Path | Purpose |
|---|---|
POST /mcp |
JSON-RPC 2.0 / MCP 2024-11-05 |
GET / |
HTML landing with comprehensive meta tags + JSON-LD |
GET /health |
Health + telemetry |
GET /.well-known/mcp.json |
MCP discovery descriptor |
GET /.well-known/security.txt |
RFC 9116 security contact |
GET /robots.txt |
Allow-all crawl policy |
GET /sitemap.xml |
Crawler sitemap |
GET /og.svg |
1200×630 Hive-gold OG image |
GET /seo.json |
JSON-LD structured data (SoftwareApplication) |
License
MIT. © Steve Rotzin / Hive Civilization. Brand gold #C08D23 (Pantone 1245 C). Never #f5c518.
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
Agent-Callable
hive-mcp-compute is fully agent-callable — no accounts, no API keys, no human approval.
| Property | Value |
|---|---|
| Discovery URL | https://hivemorph.onrender.com/.well-known/agent-card.json |
| MCP endpoint | https://hive-mcp-gateway.onrender.com/mcp (JSON-RPC 2.0 / MCP 2024-11-05) |
| Pricing | Pay-per-token in USDC on Base L2 |
| Payment | x402 USDC on Base 8453 |
| Treasury | 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E |
| DID | did:hivemorph:w2loren:0x6b11b1bcaf253c |
| Hive site | thehiveryiq.com |
Sample request (chat completion via MCP)
// JSON-RPC 2.0 to https://hive-mcp-gateway.onrender.com/mcp
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "hive_compute_chat",
"arguments": {
"model": "auto",
"messages": [{"role": "user", "content": "Hello, Hive!"}],
"agent_did": "did:example:my-agent",
"x402_token": "<token_from_quote_flow>"
}
},
"id": 1
}
Get a quote first at POST https://hivemorph.onrender.com/v1/x402/quote, pay USDC on Base 8453, use the access token.
安装
把 Hive Compute 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http hive-compute https://hive-mcp-gateway.onrender.com/compute/mcpcodex mcp add hive-compute --url https://hive-mcp-gateway.onrender.com/compute/mcp{
"mcpServers": {
"hive-compute": {
"url": "https://hive-mcp-gateway.onrender.com/compute/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hive-compute": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/compute/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hive-compute": {
"url": "https://hive-mcp-gateway.onrender.com/compute/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hive-compute": {
"serverUrl": "https://hive-mcp-gateway.onrender.com/compute/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档20/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 114 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年5月4日 |
| 1.0.0 | 2026年4月28日 |