loading…
Search for a command to run...
loading…
Bitcoin data for AI agents. Pay-per-query via x402 micropayments. No API keys. No subscriptions. No tokens.
Bitcoin data for AI agents. Pay-per-query via x402 micropayments. No API keys. No subscriptions. No tokens.
Bitcoin Data & Intelligence for AI Agents
Live at btcfi.aiindigo.com · Built by AI Indigo · GitHub
BTCFi API provides 33 endpoints across Bitcoin, Ethereum, and Solana — accessible via x402 micropayments. Pay $0.01–$0.05 per query in USDC — no API keys, no subscriptions.
No payments, no signup, no API keys. Just open Telegram.
/price, /fees, /mempool, /address, /tx, /whale, /risk, /network, /help, /eth_gas, /sol_fees, /watch, /unwatch, /watchlist, /alerts. Completely free.For AI Agents (MCP):
npx @aiindigo/btcfi-mcp
For Developers (SDK):
npm install @aiindigo/btcfi
import { BTCFi } from "@aiindigo/btcfi";
const btcfi = new BTCFi({ network: "base" });
const fees = await btcfi.fees();
const risk = await btcfi.intelligence.risk("bc1q...");
| Group | Count | Price | Examples |
|---|---|---|---|
| Core | 10 | $0.01–$0.05 | fees, mempool, address, UTXOs, tx history, transactions, blocks |
| Intelligence | 5 | $0.02 | fee prediction, whale alerts, risk scoring, network health, UTXO consolidation |
| Security | 1 | $0.02 | YARA-pattern threat analysis |
| Solv Protocol | 4 | $0.02 | SolvBTC reserves, yield, liquidity, risk |
| ZK Proofs | 4 | $0.01–$0.03 | balance range, UTXO age, set membership, verification |
| Streams | 2 | $0.01 | real-time blocks, whale transactions (SSE) |
| System | 2 | Free | health, staking status |
| Ethereum | 3 | $0.01 | ETH gas, address balance, transaction details |
| Solana | 2 | $0.01 | SOL priority fees, address balance |
Full specification: OpenAPI 3.1
Dual-network x402 micropayments in USDC:
No API keys. No sign-up. Just pay and query.
Report vulnerabilities: [email protected]
| Doc | Description |
|---|---|
| docs/ROADMAP.md | Project history and future plans |
| docs/ARCHITECTURE.md | System design and endpoint reference |
| docs/SECURITY.md | Security model and features |
| docs/CHANGELOG.md | Version history |
| Package | Description |
|---|---|
| @aiindigo/btcfi | TypeScript SDK — 28 methods |
| @aiindigo/btcfi-mcp | MCP Server — 27 tools for Claude, ChatGPT, Gemini |
| MCP Registry | io.github.aiindigo925/btcfi |
| Glama | Indexed — searchable MCP directory |
| @BTC_Fi_Bot | Telegram bot — 9 commands + inline mode |
MIT
No token. No API keys. Just Bitcoin data. Ship > talk. 🚀
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"btcfi-api": {
"command": "npx",
"args": []
}
}
}