Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOSTR_BUNKER_URI | No | NIP-46 bunker URI for remote signing. Format: bunker://<bunker-hex-pubkey>?relay=wss://relay.com&secret=optional. If set, all signing routes through your bunker; if not set, the server operates in direct key mode where private keys must be passed per-tool call. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| createNote | Create an unsigned kind 1 text note |
| signNote | Sign a note event |
| postNote | Create, sign, and publish a text note (all-in-one) |
| publishNote | Publish a signed note to relays |
| createNostrEvent | Create an unsigned Nostr event of any kind |
| signNostrEvent | Sign any unsigned Nostr event |
| publishNostrEvent | Publish a signed event to relays |
| createProfile | Create a new Nostr profile (kind 0) |
| updateProfile | Update an existing Nostr profile (merges with current) |
| follow | Follow a pubkey (updates kind 3 contact list) |
| unfollow | Unfollow a pubkey |
| reactToEvent | React to an event (kind 7) |
| repostEvent | Repost an event (kind 6) |
| deleteEvent | Delete events (kind 5) |
| replyToEvent | Reply to an event with NIP-10 threading |
| encryptNip04 | Encrypt text with NIP-04 (legacy) |
| decryptNip04 | Decrypt NIP-04 ciphertext |
| sendDmNip04 | Send a NIP-04 direct message |
| encryptNip44 | Encrypt text with NIP-44 |
| decryptNip44 | Decrypt NIP-44 ciphertext |
| sendDmNip44 | Send a NIP-44 direct message |
| setRelayList | Publish a relay list (NIP-65 kind 10002) |
| getSignerInfo | Returns current signing configuration and pubkey |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |