Maestro MCP Server
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
Related MCP server: Bitcoin MCP Server
Getting Started
Requirements
Bun v1.0 or higher
Installation & Setup
# Install dependencies
bun install
# Build the project
bun run build
# Copy and edit environment variables
cp .env.example .env
# Edit .env to add your Maestro API key and any other configRunning the Server
bun run start:httpThe 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:
npx openapi-mcp-generator --input openapi-merged.json --output ./ --force --transport streamable-http --port 3000Contributing & 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
Support
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates interaction with the Bitcoin network via the Model Context Protocol, enabling key generation, address validation, transaction decoding, and blockchain data retrieval.Last updated79075MIT
- AlicenseBqualityDmaintenanceProvides real-time Bitcoin blockchain data by querying the mempool.space API, offering tools to get address statistics, transaction history, UTXOs, transaction details, and block information.Last updated7104MIT
- Flicense-qualityFmaintenanceProvides Bitcoin and Stacks wallet operations including sending, receiving, balance checks, and transaction management via MCP tools.Last updated
- Alicense-qualityCmaintenanceEnables querying Bitcoin blockchain data including blocks, transactions, addresses, mempool, and fee estimates via the Blockstream.info Esplora API.Last updated26MIT
Related MCP Connectors
mempool.space MCP β Bitcoin block explorer + mempool/fee stats
Blockstream Esplora Bitcoin block explorer (mainnet + testnet)
Provide AI agents and automation tools with contextual access to blockchain data including balanceβ¦
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maestro-org/maestro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server