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.
LIVE ENDPOINT
https://hivemorph.onrender.com/v1/procurelock/mcp
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
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
procurelock_po_get— Fetch a stored ProcureLock attestation by id.procurelock_po_verify— Verify a stored ProcureLock attestation.procurelock_delivery_attest— Attest an ASN / GR / inspection event for a PO.procurelock_match_verify— Run a 2-way (PO+IR) or 3-way (PO+GR+IR) match verification across all attestations for a PO.procurelock_by_buyer— Paginated history of PO attestations by buyer DID.procurelock_by_supplier— Paginated history of PO attestations by supplier DID.procurelock_by_po— Full state-transition chain for a PO number.procurelock_pricing— Per-event Standard / Cosmic tier pricing + annual contract bands.