Skip to main content
Glama
RikitoNoto

gmocoin-fx-mcp

by RikitoNoto

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GMO_API_KEYYesGMO Coin FX API key.
MCP_HTTP_HOSTNoHost/interface for HTTP transports. Defaults to 0.0.0.0.
MCP_HTTP_PATHNoOptional endpoint path for HTTP transports, such as /mcp.
MCP_HTTP_PORTNoPort for HTTP transports. Defaults to 8000.
MCP_TRANSPORTNoMCP transport to use. Defaults to stdio; set to http, sse, or streamable-http.
GMO_SECRET_KEYYesGMO Coin FX secret key.
ORDER_SIZE_LIMITNoMaximum order size accepted by order tools.
ORDER_SYMBOL_LIMITSNoComma-separated list of symbols accepted by order tools.
ORDER_CLIENT_ORDER_ID_PREFIXNoASCII alphanumeric prefix for auto-generated client_order_id. Must be 22 characters or fewer.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
kline_apiA

GMO Coin FXのKline APIです。ローソク足、OHLC、価格履歴、為替レート履歴、チャート用の時系列データを取得します。price_typeは必須です(BID/ASK)。dateはYYYY-MM-DD形式で指定してください。

order_apiC

GMO Coin FXの新規注文を実行します。

change_order_apiC

GMO Coin FXの通常注文価格を変更します。

change_ifd_order_apiC

GMO Coin FXのIFD注文を変更します。

close_order_apiC

GMO Coin FXの決済注文を実行します。

cancel_orders_apiC

GMO Coin FXの注文を最大10件までまとめてキャンセルします。

cancel_bulk_order_apiC

GMO Coin FXの注文を銘柄などの条件で一括キャンセルします。

active_orders_apiC

GMO Coin FXの有効注文一覧を取得します。

latest_executions_apiB

GMO Coin FXの最新約定一覧を取得します。

open_positions_apiB

GMO Coin FXの建玉一覧を取得します。

ifd_order_apiC

GMO Coin FXのIFD注文を実行します。

ifdoco_order_apiC

GMO Coin FXのIFDOCO注文を実行します。

change_ifdoco_order_apiC

GMO Coin FXのIFDOCO注文を変更します。

change_oco_order_apiC

GMO Coin FXのOCO注文変更を実行します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
asset_balanceGMO Coin FXの資産残高を取得します。

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RikitoNoto/gmocoin-fx-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server