Skip to main content
Glama

RGB Lightning Network MCP Server

by lnfi-network

rgb_send_bitcoin

Send Bitcoin to a specified address using the RGB Lightning Network MCP Server. This tool processes on-chain Bitcoin transactions by accepting a recipient address and amount in satoshis.

Instructions

Send Bitcoin to an address

Input Schema

NameRequiredDescriptionDefault
addressYesThe recipient Bitcoin address
amountYesThe amount to send in satoshis

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The recipient Bitcoin address", "type": "string" }, "amount": { "description": "The amount to send in satoshis", "type": "number" } }, "required": [ "address", "amount" ], "type": "object" }

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/lnfi-network/rgb-mcp-server'

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