sseupdated 2mo ago
๐ฅฉ 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
What can you do with IRONCLAW BTC Node?
๐ฅ 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)
| Tool | Description | Cost |
|---|---|---|
btc_info |
Blockchain info (block height, difficulty, peers) | FREE |
btc_fees |
Fee rate estimates (high/medium/low sat/vB) | FREE |
btc_mempool |
Mempool 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)
| Tool | Description | Cost |
|---|---|---|
btc_tx |
Transaction lookup by hash | $0.001 |
btc_addr |
Address portfolio (balance, UTXOs, history) | $0.001 |
btc_trace |
Transaction flow tracing (2 hops) | $0.001 |
btc_fees_predict |
Fee rate prediction | $0.001 |
btc_whales |
Large Bitcoin movement alerts (10K+ BTC) | $0.001 |
sec_insider |
SEC insider trades (Form 4/3/5) | $0.001 |
web_scrape |
URL to clean markdown | $0.001 |
ai_summarize |
AI text summarization | $0.001 |
systems_theory |
Systems theory analysis (6 lenses) | $0.001 |
game_theory |
Game theory analysis | $0.001 |
capital_flows |
Capital flow tracing across markets | $0.001 |
reddit_hot |
Hot posts from any subreddit | $0.001 |
reddit_search |
Search Reddit by keyword | $0.001 |
reddit_trending |
Trending 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
| Platform | Status | URL |
|---|---|---|
| Glama | โ Live | glama.ai/mcp/servers/cariohca-ux/x402-btc-node |
| mcp.so | โ Live | mcp.so/server/ironclaw-btc-node |
| PayAPI Market | โ Live | payapi.market |
| MCP Registry | ๐ Auto-published via PayAPI | registry.modelcontextprotocol.io |
๐ License
MIT โ do what you want. Built by cariohca-ux. Bitcoin data served from a real full node.
Install
Add IRONCLAW BTC Node to your client. Pick the one you use.
claude mcp add --transport sse ironclaw-btc-node https://mcp.btcnode.uk/ssecodex mcp add ironclaw-btc-node --url https://mcp.btcnode.uk/sse{
"mcpServers": {
"ironclaw-btc-node": {
"url": "https://mcp.btcnode.uk/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ironclaw-btc-node": {
"type": "sse",
"url": "https://mcp.btcnode.uk/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ironclaw-btc-node": {
"url": "https://mcp.btcnode.uk/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ironclaw-btc-node": {
"serverUrl": "https://mcp.btcnode.uk/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 67 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 25, 2026 |
| 1.0.0 | Jun 11, 2026 |