MCP.so
登录

Maestro MCP Server

@maestro-org

关于 Maestro MCP Server

Maestro MCP Server for Bitcoin

基本信息

分类

其他

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

maestro-org

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "maestro-mcp": {
      "command": "uv",
      "args": [
        "venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Maestro MCP Server?

An MCP server for interacting with Bitcoin via the Maestro API platform. It provides tools for exploring blocks, transactions, addresses, and other aspects of the Bitcoin blockchain.

How to use Maestro MCP Server?

Install uv, create a virtual environment, install dependencies using uv pip install ., then configure Claude Desktop with a JSON config file that includes the absolute path to uv, the repo directory, and environment variables MAESTRO_BASE_URL and MAESTRO_API_KEY. Restart Claude and prompt it with queries like “Fetch the latest Bitcoin block” or “Get the blockchain info for Bitcoin.” Requests require manual approval within Claude.

Key features of Maestro MCP Server

  • Tools for exploring blocks, transactions, and addresses
  • Supports mempool UTXOs and address UTXOs
  • Provides rune asset data and address rune balances
  • Includes RPC endpoints for general info, latest block, transactions, and transaction submission
  • Compatible with Claude Desktop and other MCP clients

Use cases of Maestro MCP Server

  • Fetch the latest Bitcoin block details
  • Retrieve blockchain information (e.g., height, difficulty)
  • Check unspent transaction outputs (UTXOs) for a given address
  • Submit a new transaction to the Bitcoin network
  • Query rune assets and address-specific rune holdings

FAQ from Maestro MCP Server

What are the runtime requirements?

Python >=3.10, Python MCP SDK >=1.2.0, and uv.

How do I get a Maestro API key?

The README does not explain how to obtain an API key; it only states it is required in the configuration.

Do I need to approve each request in Claude?

Yes, you need to approve the request within Claude before the tool executes.

Where can I find the full Maestro API specification?

In the Maestro Postman workspace linked in the README.

How can I debug the MCP server?

Use the mcp-cli inspector tool or check the logs at ~/Library/Logs/Claude/mcp-server-maestro-mcp.log.

评论

其他 分类下的更多 MCP 服务器