Back to Finance
Maestro MCP
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.
Last updated: 1/27/2026
README
# Maestro MCP Client Examples [](https://cursor.com/install-mcp?name=maestro-mcp-server&config=JTdCJTIyY29tbWFuZCUyMiUzQSUyMm5weCUyMC15JTIwbWNwLXJlbW90ZSUyMGh0dHBzJTNBJTJGJTJGeGJ0LW1haW5uZXQuZ29tYWVzdHJvLWFwaS5vcmclMkZ2MCUyRm1jcCUyMC0taGVhZGVyJTIwQXV0aG9yaXphdGlvbiUzQSUyNCU3QkFVVEhfSEVBREVSJTdEJTIwLS10cmFuc3BvcnQlMjBodHRwLW9ubHklMjIlMkMlMjJlbnYlMjIlM0ElN0IlMjJBVVRIX0hFQURFUiUyMiUzQSUyMkJlYXJlciUyMCUzQ01BRVNUUk9fQVBJX0tFWSUzRSUyMiU3RCU3RA%3D%3D) This repo showcases working client-side integrations for the [Maestro MCP Server](https://github.com/maestro-org/maestro-mcp-server), a powerful interface that enables LLMs and apps to explore and act on Bitcoin data — blocks, transactions, assets, and more — using natural language. ### MCP Clients Maestro MCP bridges natural language interfaces with Bitcoin’s raw, untamed data layer. Whether you're building an autonomous agent, wallet UI, or custom dashboard, these examples are your launchpad. - [basic-streamablehttp-client](./examples/basic-streamablehttp-client) - [claude](./examples/claude) - [cursor](./examples/cursor/) #### Questions? Open an issue or reach out to the Maestro dev team via [Discord](https://discord.gg/ES2rDhBJt3).
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"maestro-mcp": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.