logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

btc-ledger-access-mcp

Facilitate AI agent interaction with the Bitcoin ledger, enabling querying of on-chain data, cryptographic key operations, and Lightning Network transaction capabilities via the Model Context Protocol.

Author

btc-ledger-access-mcp logo

AbdelStark

MIT License

Quick Info

GitHub GitHub Stars 61
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

apisrequestsbitcoinapis httpabdelstark bitcoininteract bitcoin

MseeP.ai Security Assessment Badge

🔗 Bitcoin & The Payment Channel Network MCP Endpoint

Smithery Badge NPM Version

Concept Summary

This is a Model Context Protocol (MCP) service instance specifically engineered to bridge AI reasoning engines with the Bitcoin network. It furnishes capabilities for cryptographic key lifecycle management, address schema verification, raw transaction disassembly, on-chain data querying, and management of state within the Lightning Network.

🖥️ Demonstration Clips

Claude Session Playback Video Link Goose Agent Session Playback Video Link

⚙️ Core Functionality

  • Cryptographic Pair Generation: Instantiate fresh Bitcoin key sets, yielding associated public addresses, public key material, and the private key in Wallet Import Format (WIF).
  • Address Schema Verification: Authenticate the structural validity of a provided Bitcoin address.
  • Transaction Disassembly: Interpret a raw, serialized Bitcoin transaction structure, presenting its elements in a human-comprehensible structure.
  • Blockchain State Polling:
  • Tip Block Retrieval: Fetch metadata for the most recently mined block (e.g., block hash, height index, timestamp, transaction count).
  • Transaction Data Fetch: Retrieve comprehensive details for any transaction given its unique Transaction ID (TXID).
  • Payment Channel Operations (Lightning):
  • Invoice Parsing: Deconstruct a BOLT11 Lightning invoice to reveal its readable parameters.
  • Initiate Payment: Execute a payment against a Lightning invoice directly utilizing an LNBits backend wallet.

See Also

`