Skip to content

Commit c09d2fb

Browse files
authored
feat: add Maestro MCP server (#210)
* init * update icon url * fix server description, tags, add tools.json
1 parent 8db9702 commit c09d2fb

File tree

2 files changed

+577
-0
lines changed

2 files changed

+577
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: maestro-mcp-server
2+
image: mcp/maestro-mcp-server
3+
type: server
4+
meta:
5+
category: monitoring
6+
tags:
7+
- monitoring
8+
- blockchain
9+
- bitcoin
10+
- rpc
11+
about:
12+
title: Maestro MCP Server
13+
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.
14+
icon: https://avatars.githubusercontent.com/u/84299480?s=200&v=4
15+
source:
16+
project: https://github.com/maestro-org/maestro-mcp-server
17+
branch: main
18+
config:
19+
description: Configure the connection to Maestro MCP Server
20+
secrets:
21+
- name: maestro-mcp-server.API_KEY_API_KEY
22+
env: API_KEY_API_KEY
23+
example: your-maestro-api-key

0 commit comments

Comments
 (0)