← hivemorph.onrender.com

INDIVIDUAL MCP TOOL

deedlock_chain_verify

Verify the full deed transaction state machine for one property.

hivemorph.onrender.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for deedlock_chain_verify and invoke it with your own arguments.

Indexed 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 server

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.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.

Related tools

  • 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.
  • deedlock_deed_get — Fetch a stored DeedLock attestation by id.
  • deedlock_deed_verify — Verify a stored DeedLock attestation.
  • deedlock_notary_session — Attest a multi-document RON/IPEN/traditional notary session in a single envelope.
  • deedlock_recording_attest — Attest a county recorder submission/recording event.
  • deedlock_by_property — Full state-transition chain for a property_id.
  • deedlock_by_buyer — Paginated history of deed attestations by buyer DID.
  • deedlock_by_seller — Paginated history of deed attestations by seller DID.