Odel
IRONCLAW BTC Node

IRONCLAW BTC Node

@cariohca-uxData & AnalyticsJavaScriptMITUpdated 1w ago

Real BTC full node: fees, mempool, txs, portfolio, trace, whales, SEC, scraping, Reddit via x402.

Server endpointSSE

This is the third-party server itself โ€” Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

๐Ÿฅฉ IRONCLAW BTC Node

Bitcoin Blockchain Data โ€” 17 MCP Tools for AI Agents

Real full node data via x402 micropayments in USDC on Base mainnet.

3 free tools ยท 14 paid at $0.001 each ยท No API keys ยท No subscriptions

MIT License Live Glama mcp.so Bitcoin MCP Server x402 Glama Card USDC Base


๐Ÿ”ฅ Quick Start

Add to your claude_desktop_config.json or any MCP client:

{
  "mcpServers": {
    "btc-node": {
      "type": "sse",
      "url": "https://mcp.btcnode.uk/sse"
    }
  }
}

That's it. No install. No API keys. No setup. Free tools work immediately.


๐Ÿ†“ Free Tools (No Payment Required)

ToolDescriptionCost
btc_infoBlockchain info (block height, difficulty, peers)FREE
btc_feesFee rate estimates (high/medium/low sat/vB)FREE
btc_mempoolMempool status (pending tx, size MB)FREE
# Try them right now โ€” no payment, no API key
curl https://btcnode.uk/api/info
curl https://btcnode.uk/api/fees
curl https://btcnode.uk/api/mempool

๐Ÿ’ฐ Paid Tools ($0.001 each via x402)

ToolDescriptionCost
btc_txTransaction lookup by hash$0.001
btc_addrAddress portfolio (balance, UTXOs, history)$0.001
btc_traceTransaction flow tracing (2 hops)$0.001
btc_fees_predictFee rate prediction$0.001
btc_whalesLarge Bitcoin movement alerts (10K+ BTC)$0.001
sec_insiderSEC insider trades (Form 4/3/5)$0.001
web_scrapeURL to clean markdown$0.001
ai_summarizeAI text summarization$0.001
systems_theorySystems theory analysis (6 lenses)$0.001
game_theoryGame theory analysis$0.001
capital_flowsCapital flow tracing across markets$0.001
reddit_hotHot posts from any subreddit$0.001
reddit_searchSearch Reddit by keyword$0.001
reddit_trendingTrending topics on Reddit$0.001

Paid tools use x402 protocol โ€” pay $0.001 USDC per call on Base mainnet. Your wallet approves the payment directly in the MCP client.


๐Ÿ— Architecture

MCP Client (Claude Desktop, Cursor, etc.)
        โ”‚
        โ–ผ  SSE (mcp.btcnode.uk/sse)
   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚  MCP Server   โ”‚  17 tools, x402 payment middleware
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
          โ”‚  HTTP API
   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚  BTC API      โ”‚  REST endpoints, paywall enforcement
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
          โ”‚  RPC
   โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”ดโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
   โ”‚  Bitcoin Core โ”‚  Full node (953K+ blocks, 10 peers)
   โ”‚  LND          โ”‚  Lightning Network (12K sats)
   โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

๐Ÿš€ Self-Hosted Deployment

git clone https://github.com/cariohca-ux/x402-btc-node.git
cd x402-btc-node
npm install
cp .env.example .env
# Edit .env with your settings
node mcp-server.mjs

Requirements: Node.js 18+, a synced Bitcoin Core node (or use the hosted endpoint at btcnode.uk).


๐Ÿ“‹ Listings

PlatformStatusURL
Glamaโœ… Liveglama.ai/mcp/servers/cariohca-ux/x402-btc-node
mcp.soโœ… Livemcp.so/server/ironclaw-btc-node
PayAPI Marketโœ… Livepayapi.market
MCP Registry๐Ÿ”„ Auto-published via PayAPIregistry.modelcontextprotocol.io

๐Ÿ“„ License

MIT โ€” do what you want. Built by cariohca-ux. Bitcoin data served from a real full node.