optionality_account_statement
ActiveTool of io.github.lonniev/optionality-mcp
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": "A kind-27235 Nostr event signed by npub for this tool."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.lonniev/optionality-mcp
https://github.com/lonniev/optionality-mcp
1/7 registries