- Explore MCP Servers
- maestro-mcp
Maestro Mcp
What is Maestro Mcp
Maestro MCP is a Model Context Protocol (MCP) server designed for interacting with Bitcoin through the Maestro API platform. It provides tools for exploring various aspects of the Bitcoin blockchain, including blocks, transactions, and addresses.
Use cases
Use cases for maestro-mcp include developing Bitcoin wallets, creating blockchain explorers, conducting transaction analysis, and integrating Bitcoin functionalities into applications.
How to use
To use maestro-mcp, install the required dependencies including Python and the MCP SDK. Set up a virtual environment, activate it, and install the package. Configure the Claude Desktop application by editing the configuration file with the necessary paths and API key, then restart Claude to apply changes.
Key features
Key features of maestro-mcp include the ability to explore Bitcoin blockchain data, interact with transactions and addresses, and utilize the Maestro API for seamless integration.
Where to use
Maestro MCP can be used in various fields such as cryptocurrency development, blockchain analysis, financial services, and any application requiring interaction with Bitcoin data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Maestro Mcp
Maestro MCP is a Model Context Protocol (MCP) server designed for interacting with Bitcoin through the Maestro API platform. It provides tools for exploring various aspects of the Bitcoin blockchain, including blocks, transactions, and addresses.
Use cases
Use cases for maestro-mcp include developing Bitcoin wallets, creating blockchain explorers, conducting transaction analysis, and integrating Bitcoin functionalities into applications.
How to use
To use maestro-mcp, install the required dependencies including Python and the MCP SDK. Set up a virtual environment, activate it, and install the package. Configure the Claude Desktop application by editing the configuration file with the necessary paths and API key, then restart Claude to apply changes.
Key features
Key features of maestro-mcp include the ability to explore Bitcoin blockchain data, interact with transactions and addresses, and utilize the Maestro API for seamless integration.
Where to use
Maestro MCP can be used in various fields such as cryptocurrency development, blockchain analysis, financial services, and any application requiring interaction with Bitcoin data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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/mcp - Hosted Testnet4:
https://xbt-testnet.gomaestro-api.org/v0/mcp - API Key Required: Get your Maestro API key
- Client Examples: maestro-mcp-client-examples
Getting Started
Requirements
- Node.js v20 or higher
Installation & Setup
# Install dependencies
npm install
# Build the project
npm run build
# Copy and edit environment variables
cp .env.example .env
# Edit .env to add your Maestro API key and any other config
Running the Server
npm run start:http
- 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/v0 - Testnet4:
API_BASE_URL=https://xbt-testnet.gomaestro-api.org/v0
- Mainnet:
API Reference & Examples
Server Generation
This server is generated using openapi-mcp-generator:
npx openapi-mcp-generator --input openapi-merged.json --output ./ --force --transport streamable-http --port 3000
Contributing & Development
Contributions and feature requests are welcome! Please:
- Document your changes clearly
- Submit a pull request or open an issue
Local Development
- Use
npm run devfor hot-reloading (if configured) - Run tests with
npm test
Support
License
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










