streamable-httpMITupdated 1mo ago
Tether MOS Telemetry + Boltz BTC↔USDC Atomic Swap Broker
Hive Mining 能做什么?
Tether MOS Telemetry + Boltz BTC↔USDC Atomic Swap Broker
Read-only Tether MOS site telemetry and Boltz BTC↔USDC atomic swap broker via the Hive Civilization.
Doctrine disclaimer: Hive does NOT route hashrate. Hive does NOT custody BTC. This service is read-only telemetry plus atomic-swap broker only.
MCP server for Hive — Tether MOS site telemetry (read-only) and Boltz BTC↔USDC atomic swap broker. 5 doctrine-clean tools. USDC settlement on Base L2. No mocks. Partners: Tether MOS (telemetry) and Boltz (atomic swap).
Reclass note: This repo was reclassed from hashrate routing per Hive supreme rules (precedent: hive-swarm-trader → hive-swarm-signal-relay). All former hashrate-routing routes now return 410 Gone.
What this is
hive-mcp-mining is a Model Context Protocol (MCP) server that exposes:
- Tether MOS Telemetry — read-only queries to Tether MOS sites and payout balances via the Hive orchestration layer. Partner: Tether.
- Boltz BTC↔USDC Atomic Swap Broker — Boltz reverse swap: deposit BTC at the HTLC address, receive USDC on Base. Hive never custodies BTC. Partner: Boltz.
- Bitcoin fee intel — Bortlesboat-attributed mempool fee landscape and next-block forecast.
- 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
Tools (5 doctrine-clean)
| Tool | Tier | Price | Description |
|---|---|---|---|
mos.query_sites |
Tier 1 | $0.001 | Query Tether MOS sites + telemetry (read-only). Partner: Tether MOS. |
mos.query_payouts |
Tier 1 | $0.001 | Get operator pending USDC payout balance (read-only). Partner: Tether MOS. |
bitcoin_fee_advice |
Tier 2 | $0.02 | Bortlesboat BTC mempool fee landscape + nextblock candidate pool. |
next_block_forecast |
Tier 2 | $0.03 | Next-block fee window forecast with Bortlesboat. |
payout_btc_to_usdc |
Tier 3 | 40bps spread | Boltz reverse swap: BTC → USDC on Base. Atomic. No custody. Partner: Boltz. |
Deprecated tools (removed per doctrine)
The following tools were removed in v2.0.0 per Hive supreme rules. Any call to them via the MCP tools/call interface returns 410 Gone. The corresponding HTTP routes also return 410 Gone.
| Tool | Reason |
|---|---|
list_rigs |
Removed per doctrine — see swarm-trader→signal-relay reclass |
quote_hashrate |
Removed per doctrine — see swarm-trader→signal-relay reclass |
book_hashrate |
Removed per doctrine — see swarm-trader→signal-relay reclass |
mining_pnl |
Removed per doctrine — see swarm-trader→signal-relay reclass |
mining_economics |
Removed per doctrine — see swarm-trader→signal-relay reclass |
mos.book_hashrate |
Removed per doctrine — see swarm-trader→signal-relay reclass |
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/agent.json |
Agent metadata (A2A card) |
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) |
* /v1/hashrate/* |
410 Gone — hashrate routing removed per doctrine |
* /mining/route |
410 Gone — hashrate routing removed per doctrine |
* /mining/book |
410 Gone — hashrate routing removed per doctrine |
* /hashrate-booking |
410 Gone — hashrate routing removed per doctrine |
Doctrine
Three gates satisfied:
- NEED — Tether MOS telemetry + Boltz atomic swap address a real infrastructure need
- YIELD — per-call pricing on every tool (Tier 1–3, USDC on Base L2)
- CLEAN-MONEY — brand-attributed (#C08D23), no custody (Boltz atomic swap), read-only MOS
Hive as PARTNER throughout — Tether as MOS partner, Boltz as atomic swap partner.
Forbidden categories (never present): HASHRATE · GAS · GPU-PERP · energy futures · external market routing.
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
- Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp
Brand: #C08D23
安装
把 Hive Mining 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http hive-mining https://hive-mcp-gateway.onrender.com/mining/mcpcodex mcp add hive-mining --url https://hive-mcp-gateway.onrender.com/mining/mcp{
"mcpServers": {
"hive-mining": {
"url": "https://hive-mcp-gateway.onrender.com/mining/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hive-mining": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/mining/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hive-mining": {
"url": "https://hive-mcp-gateway.onrender.com/mining/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hive-mining": {
"serverUrl": "https://hive-mcp-gateway.onrender.com/mining/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 个工具
Hive Mining 向已连接的智能体提供 3 个工具。
- bitcoin_fee_advice
- Tier 2
- next_block_forecast
- Tier 2
- payout_btc_to_usdc
- Tier 3
评分
59 / 100
尚可
- 文档14/25
- 维护16/25
- 可信度13/20
- 能力4/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 34 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
- 3 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.1.0最新 | 2026年5月4日 |
| 1.0.0 | 2026年4月28日 |