cypher_forget_credentials
ActiveTool of cypher-mcp
Delete vaulted credentials for a specific service and npub. For operator credentials, pass the operator's own npub. For patron credentials, pass the patron's npub. Always requires proof of npub ownership — a deletion is as destructive as a write.
Parameters schema
{
"type": "object",
"required": [
"service",
"npub",
"dpop_token"
],
"properties": {
"npub": {
"type": "string",
"description": "The Nostr public key (npub1...) whose credentials to forget."
},
"service": {
"type": "string",
"description": "The credential service to forget."
},
"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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries