You're viewing a demo portfolio

Join the waitlist
PRSM

cypher_account_statement

Active

Tool of cypher-mcp

declared in 3.4.2

Generate a patron's account statement at this operator. Returns the patron's purchase history, active credit tranches, per-tool usage breakdown, and recent daily usage logs. This is the patron's spending account — not the operator's Authority tax balance. Free — no credits consumed. Proof of npub ownership is required to prevent statement-scraping of arbitrary patrons.

Parameters schema

{
  "type": "object",
  "required": [
    "npub",
    "dpop_token"
  ],
  "properties": {
    "days": {
      "type": "integer",
      "default": 30,
      "description": "Number of days of daily usage history to include (default 30)."
    },
    "npub": {
      "type": "string",
      "description": "The patron's Nostr public key (npub1...)."
    },
    "dpop_token": {
      "type": "string",
      "description": "Raw JSON of a kind-27235 Nostr event signed by npub —\nnot base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its\n`u` tag must hold THIS tool's exact name (from tools/list), not\nthe endpoint URL; content:\"\", created_at within 60s of now, and a\nrandom `nonce` tag recommended. Or a cached dpop_token phrase."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

cypher-mcp

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

2/7 registries
View full server →