1. Conduid
  2. Developer Tools
  3. Maestro MCP
MCP server · Developer Tools

Maestro MCP

Maestro MCP Server for Bitcoin

Unclaimed Apache-2.0 last commit 7 months ago maestrodevtoolsblockchainbitcoinmcputxo
61Good

Scored yesterday · breakdown

About Maestro MCP

Maestro MCP is an MCP server published by maestro-org in the Developer Tools category: maestro MCP Server for Bitcoin. It has been installed 0 times through Conduid.

The repository has 21 stars and 3 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx maestro-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Maestro MCP

Powered by Claude · Grounded in docs

I know everything about Maestro MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

20250623.2_01f4bbe20250623.2_01f4bbe · 23 Jun 2025What's Changed fix: bearer auth to api key by @Vardominator in https://github.com/maestro-org/maestro-mcp-server/pull/22 Full Changelog**: https://github.com/maestro-org/maestro-mcp-server/compare/20250618.4_296e60d...20250623.2_01f4bbe
20250618.4_296e60d20250618.4_296e60d · 18 Jun 2025What's Changed Configure base url and cleanup README by @Vardominator in https://github.com/maestro-org/maestro-mcp-server/pull/21 Full Changelog**:…
20250617.2_ec723ec20250617.2_ec723ec · 17 Jun 2025What's Changed Feat: add mcp poc, update readme, add endpoints list, dependencies by @waymobetta in https://github.com/maestro-org/maestro-mcp-server/pull/1 Chore: update license + toml by @waymobetta in…

README

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

  • Bun v1.0 or higher

Installation & Setup

# 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

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

Support


License

Apache 2.0

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Maestro MCP

How do I install Maestro MCP?

Run npx maestro-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Maestro MCP safe to use with an AI agent?

Its trust score is 61 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Maestro MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.