Skip to content

Commit 7c20f73

Browse files
add hummingbot-mcp server (github#160)
1 parent daa98fe commit 7c20f73

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

servers/hummingbot-mcp/server.yaml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: hummingbot-mcp
2+
image: hummingbot/hummingbot-mcp
3+
type: server
4+
meta:
5+
category: finance
6+
tags:
7+
- finance
8+
about:
9+
title: 'Hummingbot MCP: Trading Agent'
10+
description: Hummingbot MCP is an open-source toolset that lets you control and monitor your Hummingbot trading bots through AI-powered commands and automation.
11+
icon: https://avatars.githubusercontent.com/u/88165212?v=4
12+
source:
13+
project: https://github.com/hummingbot/mcp
14+
config:
15+
description: 'Configure the MCP connection to the Hummingbot API'
16+
secrets:
17+
- name: hummingbot-mcp.username
18+
env: HUMMINGBOT_API_USERNAME
19+
example: admin
20+
- name: hummingbot-mcp.password
21+
env: HUMMINGBOT_API_PASSWORD
22+
example: password
23+
env:
24+
- name: HUMMINGBOT_API_URL
25+
example: http://localhost:8000
26+
value: '{{hummingbot-mcp.api_url}}'
27+
parameters:
28+
type: object
29+
properties:
30+
api_url:
31+
title: Hummingbot API URL
32+
type: string
33+
format: uri
34+
default: http://localhost:8000
35+
required:
36+
- api_url

0 commit comments

Comments
 (0)