MCP ServersMCP.so
MCP Blockchain Query Server

MCP Blockchain Query Server

Visit Server
created by
MCP Blockchain Query Serverpavel-bc15 days ago
🤖 MCP server for querying BTC data via Blockchain.com APIs
Information

What is MCP Blockchain Query Server?

MCP Blockchain Query Server is a server that provides tools for querying Bitcoin (BTC) data using Blockchain.com APIs.

How to use MCP Blockchain Query Server?

To use the server, you need to install the required Python packages and run the server in either stdio or SSE mode.

Key features of MCP Blockchain Query Server?

  • Supports both stdio and SSE transports
  • Provides various tools for querying BTC data, including:
    • Get block by hash
    • Get transaction by hash
    • Get address by hash
    • Get block count
    • Get address balance
    • Get 24-hour market price
    • Get total bitcoins
    • Get unconfirmed count

Use cases of MCP Blockchain Query Server?

  1. Retrieving real-time Bitcoin transaction data.
  2. Analyzing Bitcoin network statistics.
  3. Monitoring Bitcoin market prices and trends.

FAQ from MCP Blockchain Query Server?

  • What programming language is used for MCP Blockchain Query Server?

The server is developed in Python.

  • How can I run the server?

You can run the server using the command python main.py for stdio mode or python main.py --transport sse --port 8000 for SSE mode.

  • Is there any documentation available?

Yes, you can find the documentation on the Model Context Protocol website.