Skip to content
Claude Code

GMO Coin FX MCP Server for Claude Code

io.github.rikitonoto/gmocoin-fx-mcp

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

client:Claude Code transport:stdio runtime:oci

Install GMO Coin FX MCP Server in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add gmocoin-fx-mcp -e GMO_API_KEY=<GMO_API_KEY> -e GMO_SECRET_KEY=<GMO_SECRET_KEY> -e ORDER_SIZE_LIMIT=<ORDER_SIZE_LIMIT> -e ORDER_SYMBOL_LIMITS=<ORDER_SYMBOL_LIMITS> -e ORDER_CLIENT_ORDER_ID_PREFIX=<ORDER_CLIENT_ORDER_ID_PREFIX> -- docker run -i --rm ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

GMO Coin FX MCP Server in other clients