mcpbeat

Hive Morph MCP Server

io.github.srotzin/hive-mcp-morph
answering

Hive Morph is answering right now. Last checked 10 min ago. It exposes 14 tools. Last commit 4 May 2026.

HiveMorph polymorphic identity and capability tokens for autonomous agents

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
472 ms
Response time
average over 24h
0
Stars
last commit 4 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add hive-mcp-morph --transport http https://hive-mcp-morph.onrender.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hive-mcp-morph": {
      "url": "https://hive-mcp-morph.onrender.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hive-mcp-morph]
url = "https://hive-mcp-morph.onrender.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hive-mcp-morph": {
      "url": "https://hive-mcp-morph.onrender.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hive-mcp-morph": {
      "url": "https://hive-mcp-morph.onrender.com/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

morph
morph_audit_recent
Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue. Anonymized counterparty (hashed). No auth.
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 — does not actually cull.
morph_brood_all
List all brood variants across every supermodel. Useful for fleet-wide population scans.
morph_brood_conversion
Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.
morph_brood_conversion_leaderboard
Conversion leaderboard across all brood variants ranked by settle rate × revenue. Drives the auto-cull and auto-promote signals.
morph_brood_for_supermodel
List brood variants for a specific supermodel (e.g. MONROE / W1).
morph_brood_pending_approvals
List brood variants currently awaiting human/operator approval before promotion. Read-only — approval itself is performed via the private hivemorph operator surface.
morph_carousel
Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.
morph_get_identity
Look up a Morph Identity Index (MII) record. Returns the polymorphic envelope: capabilities, current shape, supermodel parent, trust score.
morph_get_supermodel
Fetch a single supermodel by name or id (e.g. 'MONROE', 'W1'). Returns full role, lane, lead-shape, tagline, address, and brood conversion summary.
morph_list_supermodels
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.
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.
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.
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 — does not actually spawn.

Endpoints

URLTransportStateLatencyChecked
https://hive-mcp-morph.onrender.com/mcp streamable-http answering 636 ms 10 min ago

Hive Morph — questions

Answers built from our own checks of this server.

What can Hive Morph do?
It exposes 14 tools, read directly from the server on our last check. Among them: morph_audit_recent, morph_auto_cull_scan, morph_brood_all, morph_brood_conversion, morph_brood_conversion_leaderboard, morph_brood_for_supermodel and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Hive Morph working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 472 ms. The bar chart above shows every period we have measured.
How do I connect Hive Morph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Hive Morph need an API key?
No. Hive Morph completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Hive Morph?
It answers our handshake in 472 ms on average, which is faster than 25% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Hive Morph open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.