Skip to main content
Glama

MCP Money

by pablof7z

deposit

Generate a deposit invoice (bolt11) for a specified amount and mint. If no mint is provided, all mints are tried concurrently, ensuring immediate invoice creation for payment. Facilitates secure and efficient fund deposits.

Instructions

Create a deposit invoice (bolt11) for the specified amount and mint. Returns the invoice immediately for payment. If no mint is specified, all mints will be tried concurrently and the first successful response will be used.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount in satoshis
mintUrlNoMint URL to deposit to (optional - all mints tried concurrently if not provided)

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "Amount in satoshis", "type": "number" }, "mintUrl": { "description": "Mint URL to deposit to (optional - all mints tried concurrently if not provided)", "type": "string" } }, "required": [ "amount" ], "type": "object" }

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