Skip to main content
Glama

Nostr MCP Server

by AustinKelsay

sendAnonymousZap

Send anonymous satoshi payments (zaps) to Nostr profiles or events without revealing your identity. Specify the target, amount, and optional comment or relays for secure transactions.

Instructions

Prepare an anonymous zap to a profile or event

Input Schema

NameRequiredDescriptionDefault
amountSatsYesAmount to zap in satoshis
commentNoOptional comment to include with the zap
relaysNoOptional list of relays to query
targetYesTarget to zap - can be a pubkey (hex or npub) or an event ID (nevent, note, naddr, or hex)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amountSats": { "description": "Amount to zap in satoshis", "minimum": 1, "type": "number" }, "comment": { "default": "", "description": "Optional comment to include with the zap", "type": "string" }, "relays": { "description": "Optional list of relays to query", "items": { "type": "string" }, "type": "array" }, "target": { "description": "Target to zap - can be a pubkey (hex or npub) or an event ID (nevent, note, naddr, or hex)", "type": "string" } }, "required": [ "target", "amountSats" ], "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