Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

publishNote

Publish signed notes to Nostr relays for secure and decentralized content sharing. Use structured event data including ID, author, timestamp, content, and signature for reliable distribution across the network.

Instructions

Publish a signed note to Nostr relays

Input Schema

NameRequiredDescriptionDefault
relaysNoOptional list of relays to publish to
signedNoteYesSigned note event to publish

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "relays": { "description": "Optional list of relays to publish to", "items": { "type": "string" }, "type": "array" }, "signedNote": { "additionalProperties": false, "description": "Signed note event to publish", "properties": { "content": { "description": "Content of the note", "type": "string" }, "created_at": { "description": "Creation timestamp", "type": "number" }, "id": { "description": "Event ID", "type": "string" }, "kind": { "description": "Event kind", "type": "number" }, "pubkey": { "description": "Public key of the author", "type": "string" }, "sig": { "description": "Event signature", "type": "string" }, "tags": { "description": "Tags array", "items": { "items": { "type": "string" }, "type": "array" }, "type": "array" } }, "required": [ "id", "pubkey", "created_at", "kind", "tags", "content", "sig" ], "type": "object" } }, "required": [ "signedNote" ], "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