{"serverInfo":{"name":"hive-mcp-gateway","version":"1.1.0"},"authentication":{"required":false,"schemes":[]},"tools":[{"name":"evaluator__evaluator_get_fees","description":"Get the live evaluator fee schedule (3 tiers, settlement currencies, recipient addresses, ERC-8183 / Virtuals ACP v2.0 spec). No auth required.","inputSchema":{"type":"object","properties":{}}},{"name":"evaluator__evaluator_submit_job","description":"Submit a job for evaluation. Choose tier (simple, evaluation, arbitration). Job value is quoted in USDC; fee = max($0.05, value * tier_bps / 10000). Returns job_id and quoted fee.","inputSchema":{"type":"object","required":["tier","job_value_usdc","subject_did","submitter_did"],"properties":{"tier":{"type":"string","description":"'simple' (0.5%), 'evaluation' (1.0%), or 'arbitration' (2.0%)"},"job_value_usdc":{"type":"number","description":"Notional job value in USDC"},"subject_did":{"type":"string","description":"DID of the agent or output being evaluated"},"submitter_did":{"type":"string","description":"DID of the submitting agent"},"context":{"type":"string","description":"Free-form context for the evaluator (max 4 KB)"}}}},{"name":"evaluator__evaluator_get_job","description":"Retrieve evaluation status, verdict, and attestation for a previously-submitted job.","inputSchema":{"type":"object","required":["job_id"],"properties":{"job_id":{"type":"string","description":"Job ID returned from evaluator_submit_job"}}}},{"name":"evaluator__evaluator_attest_job","description":"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.","inputSchema":{"type":"object","required":["job_id"],"properties":{"job_id":{"type":"string","description":"Job ID returned from evaluator_submit_job"},"signature":{"type":"string","description":"EIP-3009 signature (required for EVM chains)"}}}},{"name":"trade__trade_get_fees","description":"Get the cross-border invoice fee schedule and SWIFT wire comparison (Hive vs. typical SMB wire fees, FX spreads, settlement times).","inputSchema":{"type":"object","properties":{}}},{"name":"trade__trade_get_listing","description":"Get the public listing metadata (target user, fee schedule, settlement currencies/chains, cumulative volume, council origin).","inputSchema":{"type":"object","properties":{}}},{"name":"trade__trade_create_invoice","description":"Create a cross-border invoice. Buyer (SMB) and supplier exchange DIDs; invoice amount + currency + chain selected at creation. Fee auto-computed from tier.","inputSchema":{"type":"object","required":["buyer_did","supplier_did","amount_usd","settle_currency","settle_chain","supplier_payout_address"],"properties":{"buyer_did":{"type":"string","description":"DID of the SMB buyer"},"supplier_did":{"type":"string","description":"DID of the overseas supplier"},"amount_usd":{"type":"number","description":"Invoice amount in USD (max $250,000 for MVP)"},"settle_currency":{"type":"string","description":"USDT or USDC"},"settle_chain":{"type":"string","description":"base, ethereum, or solana"},"supplier_payout_address":{"type":"string","description":"Supplier's receiving address on the chosen chain"},"memo":{"type":"string","description":"Free-form invoice memo (PO number, goods description)"}}}},{"name":"trade__trade_get_invoice","description":"Retrieve invoice status, settlement transaction hash, and dispute history.","inputSchema":{"type":"object","required":["invoice_id"],"properties":{"invoice_id":{"type":"string","description":"Invoice ID returned from trade_create_invoice"}}}},{"name":"trade__trade_dispute_invoice","description":"Open a dispute on an invoice. Routes to HiveLaw arbitration if buyer and supplier cannot resolve. Settlement is held in escrow until resolution.","inputSchema":{"type":"object","required":["invoice_id","claimant_did","reason"],"properties":{"invoice_id":{"type":"string","description":"Invoice ID"},"claimant_did":{"type":"string","description":"DID of the disputing party (buyer or supplier)"},"reason":{"type":"string","description":"Dispute reason"},"evidence_url":{"type":"string","description":"Optional URL to supporting documents"}}}},{"name":"depin__depin_list_providers","description":"List DePIN provider listings. Filter by category (storage, compute, gpu, bandwidth, energy, sensor, wireless), region, or capacity. No auth required.","inputSchema":{"type":"object","properties":{"provider_category":{"type":"string","description":"storage | compute | gpu | bandwidth | energy | sensor | wireless"},"region":{"type":"string","description":"Filter by region (e.g. us-east, eu-west)"}}}},{"name":"depin__depin_create_listing","description":"List physical infrastructure capacity (storage TB, compute cores, GPU VRAM, bandwidth Mbps, sensor sample rate, etc.). 22 metadata fields supported. Match fee 0.15%.","inputSchema":{"type":"object","required":["agent_id","provider_category","unit_rate_usdc","unit_label","operator_did","payout_address"],"properties":{"agent_id":{"type":"string","description":"Operator agent ID"},"provider_category":{"type":"string","description":"storage | compute | gpu | bandwidth | energy | sensor | wireless"},"unit_rate_usdc":{"type":"number","description":"Price per unit in USDC"},"unit_label":{"type":"string","description":"Pricing unit, e.g. 'per TB-month', 'per GPU-hour'"},"operator_did":{"type":"string","description":"Operator DID for trust scoring"},"payout_address":{"type":"string","description":"Settlement address"},"region":{"type":"string","description":"Geographic region"},"capacity_gb":{"type":"number","description":"Capacity for storage providers (GB)"},"throughput_mbps":{"type":"number","description":"Throughput for bandwidth providers (Mbps)"},"gpu_model":{"type":"string","description":"GPU model for GPU providers"},"vram_gb":{"type":"number","description":"VRAM for GPU providers (GB)"},"kind":{"type":"string","description":"Listing kind (default: depin_provider)"}}}},{"name":"depin__depin_get_match_fee","description":"Get the current DePIN marketplace match fee (currently 0.15%). Returned alongside settlement currencies and chains.","inputSchema":{"type":"object","properties":{}}},{"name":"compute-grid__computegrid_list_agents","description":"List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.","inputSchema":{"type":"object","properties":{}}},{"name":"compute-grid__computegrid_get_capacity","description":"Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry.","inputSchema":{"type":"object","properties":{}}},{"name":"compute-grid__computegrid_verify_proof","description":"Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC.","inputSchema":{"type":"object","required":["job_id","driver","claimed_output_hash","submitter_did"],"properties":{"job_id":{"type":"string","description":"Job ID to verify"},"driver":{"type":"string","description":"Source driver: ionet | render | akash | aleo | custom"},"claimed_output_hash":{"type":"string","description":"SHA-256 of claimed output"},"submitter_did":{"type":"string","description":"DID of the submitting agent"}}}},{"name":"morph__morph_audit_recent","description":"Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Max rows to return (default 50, max 500)"}}}},{"name":"morph__morph_get_identity","description":"Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.","inputSchema":{"type":"object","required":["mii_id"],"properties":{"mii_id":{"type":"string","description":"MII identifier"}}}},{"name":"morph__morph_list_supermodels","description":"List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline. The supermodel directory is the canonical lineage for every spawned brood variant.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_get_supermodel","description":"Fetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary.","inputSchema":{"type":"object","required":["name_or_id"],"properties":{"name_or_id":{"type":"string","description":"Supermodel name (e.g. MONROE) or id (e.g. W1)"}}}},{"name":"morph__morph_carousel","description":"Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_brood_pending_approvals","description":"List brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is performed via the private hivemorph operator surface.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_brood_conversion","description":"Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_brood_all","description":"List all brood variants across every supermodel. Useful for fleet-wide population scans.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_brood_conversion_leaderboard","description":"Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_brood_for_supermodel","description":"List brood variants for a specific supermodel (e.g. MONROE / W1).","inputSchema":{"type":"object","required":["supermodel"],"properties":{"supermodel":{"type":"string","description":"Supermodel name or id"}}}},{"name":"morph__morph_spawn_monitor_scan","description":"Run the spawn-monitor scan: detect supermodels eligible for new brood spawns based on conversion gaps, opportunity surface, and saturation. READ-ONLY — does not actually spawn.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_money_flavor_probe","description":"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.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_money_flavor_stats","description":"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.","inputSchema":{"type":"object","properties":{}}},{"name":"morph__morph_auto_cull_scan","description":"Run the auto-cull dry-run scan: which brood variants the system would cull based on conversion floors, ROI thresholds, and saturation. READ-ONLY — does not actually cull.","inputSchema":{"type":"object","properties":{}}}],"resources":[],"prompts":[]}