← hivemorph.onrender.com

INDIVIDUAL MCP TOOL

receipt_verify

Verify a receipt envelope: dual-signature check (Ed25519 + ML-DSA-65), federated block hash recomputation, and entropy seed validation.

hivemorph.onrender.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

hivemorph.onrender.com

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.hivemorph-onrender-com]
url = "https://hivemorph.onrender.com/v1/receipt/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hivemorph-onrender-com": {
      "type": "http",
      "url": "https://hivemorph.onrender.com/v1/receipt/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hivemorph-onrender-com
Remote MCP URL: https://hivemorph.onrender.com/v1/receipt/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": {
    "hivemorph-onrender-com": {
      "url": "https://hivemorph.onrender.com/v1/receipt/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hivemorph-onrender-com": {
      "type": "http",
      "url": "https://hivemorph.onrender.com/v1/receipt/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hivemorph-onrender-com",
  "transport": "streamable-http",
  "url": "https://hivemorph.onrender.com/v1/receipt/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • receipt_issue — Issue a swarm-tier post-quantum-ready receipt envelope (Build #27).
  • receipt_get — Fetch a stored receipt envelope by receipt_id.
  • receipt_settle — Finalize x402 settlement for a previously-issued receipt.
  • receipt_pricing — Current pricing: tier, price USD, treasury, chain id, settlement protocol.
  • receipt_health — Service health: status, version, receipt count, tier.