← Back to Plugins
MCP Server MCP

io.github.hummingbot/mcp

github By github 👁 1 views ▲ 0 votes

MCP server exposing Hummingbot API for automated multi-exchange trading

Homepage Verified source GitHub

Install

oci:docker.io/hummingbot/hummingbot-mcp:0.1.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/hummingbot/hummingbot-mcp:0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Hummingbot API (e.g., http://host.docker.internal:8820 or http://localhost:8000)",
          "isRequired": true,
          "format": "string",
          "name": "HUMMINGBOT_API_URL"
        },
        {
          "description": "Hummingbot API username",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HUMMINGBOT_USERNAME"
        },
        {
          "description": "Hummingbot API password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "HUMMINGBOT_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...