You're viewing a demo portfolio

Join the waitlist
PRSM

cypher_receive_credentials

Active

Tool of cypher-mcp

declared in 3.4.2

Pick up credentials from the Secure Courier. Completes the CREDENTIAL-DELIVERY flow (the ownership-proof counterpart is ``receive_npub_proof``). **Call this only after the user confirms they have replied.** Deterministic, one-shot retrieval: name the response you want with ``(sender_npub, service, dpop_token)`` and the tool drains ONLY the rendezvous relay that channel was pinned to. Every popped DM with the wrong session phrase is deleted and its sender is NACK'd; the first DM with the matching phrase is accepted (ACK'd) and the scan stops. If none match, the queue is drained and a ``courier_not_found`` result is returned. Do NOT poll, loop, or retry. If a credential_card (ncred1...) is provided, it is redeemed directly without any relay access (dpop_token not required for that path). On success, the payment processor client is reinitialized from the new credentials — no server restart needed.

Parameters schema

{
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "default": "",
      "description": "Required. The credential service name (must match\nthe service used in request_credential_channel)."
    },
    "dpop_token": {
      "type": "string",
      "default": "",
      "description": "Required. The session phrase returned by\nrequest_credential_channel for this exact channel."
    },
    "sender_npub": {
      "type": "string",
      "default": "",
      "description": "Required. The npub that sent the credentials."
    },
    "credential_card": {
      "type": "string",
      "default": "",
      "description": "Optional. An ncred1... card to redeem directly\n(bypasses the relay drain; dpop_token not needed)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

cypher-mcp

https://github.com/lonniev/cypher-mcp

2/7 registries
View full server →
cypher_receive_credentials — cypher-mcp — PRSM MCP