🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@aiindigo/btcfi-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aiindigo/btcfi-mcp

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

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
43
43.33%
Maintainers
1
Weekly downloads
 
Created
Source

@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

ToolDescriptionPrice
btcfi_get_feesCurrent Bitcoin fee rates + USD estimates$0.01
btcfi_get_mempoolMempool summary + recent txs$0.01
btcfi_get_addressAddress balance + stats$0.01
btcfi_get_utxosUnspent transaction outputs$0.01
btcfi_get_address_txsAddress transaction history$0.01
btcfi_get_txTransaction details$0.01
btcfi_get_tx_statusTransaction confirmation status$0.01
btcfi_broadcast_txBroadcast signed transaction$0.05
btcfi_get_blockBlock by height or hash$0.01
btcfi_get_latest_blocksRecent blocks$0.01
btcfi_consolidation_adviceUTXO consolidation advisor$0.02
btcfi_fee_predictionAI fee prediction (1h/6h/24h)$0.02
btcfi_whale_alertLarge tx detection$0.02
btcfi_address_riskAddress risk scoring$0.02
btcfi_network_healthNetwork health dashboard$0.02
btcfi_threat_analysisYARA-pattern threat detection$0.02
btcfi_staking_statusStaking tier checkfree
btcfi_solv_reservesSolvBTC supply + backing ratio$0.02
btcfi_solv_yieldxSolvBTC APY + strategies$0.02
btcfi_solv_liquidityCross-chain liquidity$0.02
btcfi_solv_riskMulti-factor risk assessment$0.02
btcfi_zk_balance_proofZK proof: balance ≥ threshold$0.03
btcfi_zk_age_proofZK proof: UTXO age ≥ N blocks$0.03
btcfi_zk_membershipZK proof: address in set$0.03
btcfi_zk_verifyVerify any ZK proof$0.01
btcfi_healthAPI health statusfree
btcfi_api_indexFull API indexfree

Environment Variables

VariableDescriptionRequired
BTCFI_API_URLAPI base URL (default: https://btcfi.aiindigo.com)No
EVM_PRIVATE_KEYEVM private key for Base USDC paymentsOne of
SVM_PRIVATE_KEYSolana private key for NLx402 paymentsOne of
PAYMENT_NETWORKbase 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.

Keywords

mcp

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts