Maestro MCP Server
About
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.
Details
- Author
- maestro-org
- Downloads
- 393
- Categories
- Other
Jump to
- 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
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Maestro MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"maestro mcp server": {
"maestro-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"maestro-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
Maestro MCP Server
<br />
A Model Context Protocol (MCP) server for interacting with Bitcoin via the Maestro API platform. This package provides a set of tools for exploring blocks, transactions, addresses, and other aspects of the Bitcoin blockchain.
Installation
Requirements
- Python >=3.10 - Python MCP SDK >= 1.2.0 -uv
Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
Setup Virual Environment
```bashSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



