Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

updateProfile

Modify your Nostr profile by updating display name, bio, profile picture, NIP-05 identifier, Lightning address, LNURL, website, or relay list using a private key.

Instructions

Update an existing Nostr profile (kind 0 event)

Input Schema

NameRequiredDescriptionDefault
aboutNoAbout/bio text for the profile
lud06NoLNURL for receiving payments
lud16NoLightning address for receiving payments
nameNoDisplay name for the profile
nip05NoNIP-05 identifier (like email@domain.com)
pictureNoURL to profile picture
privateKeyYesPrivate key to sign the profile with (hex format or nsec format)
relaysNoOptional list of relays to publish to
websiteNoPersonal website URL

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "about": { "description": "About/bio text for the profile", "type": "string" }, "lud06": { "description": "LNURL for receiving payments", "type": "string" }, "lud16": { "description": "Lightning address for receiving payments", "type": "string" }, "name": { "description": "Display name for the profile", "type": "string" }, "nip05": { "description": "NIP-05 identifier (like email@domain.com)", "type": "string" }, "picture": { "description": "URL to profile picture", "type": "string" }, "privateKey": { "description": "Private key to sign the profile with (hex format or nsec format)", "type": "string" }, "relays": { "description": "Optional list of relays to publish to", "items": { "type": "string" }, "type": "array" }, "website": { "description": "Personal website URL", "type": "string" } }, "required": [ "privateKey" ], "type": "object" }

Other Tools from Nostr MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AustinKelsay/nostr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server