Hive in your IDE.
Six lines. Thirty-eight tools.
Paste six lines into your IDE’s MCP config, restart, and get 38 production tools across 8 revenue surfaces — receipts, x402 settlement, evaluator fees, audit-readiness scoring, DePIN listings, dispute history, insurance routing, and compute proof verification. One URL. No auth. No API key. No credit card.
Paste. Restart. Done.
Add the gateway URL to your IDE’s MCP config file, restart, and Hive tools appear in the tool palette. The gateway speaks MCP 2024-11-05 Streamable-HTTP — one HTTP endpoint, JSON-RPC 2.0, no server process to manage.
cline_mcp_settings.json
{
"mcpServers": {
"hive": {
"url": "https://hive-mcp-gateway.onrender.com/mcp",
"transport": "streamable-http"
}
}
}
Cline requires transport. Restart Cline after saving.
claude_desktop_config.json
{
"mcpServers": {
"hive": {
"url": "https://hive-mcp-gateway.onrender.com/mcp"
}
}
}
Restart Claude Desktop after editing. Found at ~/Library/Application Support/Claude/ on macOS.
.cursor/mcp.json
{
"mcpServers": {
"hive": {
"url": "https://hive-mcp-gateway.onrender.com/mcp"
}
}
}
Place .cursor/mcp.json in your project root or global Cursor settings. Reload window after saving.
38 tools. 8 servers. All live.
Every tool listed here is returned verbatim from https://hive-mcp-gateway.onrender.com/mcp via tools/list. Names and descriptions are pulled from the live gateway, not fabricated. Discovery is free on all tools — settlement calls are paid.
| Server | Tool name | What it does | Tier |
|---|---|---|---|
| evaluator — 4 tools · evaluation fees, job lifecycle, on-chain attestation | |||
| evaluator | evaluator__evaluator_get_fees | Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec) | free |
| evaluator | evaluator__evaluator_submit_job | Submit a job for evaluation. Choose tier (simple 0.5%, evaluation 1.0%, arbitration 2.0%). Fee = max($0.05, value × tier_bps / 10000). Returns job_id and quoted fee | paid |
| evaluator | evaluator__evaluator_get_job | Retrieve evaluation status, verdict, and attestation for a previously-submitted job | free |
| evaluator | evaluator__evaluator_attest_job | Trigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chain selected at submission. Requires EIP-3009 signature for Base/Ethereum | paid |
| trade — 4 tools · cross-border SMB invoices, USDC/USDT settlement, dispute escrow | |||
| trade | trade__trade_get_fees | Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times) | free |
| trade | trade__trade_get_listing | Get the public listing metadata: target user, fee schedule, settlement currencies/chains, cumulative volume, council origin | free |
| trade | trade__trade_create_invoice | Create a cross-border invoice. Buyer and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier. Max $250,000 for MVP | paid |
| trade | trade__trade_get_invoice | Retrieve invoice status, settlement transaction hash, and dispute history | free |
| trade | trade__trade_dispute_invoice | Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution | paid |
| depin — 3 tools · DePIN provider listings, storage/compute/GPU/bandwidth/energy/sensor/wireless | |||
| depin | depin__depin_list_providers | List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity | free |
| depin | depin__depin_create_listing | List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, etc.). 22 metadata fields. Match fee 0.15% | paid |
| depin | depin__depin_get_match_fee | Get the current DePIN marketplace match fee (0.15%). Returned alongside settlement currencies and chains | free |
| compute-grid — 3 tools · 15-agent fleet telemetry, Groth16 proof verification | |||
| compute-grid | compute-grid__computegrid_list_agents | List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model | free |
| compute-grid | compute-grid__computegrid_get_capacity | Read-only capacity view from the Capacity Listener fleet. Per spec section 8: no bids, no hedges, no positions — pure read-only telemetry | free |
| compute-grid | compute-grid__computegrid_verify_proof | Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC on Base 8453 | paid |
| morph — 14 tools · polymorphic identity, supermodel directory (W1–W19), brood variants, money-flavor classifier | |||
| morph | morph__morph_audit_recent | Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed) | free |
| morph | morph__morph_get_identity | Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score | free |
| morph | morph__morph_list_supermodels | List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The canonical lineage for every spawned brood variant | free |
| morph | morph__morph_get_supermodel | Fetch a single supermodel by name or id (e.g. W1-Treasury, W1). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary | free |
| morph | morph__morph_carousel | Read the polymorphic carousel: primary shape + the 7 verticals (Merchant, Provenancer, Attestor, Refunder, Creditor, Oracle, Guardian) and contrails for each | free |
| morph | morph__morph_brood_pending_approvals | List brood variants currently awaiting human/operator approval before promotion. Read-only | free |
| morph | morph__morph_brood_conversion | Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp | free |
| morph | morph__morph_brood_all | List all brood variants across every supermodel. Useful for fleet-wide population scans | free |
| morph | morph__morph_brood_conversion_leaderboard | Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals | free |
| morph | morph__morph_brood_for_supermodel | List brood variants for a specific supermodel (e.g. W1-Treasury / W1) | free |
| morph | morph__morph_spawn_monitor_scan | Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation. Read-only | free |
| morph | morph__morph_money_flavor_probe | Probe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, flow class histogram, arb-high count, refused count, non-USDC share | free |
| morph | morph__morph_money_flavor_stats | Rolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, plus arb/refused/non-USDC ratios. Drives the CLEAN-MONEY gate | free |
| morph | morph__morph_auto_cull_scan | Run the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation. Read-only | free |
| insurance-broker — 3 tools · Nexus Mutual, Sherlock, Risk Harbor, InsurAce — Hive is broker-only | |||
| insurance-broker | insurance-broker__insurance_products | List all available coverage products across providers (Nexus Mutual, Sherlock, Risk Harbor, InsurAce). Returns provider, type, capacity, and current cost-of-coverage | free |
| insurance-broker | insurance-broker__insurance_quote | Route a quote request to one or all underwriters. Hive forwards the request verbatim. Hive does not bind coverage, accept premium, or take custody | free |
| insurance-broker | insurance-broker__insurance_today | 24-hour rollup: total listing count, top providers by capacity, request count and quote count for the rolling window | free |
| dispute — 4 tools · Kleros / UMA / Reality.eth subgraphs, counterparty risk, arbitration routing | |||
| dispute | dispute__dispute_check | Given a counterparty address + chain, return public dispute history, active arbitration cases, and on-chain reversal-pattern flags. Sources: Kleros / UMA / Reality.eth subgraphs with direct on-chain RPC fallback. Observational only | free |
| dispute | dispute__dispute_providers | List available third-party arbitration protocols (Kleros, UMA Optimistic Oracle, Reality.eth) with current case load, intake URLs, and jurisdiction model | free |
| dispute | dispute__dispute_route | Given a case description, disputed amount, and optional jurisdiction preference, return ranked arbitration provider options + intake URLs. No automatic filing — Hive returns options only | free |
| dispute | dispute__dispute_today | 24-hour rollup: flagged-counterparty count and top arbitration providers by active case load | free |
| audit-readiness — 2 tools · EU AI Act, Colorado AI Act, CCPA, HIPAA, NYC LL 144 compliance scoring | |||
| audit-readiness | audit-readiness__audit_readiness_score | Compute a multi-jurisdictional AI compliance readiness score. Returns penalty exposure (EUR + USD), compliance gaps citing the regulation article, recommended audit tier (STARTER/STANDARD/ENTERPRISE/FEDERAL), and the nearest enforcement deadline. Sources: EU AI Act Art 99, Colorado AI Act SB 24-205, CCPA, Cal SB 942, NYC LL 144, HIPAA. Free, rate-limited 10/IP/hr | free |
| audit-readiness | audit-readiness__audit_get_tier_pricing | Returns the four published HiveAudit tier prices and bracket thresholds: STARTER ($500, <$500K exposure), STANDARD ($1,500, <$5M), ENTERPRISE ($2,500, <$50M), FEDERAL ($7,500/yr, ≥$50M or federal agency) | free |
Drop these into Cline or Claude with Hive enabled.
Every one of these returns real data from live endpoints. Every one of them is the entry point to a paid surface.
Use hive to check the dispute history of address 0x… on Base chain.
Quote insurance coverage for $1M on Nexus Mutual for 90 days using hive.
List Hive supermodels and pick the one for cross-border merchant flows.
Score my org for EU AI Act and Colorado AI Act compliance with 100K records, 50 agents, 1M monthly inferences.
Production-grade tools, zero friction.
- 38 live tools across 8 production servers — all returned verbatim from the MCP gateway
- 8 distinct revenue surfaces: evaluator fees, x402 trade settlement, DePIN match fees, compute proof verification, insurance brokerage, arbitration routing, cross-border invoice creation, and audit-readiness scoring
- Dual-signature receipts on every settled event — Ed25519 (RFC 8032) and ML-DSA-65 (NIST FIPS 204)
- USDC settlement on Base 8453 via the x402 micropayment standard
- No auth required — no API key, no account, no credit card for discovery
- Zero server to run — HTTP transport, single endpoint, no stdio process
- Works with any MCP 2024-11-05 client: Cline, Claude Desktop, Cursor, and any conforming host
Free to discover. Paid to settle.
Hive uses a two-tier model: read and discovery operations are always free; write and settlement operations carry a USDC fee that settles on Base 8453. You can explore the full tool catalog, check dispute history, list DePIN providers, query the morph directory, and retrieve compliance scores without any payment method on file.
tools/list— enumerate all 38 toolsdispute__dispute_check— counterparty historydepin__depin_list_providers— browse DePIN listingsmorph__morph_list_supermodels— W1–W19 directoryaudit-readiness__audit_readiness_score— compliance score (10/IP/hr)insurance-broker__insurance_products— coverage listings- All read-only morph, trade, and compute tools
evaluator__evaluator_submit_job— min $0.05 or 0.5%–2% of job valueevaluator__evaluator_attest_job— on-chain attestation, EIP-3009trade__trade_create_invoice— fee auto-computed at creationcompute-grid__computegrid_verify_proof— $0.001/proofdepin__depin_create_listing— 0.15% match fee on settlement
Receipts are real. Settlement is on Base (chain ID 8453). Treasury address 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E is verifiable on-chain. Hive does not custody funds for insurance or arbitration — those route directly to third-party underwriters and arbitration protocols (Kleros, UMA, Reality.eth, Nexus Mutual, Sherlock, Risk Harbor, InsurAce). USDC only. No bridging, no wrapping.
Questions about Hive MCP
How do I add Hive to Cline?
cline_mcp_settings.json (typically in Cline’s settings directory) and add:{"mcpServers":{"hive":{"url":"https://hive-mcp-gateway.onrender.com/mcp","transport":"streamable-http"}}}Save the file, restart Cline, and Hive tools appear in the tool palette. The
transport key is required by Cline to select Streamable-HTTP over stdio.Does it cost money?
tools/list, dispute_check, morph reads, insurance product listings, and audit-readiness scoring cost nothing. Settlement operations carry a fee: evaluator jobs (min $0.05 or 0.5%–2% of job value depending on tier), compute proof verification ($0.001/proof), and DePIN match fees (0.15% on listing settlement). All fees settle in USDC on Base 8453. There is no subscription, no credit card gate, and no API key required to start.What tools are available?
tools/list. You can also call tools/list yourself: curl -s -X POST https://hive-mcp-gateway.onrender.com/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'What is MCP 2024-11-05?
Does it work with Claude Desktop and Cursor?
{"mcpServers":{"hive":{"url":"https://hive-mcp-gateway.onrender.com/mcp"}}} to claude_desktop_config.json (found at ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) and restart Claude Desktop. For Cursor, create or edit .cursor/mcp.json in your project root with the same structure, then reload the Cursor window. The transport key is optional for Claude Desktop and Cursor — they infer Streamable-HTTP from the URL.Where do payments settle?
0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E and is verifiable on-chain. Insurance premiums and arbitration fees route directly to third-party providers — Hive is broker-only and does not underwrite or custody those funds. Compute proof fees and DePIN match fees settle to the Hive treasury at the time of the verified event.What Hive MCP is built on.
| Standard | Version / spec | Role in Hive MCP | Reference |
|---|---|---|---|
| MCP 2024-11-05 | Model Context Protocol, November 2024 edition | Tool discovery and invocation protocol. Defines the tools/list and tools/call methods used by Cline, Claude Desktop, and Cursor |
modelcontextprotocol.io |
| JSON-RPC 2.0 | JSON-RPC Specification 2.0 | Wire format for all MCP messages. Every request and response is a JSON-RPC 2.0 envelope over HTTP POST | jsonrpc.org |
| Streamable-HTTP | MCP 2024-11-05 transport | Single HTTP endpoint replaces stdio transport. Hive uses one URL; responses can be streamed or single-shot. No server process required in the IDE | MCP spec §Transport |
| Ed25519 (RFC 8032) | Edwards-Curve Digital Signature Algorithm | Classical signature on every Hive receipt. Verifiable today against published issuer keys at hivemorph.onrender.com | RFC 8032 |
| ML-DSA-65 (NIST FIPS 204) | Module-Lattice-Based Digital Signature Standard, parameter set 65 | Post-quantum signature on every Hive receipt. Derived from CRYSTALS-Dilithium. Specified secure through 2055+ against cryptanalytically-relevant quantum computers | NIST FIPS 204 |
| x402 | HTTP 402 micropayment protocol (Coinbase) | Payment rail for all Hive fee settlement. USDC on Base 8453. Treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E |
x402.org |
| did:hive | W3C DID Core 1.0 method | Agent identity for every Hive receipt. Each did:hive resolves to an Ed25519 + ML-DSA-65 key set with a signed key history so receipts remain verifiable across key rotations | did:hive spec |
Add Hive to your IDE
One URL, six lines, forty tools. Paste the config, restart your IDE, and start calling production Hive endpoints from your existing workflow.