CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Hive Mining

srotzin/hive-mcp-mining
HTTPregistry active
Summary

Connects to Tether's MOS telemetry layer and Boltz atomic swap infrastructure through a five-tool interface. You can query mining site stats and payout balances from Tether MOS (read-only), get Bortlesboat bitcoin mempool fee forecasts, and broker BTC to USDC swaps via Boltz reverse swaps that settle on Base L2. The server explicitly doesn't route hashrate or custody bitcoin. All paid calls settle in USDC on Base with tiered pricing from $0.001 for telemetry queries up to 40bps spread on swaps. Reach for this when you need live mining economics data or want to move between BTC and USDC without a centralized exchange.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tether MOS Telemetry + Boltz BTC↔USDC Atomic Swap Broker · Hive Civilization

hive-mcp-mining

Tether MOS Telemetry + Boltz BTC↔USDC Atomic Swap Broker

Smithery Glama Live Release License

https://hive-mcp-mining.onrender.com/mcp


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:

  1. Tether MOS Telemetry — read-only queries to Tether MOS sites and payout balances via the Hive orchestration layer. Partner: Tether.
  2. 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.
  3. 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)

ToolTierPriceDescription
mos.query_sitesTier 1$0.001Query Tether MOS sites + telemetry (read-only). Partner: Tether MOS.
mos.query_payoutsTier 1$0.001Get operator pending USDC payout balance (read-only). Partner: Tether MOS.
bitcoin_fee_adviceTier 2$0.02Bortlesboat BTC mempool fee landscape + nextblock candidate pool.
next_block_forecastTier 2$0.03Next-block fee window forecast with Bortlesboat.
payout_btc_to_usdcTier 340bps spreadBoltz 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.

ToolReason
list_rigsRemoved per doctrine — see swarm-trader→signal-relay reclass
quote_hashrateRemoved per doctrine — see swarm-trader→signal-relay reclass
book_hashrateRemoved per doctrine — see swarm-trader→signal-relay reclass
mining_pnlRemoved per doctrine — see swarm-trader→signal-relay reclass
mining_economicsRemoved per doctrine — see swarm-trader→signal-relay reclass
mos.book_hashrateRemoved per doctrine — see swarm-trader→signal-relay reclass

Endpoints

PathPurpose
POST /mcpJSON-RPC 2.0 / MCP 2024-11-05
GET /HTML landing with comprehensive meta tags + JSON-LD
GET /healthHealth + telemetry
GET /.well-known/mcp.jsonMCP discovery descriptor
GET /.well-known/agent.jsonAgent metadata (A2A card)
GET /.well-known/security.txtRFC 9116 security contact
GET /robots.txtAllow-all crawl policy
GET /sitemap.xmlCrawler sitemap
GET /og.svg1200×630 Hive-gold OG image
GET /seo.jsonJSON-LD structured data (SoftwareApplication)
* /v1/hashrate/*410 Gone — hashrate routing removed per doctrine
* /mining/route410 Gone — hashrate routing removed per doctrine
* /mining/book410 Gone — hashrate routing removed per doctrine
* /hashrate-booking410 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 4, 2026
View on GitHub