← Index

GMO Coin FX MCP Server

io.github.RikitoNoto/gmocoin-fx-mcp·v1.0.1·Other
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "gmocoin-fx-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "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": "<order_size_limit>",
        "ORDER_SYMBOL_LIMITS": "<order_symbol_limits>",
        "ORDER_CLIENT_ORDER_ID_PREFIX": "<order_client_order_id_prefix>"
      }
    }
  }
}
§02  Environment variables
GMO_API_KEY
requiredsecret

GMO Coin FX API key.

GMO_SECRET_KEY
requiredsecret

GMO Coin FX secret key.

ORDER_SIZE_LIMIT

Optional maximum order size accepted by order-entry tools.

ORDER_SYMBOL_LIMITS

Optional comma-separated list of symbols accepted by order tools.

ORDER_CLIENT_ORDER_ID_PREFIX

Optional ASCII alphanumeric prefix for generated and filtered client order IDs.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other