Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

postNote

Sign and publish a note to the Nostr social network using a private key. Include optional tags and relays for targeted distribution.

Instructions

Post a note using an existing private key (authenticated posting)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note to post
privateKeyYesPrivate key to sign the note with (hex format or nsec format)
relaysNoOptional list of relays to publish to
tagsNoOptional tags to include with the note

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "Content of the note to post", "type": "string" }, "privateKey": { "description": "Private key to sign the note with (hex format or nsec format)", "type": "string" }, "relays": { "description": "Optional list of relays to publish to", "items": { "type": "string" }, "type": "array" }, "tags": { "description": "Optional tags to include with the note", "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" } }, "required": [ "privateKey", "content" ], "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