Hive Morph
https://hive-mcp-morph.onrender.com/mcpskills: {'id': 'morph_audit_recent', 'name': 'morph_audit_recent', 'description': 'Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_get_identity', 'name': 'morph_get_identity', 'description': 'Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_list_supermodels', 'name': '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. Free up to 100 calls/day per agent-DID; $0.001/call thereafter via x402 USDC settlement on Base.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_get_supermodel', 'name': '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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_carousel', 'name': 'morph_carousel', 'description': 'Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_brood_pending_approvals', 'name': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_brood_conversion', 'name': 'morph_brood_conversion', 'description': 'Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'morph_brood_all', 'name': 'morph_brood_all', 'description': 'List all brood variants across every supermodel. Useful for fleet-wide population scans.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 341.5ms; conformance: pass
How to connect
https://hive-mcp-morph.onrender.com/mcp
curl -X POST https://hive-mcp-morph.onrender.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'