Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions servers/maestro-mcp-server/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: maestro-mcp-server
image: mcp/maestro-mcp-server
type: server
meta:
category: monitoring
tags:
- monitoring
- blockchain
- bitcoin
- rpc
about:
title: Maestro MCP Server
description: A Model Context Protocol (MCP) server exposing Bitcoin blockchain data through the Maestro API platform. Provides tools to explore blocks, transactions, addresses, inscriptions, runes, and other metaprotocol data.
icon: https://avatars.githubusercontent.com/u/84299480?s=200&v=4
source:
project: https://github.com/maestro-org/maestro-mcp-server
branch: main
config:
description: Configure the connection to Maestro MCP Server
secrets:
- name: maestro-mcp-server.API_KEY_API_KEY
env: API_KEY_API_KEY
example: your-maestro-api-key
Loading