cypher_get_patron_onboarding_status
ActiveTool of cypher-mcp
Report a patron's credential readiness for this operator. For set-once services (eXcalibur, TheBrain), shows which patron secrets are configured and which are missing. For dynamic/OAuth2 services (Schwab), reports that no patron credentials are needed. Free. Proof of npub ownership is required because credential presence is sensitive information about the patron's setup.
Parameters schema
{
"type": "object",
"required": [
"patron_npub",
"dpop_token"
],
"properties": {
"dpop_token": {
"type": "string",
"description": "A kind-27235 Nostr event signed by patron_npub for this tool."
},
"patron_npub": {
"type": "string",
"description": "The patron's Nostr public key (npub1...)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries