npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@aiindigo/btcfi-mcp

v3.0.1

Published

MCP server for BTCFi API — 27 tools for Bitcoin data, intelligence, security, Solv Protocol, and ZK proofs with x402 auto-payment

Readme

@aiindigo/btcfi-mcp

MCP server for BTCFi API — Bitcoin + BTCFi data for AI agents via x402 micropayments.

27 tools for Bitcoin blockchain data, AI-powered intelligence, security analysis, Solv Protocol BTCFi data, ZK proofs, and real-time streams.

Quick Start

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "btcfi": {
      "command": "npx",
      "args": ["@aiindigo/btcfi-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "your-base-wallet-private-key",
        "PAYMENT_NETWORK": "base"
      }
    }
  }
}

Or with Solana (NLx402 — zero fees):

{
  "mcpServers": {
    "btcfi": {
      "command": "npx",
      "args": ["@aiindigo/btcfi-mcp"],
      "env": {
        "SVM_PRIVATE_KEY": "your-solana-private-key",
        "PAYMENT_NETWORK": "solana"
      }
    }
  }
}

Programmatic

npm install @aiindigo/btcfi-mcp
EVM_PRIVATE_KEY=0x... npx @aiindigo/btcfi-mcp

Tools

| Tool | Description | Price | |------|-------------|-------| | btcfi_get_fees | Current Bitcoin fee rates + USD estimates | $0.01 | | btcfi_get_mempool | Mempool summary + recent txs | $0.01 | | btcfi_get_address | Address balance + stats | $0.01 | | btcfi_get_utxos | Unspent transaction outputs | $0.01 | | btcfi_get_address_txs | Address transaction history | $0.01 | | btcfi_get_tx | Transaction details | $0.01 | | btcfi_get_tx_status | Transaction confirmation status | $0.01 | | btcfi_broadcast_tx | Broadcast signed transaction | $0.05 | | btcfi_get_block | Block by height or hash | $0.01 | | btcfi_get_latest_blocks | Recent blocks | $0.01 | | btcfi_consolidation_advice | UTXO consolidation advisor | $0.02 | | btcfi_fee_prediction | AI fee prediction (1h/6h/24h) | $0.02 | | btcfi_whale_alert | Large tx detection | $0.02 | | btcfi_address_risk | Address risk scoring | $0.02 | | btcfi_network_health | Network health dashboard | $0.02 | | btcfi_threat_analysis | YARA-pattern threat detection | $0.02 | | btcfi_staking_status | Staking tier check | free | | btcfi_solv_reserves | SolvBTC supply + backing ratio | $0.02 | | btcfi_solv_yield | xSolvBTC APY + strategies | $0.02 | | btcfi_solv_liquidity | Cross-chain liquidity | $0.02 | | btcfi_solv_risk | Multi-factor risk assessment | $0.02 | | btcfi_zk_balance_proof | ZK proof: balance ≥ threshold | $0.03 | | btcfi_zk_age_proof | ZK proof: UTXO age ≥ N blocks | $0.03 | | btcfi_zk_membership | ZK proof: address in set | $0.03 | | btcfi_zk_verify | Verify any ZK proof | $0.01 | | btcfi_health | API health status | free | | btcfi_api_index | Full API index | free |

Environment Variables

| Variable | Description | Required | |----------|-------------|----------| | BTCFI_API_URL | API base URL (default: https://btcfi.aiindigo.com) | No | | EVM_PRIVATE_KEY | EVM private key for Base USDC payments | One of | | SVM_PRIVATE_KEY | Solana private key for NLx402 payments | One of | | PAYMENT_NETWORK | base or solana (default: base) | No |

Payment Networks

  • Base (Coinbase): ERC-3009 USDC settlement. Standard fees.
  • Solana (NLx402): Nonce-locked, hash-bound. Zero facilitator fees via PCEF nonprofit.

Links

  • API: https://btcfi.aiindigo.com
  • OpenAPI: https://btcfi.aiindigo.com/openapi.json
  • x402 Manifest: https://btcfi.aiindigo.com/.well-known/x402-manifest.json
  • Builder: AI Indigo