Model Context Protocol (MCP)
The Maestro MCP Server is a Model Context Protocol implementation that enables AI agents and LLMs to interact with Bitcoin blockchain data through the Maestro API. It acts as a bridge, translating natural language queries into blockchain API calls via a standardized streamable HTTP protocol.Available Services
The MCP server exposes five Maestro API service categories:Setup
Prerequisites
- Bun v1.0 or higher
- A Maestro API key
Installation
Configuration
.env to add your Maestro API key and select a network:
Launch
http://localhost:3000/mcp.
Client Examples
The maestro-mcp-client-examples repository provides working integration examples:Resources
Maestro MCP Server
Source code, full documentation, and setup instructions.
Client Examples
Working examples for Claude, Cursor, and raw HTTP clients.

