Maestro MCP Server
@maestro-org
About Maestro MCP Server
Maestro MCP Server for Bitcoin
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"maestro-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments