Loading MCP server directory, please wait...
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
npx @getmcp/cli add io.github.RikitoNoto/gmocoin-fx-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GMO_API_KEYGMO Coin FX API key.
GMO_SECRET_KEYGMO Coin FX secret key.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.RikitoNoto/gmocoin-fx-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GMO_API_KEY",
"-e",
"GMO_SECRET_KEY",
"-e",
"ORDER_SIZE_LIMIT",
"-e",
"ORDER_SYMBOL_LIMITS",
"-e",
"ORDER_CLIENT_ORDER_ID_PREFIX",
"ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.0"
],
"env": {
"GMO_API_KEY": "",
"GMO_SECRET_KEY": "",
"ORDER_SIZE_LIMIT": "",
"ORDER_SYMBOL_LIMITS": "",
"ORDER_CLIENT_ORDER_ID_PREFIX": ""
}
}
}
}