← hivemorph.onrender.com

INDIVIDUAL MCP TOOL

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.

hivemorph.onrender.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

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

Related tools