INDIVIDUAL MCP TOOL
morph_audit_recent
Read recent rows from the polymorphic audit log: outcome, shape, counterparty hash, token id, revenue.
LIVE ENDPOINT
https://hive-mcp-morph.onrender.com/mcp
Connect to this endpoint to inspect the live schema for morph_audit_recent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hive-mcp-morph]
url = "https://hive-mcp-morph.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-morph": {
"type": "http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-morph
Remote MCP URL: https://hive-mcp-morph.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hive-mcp-morph": {
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-morph": {
"type": "http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-morph",
"transport": "streamable-http",
"url": "https://hive-mcp-morph.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
morph_get_identity— Look up a Morph Identity Index (MII) record.morph_list_supermodels— List all supermodels (W1 through W19): id, name, role, lane, lead shape, tagline.morph_get_supermodel— Fetch a single supermodel by name or id (e.morph_carousel— Read the polymorphic carousel: primary shape + the 7 verticals (Merchant / Provenancer / Attestor / Refunder / Creditor / Oracle / Guardian) and contrails for each.morph_brood_pending_approvals— List brood variants currently awaiting human/operator approval before promotion.morph_brood_conversion— Per-variant conversion table: parent supermodel, variant id, kit version, offers shown, settles, revenue (USDC), first-offer timestamp.morph_brood_all— List all brood variants across every supermodel.morph_brood_conversion_leaderboard— Conversion leaderboard across all brood variants ranked by settle rate × revenue.