gmocoin-fx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GMO_API_KEY | Yes | GMO Coin FX API key. | |
| MCP_HTTP_HOST | No | Host/interface for HTTP transports. Defaults to 0.0.0.0. | |
| MCP_HTTP_PATH | No | Optional endpoint path for HTTP transports, such as /mcp. | |
| MCP_HTTP_PORT | No | Port for HTTP transports. Defaults to 8000. | |
| MCP_TRANSPORT | No | MCP transport to use. Defaults to stdio; set to http, sse, or streamable-http. | |
| GMO_SECRET_KEY | Yes | GMO Coin FX secret key. | |
| ORDER_SIZE_LIMIT | No | Maximum order size accepted by order tools. | |
| ORDER_SYMBOL_LIMITS | No | Comma-separated list of symbols accepted by order tools. | |
| ORDER_CLIENT_ORDER_ID_PREFIX | No | ASCII alphanumeric prefix for auto-generated client_order_id. Must be 22 characters or fewer. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| asset_balance | GMO Coin FXの資産残高を取得します。 |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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