₿itcoin & Lightning Network MCP Server
@AbdelStark
₿itcoin & Lightning Network MCP Server について
Bitcoin & Lightning Network MCP Server.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"bitcoin-mcp": {
"command": "npx",
"args": [
"-y",
"bitcoin-mcp@latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ₿itcoin & Lightning Network MCP Server?
A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin and Lightning Network, allowing them to generate keys, validate addresses, decode transactions, and query the blockchain.
How to use ₿itcoin & Lightning Network MCP Server?
Install via npm (npx -y bitcoin-mcp@latest) and configure it as an MCP server in Claude Desktop or as a Goose extension. The server runs locally via STDIO or can connect remotely via SSE.
Key features of ₿itcoin & Lightning Network MCP Server
- Generate new Bitcoin key pairs (address, public key, private key)
- Validate the correctness of Bitcoin addresses
- Decode raw Bitcoin transactions into human-readable format
- Query latest block details (hash, height, timestamp, transaction count)
- Fetch transaction details by TXID
- Decode BOLT11 Lightning invoices
- Pay Lightning invoices directly from an LNBits wallet
Use cases of ₿itcoin & Lightning Network MCP Server
- Allow AI assistants to answer real-time Bitcoin blockchain queries
- Enable AI agents to generate and validate Bitcoin addresses autonomously
- Let AI applications decode and inspect raw Bitcoin transactions
- Integrate Lightning Network payment capabilities into AI-driven workflows
FAQ from ₿itcoin & Lightning Network MCP Server
What does the server enable AI models to do?
It allows AI models to perform Bitcoin operations such as generating keys, validating addresses, decoding transactions, querying the blockchain, and decoding or paying Lightning invoices.
How do I integrate it with Claude Desktop?
Add an entry to the Claude Desktop configuration file (claude_desktop_config.json) under "mcpServers" with the command npx -y bitcoin-mcp@latest, then restart Claude Desktop.
Does it support Light ning payments?
Yes. It can decode BOLT11 Lightning invoices and pay them directly using an LNBits wallet, which must be configured via environment variables.
What transport modes are available?
The server supports STDIO (local subprocess) for desktop integration and SSE (Server-Sent Events) for remote/standalone service usage.
Where does blockchain data come from?
The README indicates the server queries the blockchain using public APIs; no local Bitcoin node is required for basic operations.
「金融とコマース」の他のコンテンツ
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
Boba MCP
Able-labs-xyzBoba CLI - The bridge between agents and decentralized trading.
コメント