GMO Coin FX MCP Server MCP Server
io.github.RikitoNoto/gmocoin-fx-mcp
What is the GMO Coin FX MCP Server MCP server?
MCP server for GMO Coin FX trading, positions, executions, klines, and account balances.
How to install GMO Coin FX MCP Server
Copy-paste configuration for popular MCP clients.
GMO_API_KEYrequiredsecretGMO Coin FX API key.
GMO_SECRET_KEYrequiredsecretGMO Coin FX secret key.
ORDER_SIZE_LIMITOptional maximum order size accepted by order-entry tools.
ORDER_SYMBOL_LIMITSOptional comma-separated list of symbols accepted by order tools.
ORDER_CLIENT_ORDER_ID_PREFIXOptional ASCII alphanumeric prefix for generated and filtered client order IDs.
{
"mcpServers": {
"gmocoin-fx-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
],
"env": {
"GMO_API_KEY": "<YOUR_GMO_API_KEY>",
"GMO_SECRET_KEY": "<YOUR_GMO_SECRET_KEY>",
"ORDER_SIZE_LIMIT": "<YOUR_ORDER_SIZE_LIMIT>",
"ORDER_SYMBOL_LIMITS": "<YOUR_ORDER_SYMBOL_LIMITS>",
"ORDER_CLIENT_ORDER_ID_PREFIX": "<YOUR_ORDER_CLIENT_ORDER_ID_PREFIX>"
}
}
}
}{
"mcpServers": {
"gmocoin-fx-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
],
"env": {
"GMO_API_KEY": "<YOUR_GMO_API_KEY>",
"GMO_SECRET_KEY": "<YOUR_GMO_SECRET_KEY>",
"ORDER_SIZE_LIMIT": "<YOUR_ORDER_SIZE_LIMIT>",
"ORDER_SYMBOL_LIMITS": "<YOUR_ORDER_SYMBOL_LIMITS>",
"ORDER_CLIENT_ORDER_ID_PREFIX": "<YOUR_ORDER_CLIENT_ORDER_ID_PREFIX>"
}
}
}
}{
"mcpServers": {
"gmocoin-fx-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
],
"env": {
"GMO_API_KEY": "<YOUR_GMO_API_KEY>",
"GMO_SECRET_KEY": "<YOUR_GMO_SECRET_KEY>",
"ORDER_SIZE_LIMIT": "<YOUR_ORDER_SIZE_LIMIT>",
"ORDER_SYMBOL_LIMITS": "<YOUR_ORDER_SYMBOL_LIMITS>",
"ORDER_CLIENT_ORDER_ID_PREFIX": "<YOUR_ORDER_CLIENT_ORDER_ID_PREFIX>"
}
}
}
}{
"servers": {
"gmocoin-fx-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1"
],
"env": {
"GMO_API_KEY": "<YOUR_GMO_API_KEY>",
"GMO_SECRET_KEY": "<YOUR_GMO_SECRET_KEY>",
"ORDER_SIZE_LIMIT": "<YOUR_ORDER_SIZE_LIMIT>",
"ORDER_SYMBOL_LIMITS": "<YOUR_ORDER_SYMBOL_LIMITS>",
"ORDER_CLIENT_ORDER_ID_PREFIX": "<YOUR_ORDER_CLIENT_ORDER_ID_PREFIX>"
}
}
}
}claude mcp add gmocoin-fx-mcp --env GMO_API_KEY=<YOUR_GMO_API_KEY> --env GMO_SECRET_KEY=<YOUR_GMO_SECRET_KEY> --env ORDER_SIZE_LIMIT=<YOUR_ORDER_SIZE_LIMIT> --env ORDER_SYMBOL_LIMITS=<YOUR_ORDER_SYMBOL_LIMITS> --env ORDER_CLIENT_ORDER_ID_PREFIX=<YOUR_ORDER_CLIENT_ORDER_ID_PREFIX> -- docker run -i --rm ghcr.io/rikitonoto/gmocoin-fx-mcp:1.0.1Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.