MCP Server for Bitcoin Lightning
@ehallmark
About MCP Server for Bitcoin Lightning
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"btc-lightning-mcp-server": {
"command": "uv",
"args": [
"run",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Bitcoin Lightning?
This server communicates with a local Lightning Network Daemon (lnd) and wraps it in a Model Context Protocol (MCP) server. It enables Agentic systems to programmatically interact with the Bitcoin Lightning Network.
How to use MCP Server for Bitcoin Lightning?
Configure environment variables for the LND RPC port, TLS certificate path, macaroon path, and the server’s host/port. Run the server with uv run main.py. Connect to it using SSE transport, for example via LangGraph’s MultiServerMCPClient.
Key features of MCP Server for Bitcoin Lightning?
- Commun
More Finance & Commerce MCP servers
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Comments