← Back to browse

GMO Coin FX MCP Server

Indexed by io.github.RikitoNoto

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGMO_API_KEY GMO_SECRET_KEY ORDER_SIZE_LIMIT ORDER_SYMBOL_LIMITS ORDER_CLIENT_ORDER_ID_PREFIX
Claude Code
claude mcp add --env GMO_API_KEY= --env GMO_SECRET_KEY= --env ORDER_SIZE_LIMIT= --env ORDER_SYMBOL_LIMITS= --env ORDER_CLIENT_ORDER_ID_PREFIX= gmocoin-fx-mcp -- docker ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gmocoin-fx-mcp","command":"docker","args":["ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"],"env":{"GMO_API_KEY":"","GMO_SECRET_KEY":"","ORDER_SIZE_LIMIT":"","ORDER_SYMBOL_LIMITS":"","ORDER_CLIENT_ORDER_ID_PREFIX":""}}'
JSON
{
  "mcpServers": {
    "gmocoin-fx-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
      ],
      "env": {
        "GMO_API_KEY": "",
        "GMO_SECRET_KEY": "",
        "ORDER_SIZE_LIMIT": "",
        "ORDER_SYMBOL_LIMITS": "",
        "ORDER_CLIENT_ORDER_ID_PREFIX": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.