by maestro-org
Maestro MCP Server is a Model Context Protocol (MCP) server for interacting with Bitcoin via the Maestro API platform, providing tools for exploring blocks, transactions, addresses, and more on the Bitcoin blockchain.
Maestro MCP Server is an MCP (Model Context Protocol) server designed to facilitate interaction with the Bitcoin blockchain through the Maestro RPC API. It acts as a bridge, allowing users and applications to explore various aspects of the Bitcoin network, including blocks, transactions, and addresses.
To use Maestro MCP Server, you need Node.js v20 or higher. After cloning the repository, install dependencies with npm install
, build the project with npm run build
, and then copy .env.example
to .env
to configure your Maestro API key and other settings. You can then start the server using npm run start:http
. The server will run on the port specified in your .env
file (default: 3000), and the MCP endpoint will be accessible at http://localhost:<PORT>/mcp
.
Maestro MCP Server can be used for:
maestro-mcp-client-examples
GitHub repository.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.
https://xbt-mainnet.gomaestro-api.org/v0/mcp
https://xbt-testnet.gomaestro-api.org/v0/mcp
# 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
npm run start:http
.env
(default: 3000).http://localhost:<PORT>/mcp
..env.example
)API_BASE_URL=https://xbt-mainnet.gomaestro-api.org/v0
API_BASE_URL=https://xbt-testnet.gomaestro-api.org/v0
This server is generated using openapi-mcp-generator
:
npx openapi-mcp-generator --input openapi-merged.json --output ./ --force --transport streamable-http --port 3000
Contributions and feature requests are welcome! Please:
npm run dev
for hot-reloading (if configured)npm test
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.