MCP ExplorerExplorer

Maestro Mcp

@maestro-orgon a year ago
9 Apache-2.0
FreeCommunity
AI Systems
#bitcoin#blockchain#maestro#mcp#utxo
Maestro MCP Server for Bitcoin

Overview

What is Maestro Mcp

Maestro MCP is a Model Context Protocol (MCP) server designed for interacting with Bitcoin through the Maestro API platform. It provides tools for exploring various aspects of the Bitcoin blockchain, including blocks, transactions, and addresses.

Use cases

Use cases for maestro-mcp include developing Bitcoin wallets, creating blockchain explorers, conducting transaction analysis, and integrating Bitcoin functionalities into applications.

How to use

To use maestro-mcp, install the required dependencies including Python and the MCP SDK. Set up a virtual environment, activate it, and install the package. Configure the Claude Desktop application by editing the configuration file with the necessary paths and API key, then restart Claude to apply changes.

Key features

Key features of maestro-mcp include the ability to explore Bitcoin blockchain data, interact with transactions and addresses, and utilize the Maestro API for seamless integration.

Where to use

Maestro MCP can be used in various fields such as cryptocurrency development, blockchain analysis, financial services, and any application requiring interaction with Bitcoin data.

Content

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.


Quick Links


Getting Started

Requirements

Installation & Setup

# 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

Running the Server

npm run start:http
  • The 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/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:

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 npm run dev for hot-reloading (if configured)
  • Run tests with npm test

Support


License

Apache 2.0

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers