Skip to content
Back to search
30
MCP http

Bitcoin Address Balance and History

x402/bitcoin-address-balance-and-history

Get balance and recent transaction history for any Bitcoin address. Returns confirmed balance in BTC and sats, unconfirmed mempool delta, total received and spent, confirmed and mempool tx counts, up to 20 recent transactions with timestamps and fees, plus address type classification p2pkh p2sh p2wpkh p2tr. Essential for AI agents tracking whale wallets. [x402: $0.05/call on base, category=finance]

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

Base Wallet Transaction History
Get recent transaction history for any Base wallet address with parsed details. Returns up to 20 recent transactions with hash, timestamp, v
0 tools · http
Bitcoin Recommended Transaction Fees
Get current recommended Bitcoin transaction fees based on mempool congestion. Returns fee rates in sats per vbyte for different confirmation
0 tools · http
Bitcoin Mempool Real Time Statistics
Get current Bitcoin mempool statistics in real time. Returns unconfirmed transaction count, total mempool vsize in MB, fee histogram, averag
0 tools · http
wallet_balance
Get the token balances for any Ethereum or Stellar wallet address [x402: $0.002/call on stellar-testnet, category=data]
0 tools · http
Bitcoin Block Information
Get detailed information for any Bitcoin block by height or hash. Returns block hash, height, timestamp, transaction count, total fees paid
0 tools · http
Bitcoin Transaction Decoder
Decode any Bitcoin transaction by txid into a human readable structure. Returns inputs with source addresses and amounts, outputs with desti
0 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bitcoin_address_balance_and_history": {
      "url": "https://proxy.suverse.io/v1/data/bitcoin-address-info",
      "transport": "http"
    }
  }
}