
GMO Coin FX MCP Server
Wire GMO Coin FX account data and order flows into your agent so you can automate quotes, positions, executions, and balance checks with guardrails.
Overview
GMO Coin FX MCP Server is a Build-phase MCP integration that lets agents query and trade on GMO Coin FX using positions, executions, klines, and balance tools.
What is this MCP server?
- stdio MCP via Docker OCI image ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1
- Tools cover FX trading, open positions, executions, klines, and account balances
- Requires GMO_API_KEY and GMO_SECRET_KEY; optional ORDER_SIZE_LIMIT and ORDER_SYMBOL_LIMITS
- Optional ORDER_CLIENT_ORDER_ID_PREFIX for safer generated client order IDs
- Version 1.0.1 aligned with GMO Coin FX REST-style workflows
- Published server version 1.0.1 as OCI package ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1
- Two required secret env vars: GMO_API_KEY and GMO_SECRET_KEY
- Optional numeric ORDER_SIZE_LIMIT and string ORDER_SYMBOL_LIMITS for order tools
What problem does it solve?
Building FX automation by hand means re-implementing GMO auth, endpoints, and safety limits while your agent lacks live brokerage context.
Who is it for?
Solo algo traders and small fintech teams automating GMO Coin FX with Claude Code or Cursor who want containerized stdio MCP and explicit order guardrails.
Skip if: Builders without GMO accounts, paper-only ideation with no API keys, or teams that need a multi-broker abstraction layer.
What do I get? / Deliverables
After registration with API keys and optional order limits, your agent can call typed MCP tools for market data, balances, and controlled order entry instead of fragile ad-hoc HTTP scripts.
- MCP tools for GMO FX balances, positions, executions, and klines
- Agent-driven order entry subject to your configured size and symbol limits
- Containerized stdio integration reusable across local and CI agent environments
Recommended MCP Servers
Journey fit
FX trading automation is built when you integrate external brokerage APIs into bots or dashboards, before you rely on those tools in daily operations. Integrations is the right shelf for a third-party exchange MCP with API keys, order limits, and symbol filters rather than generic app frontend work.
How it compares
Broker-specific FX trading MCP, not a generic portfolio analytics skill or backtesting framework.
Common Questions / FAQ
Who is GMO Coin FX MCP Server for?
Developers and indie quants who trade or monitor GMO Coin FX and want agent-accessible tools for positions, executions, klines, balances, and orders.
When should I use GMO Coin FX MCP Server?
Use it while building integrations for trading bots, risk dashboards, or alert pipelines that must talk to GMO Coin FX with enforced size and symbol limits.
How do I add GMO Coin FX MCP Server to my agent?
Run the ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1 image with stdio, set GMO_API_KEY and GMO_SECRET_KEY, optionally ORDER_SIZE_LIMIT and ORDER_SYMBOL_LIMITS, and point your MCP client at that process.