cypher_check_proof_status
ActiveTool of cypher-mcp
Check whether a previously-cached dpop_token is still valid. Mirrors ``check_oauth_status`` for the npub-proof flow: a calling agent can ask "will my next paid call accept this dpop_token?" before burning credits on a guaranteed failure. Free, no side effects — does not evict the cache or touch relays.
Parameters schema
{
"type": "object",
"properties": {
"dpop_token": {
"type": "string",
"default": "",
"description": "Required. The dpop_token phrase returned by\n``request_npub_proof`` / ``receive_npub_proof``."
},
"patron_npub": {
"type": "string",
"default": "",
"description": "Required. The patron's npub (npub1...)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries