cypher_request_adoption
ActiveTool of cypher-mcp
Ask a chosen Authority to adopt this operator (deferred courtship). RESTRICTED to the operator — requires proof the caller controls this operator's npub. Resolves the Authority's MCP endpoint from the community registry, mints an inline ownership proof with this operator's nsec, and delivers the request MCP-to-MCP. The Authority records it as pending; its owner approves on their own time. Poll ``adoption_status`` for progress; the operator flips to ``ready`` once the Authority provisions it.
Parameters schema
{
"type": "object",
"required": [
"authority_npub"
],
"properties": {
"note": {
"type": "string",
"default": "",
"description": "optional message for the Authority owner."
},
"dpop_token": {
"type": "string",
"default": "",
"description": "operator-npub ownership proof (inline kind-27235 or cached token)."
},
"service_url": {
"type": "string",
"default": "",
"description": "this operator's MCP endpoint (advertised to the Authority)."
},
"authority_npub": {
"type": "string",
"description": "npub of the Authority to request adoption from."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries