Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

postAnonymousNote

Share anonymous notes on the Nostr network using temporary keypairs, ensuring privacy while optionally specifying relays and tags for distribution.

Instructions

Post an anonymous note to the Nostr network using a temporary keypair

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note to post
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" }, "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": [ "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