pay
Process Lightning network payments by submitting a Bolt11 invoice, enabling efficient transaction handling for AI agents via the MCP Money server.
Instructions
Pay a Lightning invoice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bolt11 | Yes | Lightning invoice to pay |
Input Schema (JSON Schema)
{
"properties": {
"bolt11": {
"description": "Lightning invoice to pay",
"type": "string"
}
},
"required": [
"bolt11"
],
"type": "object"
}