Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

fiat_to_sats

Convert fiat currency amounts into sats for Lightning Network transactions. Use this tool to process payments by specifying the currency and amount for accurate conversion.

Instructions

Convert fiat amounts to sats

Input Schema

NameRequiredDescriptionDefault
amountYesamount in sats
currencyYesthe fiat currency

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "amount in sats", "type": "number" }, "currency": { "description": "the fiat currency", "type": "string" } }, "required": [ "currency", "amount" ], "type": "object" }

Other Tools from Lightning Tools 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/getAlby/lightning-tools-mcp-server'

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