Skip to main content
Glama

Related Servers

Alternatives to Bitcoin-MCP

No user-submitted related servers found.

    Related Servers

    • A
      license
      C
      quality
      D
      maintenance
      Enables AI applications to interact with the Bitcoin Network, manage wallets, check balances, convert prices, and send transactions.
      4
      28 npm
      6
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Provides real Bitcoin full node data via 17 tools, with pay-per-call in USDC on Base mainnet. Free tools include blockchain info, fees, and mempool; paid tools enable transaction tracking, address analysis, and more.
      MIT

    TDQS

    B3.3/5.0

    Scored across 50 tools

    Disambiguation2/5

    There are many overlapping tools: get_address_transactions vs get_address_history vs get_indexed_transaction; analyze_transaction vs get_indexed_transaction vs decode_raw_transaction; get_market_sentiment vs get_btc_price; multiple fee tools (get_fee_estimates, get_fee_recommendation, estimate_smart_fee, compare_fee_estimates, estimate_transaction_cost); multiple mempool tools (analyze_mempool, get_mempool_info) and repeated node-info tools. Descriptions help somewhat, but the boundaries between several tools are blurry enough that an agent will frequently misselect.

    Naming Consistency4/5

    Nearly all tools use a consistent verb_noun or snake_case pattern (get_, analyze_, decode_, send_, estimate_). A few like analyze_next_block, search_blockchain, and describe_rpc_command are slightly less conventional but still readable. No camelCase mixing or chaotic styles.

    Tool Count2/5

    50 tools is far too many for a single Bitcoin utility server; the surface sprawls across RPC access, fee estimation, mempool analysis, mining, address tools, PSBT security, and Lightning decoding. Several near-duplicate tools exist that could be consolidated, suggesting an overloaded rather than well-scoped set.

    Completeness4/5

    The domain coverage is broad and there are few obvious dead ends: block, transaction, mempool, fee, mining, address, supply, and PSBT tooling are all present. Some gaps remain (e.g., no explicit wallet/transaction-construction or tracked-address registration flow), but core workflows are covered.

    Maintenance

    ActivityMaintained
    ResponsivenessSlow