Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

createNote

Generate unsigned kind 1 note events for the Nostr network by specifying content, tags, and a private key for signing. Integrates with the MCP server to enable LLMs to interact with Nostr.

Instructions

Create a new kind 1 note event (unsigned)

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the note to create
privateKeyYesPrivate key to sign the note with (hex format or nsec format)
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 create", "type": "string" }, "privateKey": { "description": "Private key to sign the note with (hex format or nsec format)", "type": "string" }, "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