Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

createKeypair

Generates a Nostr-compatible keypair in specified formats (hex, npub, or both) to facilitate secure interactions with the Nostr social network via the Nostr MCP Server.

Instructions

Generate a new Nostr keypair

Input Schema

NameRequiredDescriptionDefault
formatNoFormat to return keys in: hex only, npub only, or bothboth

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "both", "description": "Format to return keys in: hex only, npub only, or both", "enum": [ "both", "hex", "npub" ], "type": "string" } }, "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