# hive-mcp-depin

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add hivecivilization/hive-mcp-depin

# Browse available tools
npx -y smithery tool list hivecivilization/hive-mcp-depin

# Get full schema for a tool
npx -y smithery tool get hivecivilization/hive-mcp-depin evaluator__evaluator_get_fees

# Call a tool
npx -y smithery tool call hivecivilization/hive-mcp-depin evaluator__evaluator_get_fees '{}'
```

## Direct MCP Connection

Endpoint: `https://hive-mcp-depin--hivecivilization.run.tools`

## Tools (29)

- `evaluator__evaluator_get_fees` — Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 …
- `evaluator__evaluator_submit_job` — Submit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.0…
- `evaluator__evaluator_get_job` — Retrieve evaluation status, verdict, and attestation for a previously-submitted job.
- `evaluator__evaluator_attest_job` — Trigger settlement and emit the on-chain attestation for a completed job. Settles to the Hive Safe Treasury on the chai…
- `trade__trade_get_fees` — Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settle…
- `trade__trade_get_listing` — Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council or…
- `trade__trade_create_invoice` — Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at cr…
- `trade__trade_get_invoice` — Retrieve invoice status, settlement transaction hash, and dispute history.
- `trade__trade_dispute_invoice` — Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in…
- `depin__depin_list_providers` — List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, …
- `depin__depin_create_listing` — List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). …
- `depin__depin_get_match_fee` — Get the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.
- `compute-grid__computegrid_list_agents` — List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth r…
- `compute-grid__computegrid_get_capacity` — Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO deri…
- `compute-grid__computegrid_verify_proof` — Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof i…
- `morph__morph_audit_recent` — Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized count…
- `morph__morph_get_identity` — Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel …
- `morph__morph_list_supermodels` — List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The supermodel directory is the canon…
- `morph__morph_get_supermodel` — Fetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, a…
- `morph__morph_carousel` — Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor…
- `morph__morph_brood_pending_approvals` — List brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is perform…
- `morph__morph_brood_conversion` — Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-…
- `morph__morph_brood_all` — List all brood variants across every supermodel. Useful for fleet-wide population scans.
- `morph__morph_brood_conversion_leaderboard` — Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote…
- `morph__morph_brood_for_supermodel` — List brood variants for a specific supermodel (e.g. MONROE / W1).
- `morph__morph_spawn_monitor_scan` — Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surf…
- `morph__morph_money_flavor_probe` — Probe the money-flavor classifier on the most recent settlement window: asset class histogram, chain class histogram, f…
- `morph__morph_money_flavor_stats` — Rolling aggregate money-flavor statistics (default 1 hour window): asset class, chain class, flow class distributions, …
- `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, …

```bash
# Get full input/output schema for a tool
npx -y smithery tool get hivecivilization/hive-mcp-depin <tool-name>
```
