Skip to main content
Glama

Lightning Tools MCP Server

by getAlby

fiat_to_sats

Convert fiat currency amounts to satoshis (sats) for Lightning Network transactions. Specify the currency and amount to get the equivalent value in sats.

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" }
Install Server

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