Provides tools for exploring blocks, transactions, addresses, and interacting with the Bitcoin blockchain via the Maestro API platform, including blockchain indexing, mempool monitoring, market price data, wallet operations, and node RPC functionality.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Maestro MCP Servershow me the latest block on mainnet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Maestro MCP Server
A Model Context Protocol (MCP) server for interacting with Bitcoin via the Maestro API platform. Provides tools for exploring blocks, transactions, addresses, and more on the Bitcoin blockchain.
Quick Links
Hosted Mainnet:
https://xbt-mainnet.gomaestro-api.org/v0/mcpHosted Testnet4:
https://xbt-testnet.gomaestro-api.org/v0/mcpAPI Key Required: Get your Maestro API key
Client Examples: maestro-mcp-client-examples
Getting Started
Requirements
Bun v1.0 or higher
Installation & Setup
Running the Server
The server will start on the port specified in your
.env(default: 3000).Access the MCP endpoint at
http://localhost:<PORT>/mcp.
Features
🚀 Streamable HTTP MCP server (spec)
🔑 API Key authentication (see
.env.example)📦 Multiple APIs:
Blockchain Indexer
Mempool Monitoring
Market Price
Wallet
Node RPC
🌐 Supported Networks:
Mainnet:
API_BASE_URL=https://xbt-mainnet.gomaestro-api.org/v0Testnet4:
API_BASE_URL=https://xbt-testnet.gomaestro-api.org/v0
API Reference & Examples
Server Generation
This server is generated using openapi-mcp-generator:
Contributing & Development
Contributions and feature requests are welcome! Please:
Document your changes clearly
Submit a pull request or open an issue
Local Development
Use
bun run devfor hot-reloading (if configured)Run tests with
bun test