← Registry

Security & Testing

hivemorph.onrender.com

This MCP server enables issuance, verification, and settlement of post-quantum-ready receipt envelopes with dual-signature security.

x402 supported5 endpoints42 known toolsFirst detected June 16, 2026Last detected August 27, 2026

ENDPOINT 1

https://hivemorph.onrender.com/v1/receipt/mcp

No auth detected

MCP server metadata

Name
hive-mcp-receipts
Version
1.0.0
Capabilities
tools

Known tools 6

receipt_issue

Issue a swarm-tier post-quantum-ready receipt envelope (Build #27).

Potential side effects
receipt_get

Fetch a stored receipt envelope by receipt_id.

Inferred read-only
receipt_verify

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

Inferred read-only
receipt_settle

Finalize x402 settlement for a previously-issued receipt.

Inferred read-only
receipt_pricing

Current pricing: tier, price USD, treasury, chain id, settlement protocol.

Inferred read-only
receipt_health

Service health: status, version, receipt count, tier.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "hive-mcp-receipts",
  "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.

ENDPOINT 2

https://hivemorph.onrender.com/v1/mcp/hivecomply

No auth detected

MCP server metadata

Name
hive-mcp-hivecomply
Version
1.0.0
Capabilities
tools

Known tools 8

hivecomply_event_ingest

Ingest a compliance event and receive a dual-signed (Ed25519 + ML-DSA-65) receipt.

Inferred read-only
hivecomply_evidence_query

Query compliance events by framework code, control code, and/or time period.

Inferred read-only
hivecomply_bundle_export

Export a canonical evidence bundle for a framework/control/period.

Inferred read-only
hivecomply_bundle_verify

Verify a canonical evidence bundle offline.

Inferred read-only
hivecomply_framework_map

Return all 11 compliance framework profiles with their representative controls.

Inferred read-only
hivecomply_control_status

Return event counts and last_event_at for a specific framework control.

Inferred read-only
hivecomply_pricing

Return the HiveComply pricing surface.

Inferred read-only
hivecomply_health

Service health probe — event count, writeability, supported frameworks.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: hive-mcp-hivecomply
Remote MCP URL: https://hivemorph.onrender.com/v1/mcp/hivecomply

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 3

https://hivemorph.onrender.com/v1/procurelock/mcp

No auth detected

MCP server metadata

Name
hive-mcp-procurelock
Version
1.0.0
Capabilities
tools

Known tools 10

procurelock_po_attest

Attest a PO state transition (Request, Quote, PO_Issued, PO_Ack, ASN, Goods_Receipt, Invoice_Receipt, Payment, Change_Order, Cancellation) with a dual-signed (Ed25519 + ML-DSA-65) post-quantum-ready Swarm-MAPET receipt envelope.

Potential side effects
procurelock_po_get

Fetch a stored ProcureLock attestation by id.

Inferred read-only
procurelock_po_verify

Verify a stored ProcureLock attestation.

Inferred read-only
procurelock_delivery_attest

Attest an ASN / GR / inspection event for a PO.

Inferred read-only
procurelock_match_verify

Run a 2-way (PO+IR) or 3-way (PO+GR+IR) match verification across all attestations for a PO.

Inferred read-only
procurelock_by_buyer

Paginated history of PO attestations by buyer DID.

Inferred read-only
procurelock_by_supplier

Paginated history of PO attestations by supplier DID.

Inferred read-only
procurelock_by_po

Full state-transition chain for a PO number.

Inferred read-only
procurelock_pricing

Per-event Standard / Cosmic tier pricing + annual contract bands.

Inferred read-only
procurelock_health

Service health — record count, writeable, supported EDI formats.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 4

https://hivemorph.onrender.com/v1/deedlock/mcp

No auth detected

MCP server metadata

Name
hive-mcp-deedlock
Version
1.0.0
Capabilities
tools

Known tools 12

deedlock_deed_attest

Attest a deed/notary state transition (Disclosure, Offer, Acceptance, Escrow_Open, Title_Search, Notary_Session, Deed_Signed, Recording_Submitted, Recorded, Closing, Wire_Disbursed, Amendment, Cancellation) with a dual-signed (Ed25519 + ML-DSA-65) post-quantum-ready Swarm-MAPET receipt envelope.

Potential side effects
deedlock_deed_get

Fetch a stored DeedLock attestation by id.

Inferred read-only
deedlock_deed_verify

Verify a stored DeedLock attestation.

Inferred read-only
deedlock_notary_session

Attest a multi-document RON/IPEN/traditional notary session in a single envelope.

Inferred read-only
deedlock_recording_attest

Attest a county recorder submission/recording event.

Inferred read-only
deedlock_chain_verify

Verify the full deed transaction state machine for one property.

Inferred read-only
deedlock_by_property

Full state-transition chain for a property_id.

Inferred read-only
deedlock_by_buyer

Paginated history of deed attestations by buyer DID.

Inferred read-only
deedlock_by_seller

Paginated history of deed attestations by seller DID.

Inferred read-only
deedlock_by_notary

Paginated notary journal — all sessions by notary DID.

Inferred read-only
deedlock_pricing

Per-event Standard / Cosmic tier pricing + annual contract bands.

Inferred read-only
deedlock_health

Service health — record count, writeable, supported notarization types.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 5

https://hivemorph.onrender.com/v1/prior/mcp

No auth detected

MCP server metadata

Name
hive-mcp-prior
Version
1.0.0
Capabilities
tools

Known tools 6

prior_issue

Issue a Patent Priority timestamp on Hive Prior (LEX-IP §6.1).

Inferred read-only
prior_verify

Verify a Hive Prior receipt by prior_id.

Inferred read-only
prior_by_hash

Find all Prior receipts for a content hash.

Inferred read-only
prior_by_inventor

List all Prior receipts by an inventor DID, newest first.

Inferred read-only
prior_leaderboard

Top inventor DIDs by receipts issued in the last N days.

Inferred read-only
prior_health

Service health check — record count, write probe, tier pricing.

Potential side effects

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-09-27T04:50:32.253Z.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.