Skip to main content
Glama
daedalus

mcp-python-bitcoinlib

by daedalus

Related Servers

Alternatives to mcp-python-bitcoinlib

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for Bitcoin block explorer and mempool/fee statistics, providing tools to query fees, mempool stats, blocks, transactions, addresses, hashrate, and mining pools.
      1 npm
      MIT
    • A
      license
      A
      quality
      A
      maintenance
      A pure-Python MCP server providing local byte-wrangling utilities including encoding, hashing, number conversion, and Ethereum primitives, with no network calls required.
      33
      2
      GPL 3.0
    • F
      license
      Not graded
      quality
      C
      maintenance
      A Python-based MCP server that provides mathematical tools like addition and random number generation, plus server metadata.
      -
    • A
      license
      B
      quality
      F
      maintenance
      A comprehensive Model Context Protocol (MCP) server for BTCPayServer integration, providing tools for payment processing, store management, user administration, webhook handling and more with full API coverage.
      3
      5 npm
      3
      MIT

    TDQS

    A3.5/5.0

    Scored across 20 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose: hashing functions target specific algorithms, key operations are separated, address and script creation focus on different types, and transaction operations are distinct from signing. No two tools overlap in functionality.

    Naming Consistency5/5

    All tools use consistent snake_case naming with a verb-noun pattern (e.g., create_p2pkh_script, sign_transaction). Hash functions follow a uniform 'algorithm_hex' pattern. No mixing of conventions or ambiguous names.

    Tool Count5/5

    With 20 tools, the server covers essential Bitcoin operations without being bloated. Each tool serves a specific need, from key generation and address conversion to transaction creation and signing. The count is appropriate for a comprehensive Bitcoin library.

    Completeness4/5

    The tool set covers major Bitcoin workflows: key management, address generation (P2PKH, P2WPKH, P2SH-P2WPKH), transaction creation and signing, message signing, hashing, and validation. Minor gaps like explicit bech32 address or multisig script creation are absent but non-critical for most use cases.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues