Odel
GMO Coin FX MCP Server

GMO Coin FX MCP Server

Local
@rikitonotoPythonApache-2.0Updated 3mo ago

MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1

Run

docker run -i --rm ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1

MCP client config

{
  "mcpServers": {
    "gmo-coin-fx-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
      ]
    }
  }
}