Skip to main content
Glama

MCP Money

by pablof7z

zap

Send payments in satoshis to users using their npub or NIP-05 identifier. Include an optional comment with each zap for personalized transactions.

Instructions

Send a zap to a user

Input Schema

NameRequiredDescriptionDefault
amountYesAmount in satoshis
commentNoOptional comment
recipientYesUser npub or NIP-05 identifier to zap

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount in satoshis", "type": "number" }, "comment": { "description": "Optional comment", "type": "string" }, "recipient": { "description": "User npub or NIP-05 identifier to zap", "type": "string" } }, "required": [ "recipient", "amount" ], "type": "object" }
Install Server

Other Tools from MCP Money

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/pablof7z/mcp-money'

If you have feedback or need assistance with the MCP directory API, please join our Discord server