cypher_publish_nostr_profile
ActiveTool of cypher-mcp
Publish a CLIENT-SIGNED kind-0 profile to relays for an npub. The wheel never holds a patron nsec. The frontend signs the kind-0 metadata event with the patron's session key or a NIP-07 extension and passes the signed event (JSON) here; the wheel verifies the signature matches the npub, then relays it to public relays. The signature is the authorization — no proof token, no key custody. Free.
Parameters schema
{
"type": "object",
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "The patron's Nostr public key the event must be signed by."
},
"signed_event": {
"type": "string",
"default": "",
"description": "A JSON-encoded, client-signed kind-0 event."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
cypher-mcp
https://github.com/lonniev/cypher-mcp
2/7 registries