trackmcp
Back to directory
maestro-org

maestro-mcp-server

View on GitHub

Maestro MCP Server for Bitcoin

24 stars JavaScriptOthers Updated Jul 9, 2026
bitcoinblockchainmaestromcputxo

Documentation

Maestro MCP Server

CI

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.



Getting Started

Requirements

  • Bun v1.0 or higher

Installation & Setup

bash
# 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 config

Running the Server

bash
bun run start:http
  • The server will start on the port specified in your `.env` (default: 3000).
  • Access the MCP endpoint at `http://localhost:/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`

API Reference & Examples


Server Generation

This server is generated using `openapi-mcp-generator`:

bash
npx openapi-mcp-generator --input openapi-merged.json --output ./ --force --transport streamable-http --port 3000

Contributing & Development

Contributions and feature requests are welcome! Please:

Local Development

  • Use `bun run dev` for hot-reloading (if configured)
  • Run tests with `bun test`

Support


License

Apache 2.0

Frequently asked questions

What is maestro-mcp-server?

maestro-mcp-server is Maestro MCP Server for Bitcoin

How do I install maestro-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is maestro-mcp-server open source?

Yes โ€” it is hosted on GitHub at https://github.com/maestro-org/maestro-mcp-server and has 24 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP