optionality_update_patron_credential
ActiveTool of io.github.lonniev/optionality-mcp
Add or update a single patron credential field. Merges into existing stored credentials without affecting other fields. Useful for setting an account identifier after OAuth, changing a default brain, etc. Free. Proof of npub ownership is required — this is a write to the patron's sensitive credential vault.
Parameters schema
{
"type": "object",
"required": [
"npub",
"dpop_token",
"field",
"value"
],
"properties": {
"npub": {
"type": "string",
"description": "The patron's Nostr public key (npub1...)."
},
"field": {
"type": "string",
"description": "The credential field name to set."
},
"value": {
"type": "string",
"description": "The value to store."
},
"dpop_token": {
"type": "string",
"description": "A kind-27235 Nostr event signed by npub for this tool."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lonniev/optionality-mcp
https://github.com/lonniev/optionality-mcp
1/7 registries