Agent Tools
Back to MCP servers

Forex-GPT MCP Server

https://mcp.forex-gpt.ai/mcp
● healthy

skills: {'id': 'save_oanda_credentials', 'name': 'save_oanda_credentials', 'description': '\n Save your OANDA API Key and Account ID securely.\n These are required before you can trade.\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_oanda_credentials', 'name': 'delete_oanda_credentials', 'description': '\n Remove/Delete your stored OANDA API Key and Account ID.\n Use this if you want to clear your credentials or switch accounts.\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'trade_modify_trade', 'name': 'trade_modify_trade', 'description': "\n Modify an existing trade's Stop Loss and Take Profit.\n You can use absolute prices OR relative distances.\n Only provided fields will be updated.\n \n Args:\n trade_id: The ID of the open trade to modify.\n take_profit: New ABSOLUTE price.\n stop_loss: New ABSOLUTE price.\n take_profit_distance: New RELATIVE distance (e.g. 0.0050).\n stop_loss_distance: New RELATIVE distance (e.g. 0.0020).\n ", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'trade_market_order', 'name': 'trade_market_order', 'description': '\n Place a Market Order.\n units: Positive for Buy, Negative for Sell\n take_profit: ABSOLUTE PRICE (e.g. 1.1250).\n stop_loss: ABSOLUTE PRICE (e.g. 1.1100).\n take_profit_distance: RELATIVE PIPS (e.g. 0.0050). Use this OR absolute price.\n stop_loss_distance: RELATIVE PIPS (e.g. 0.0020). Use this OR absolute price.\n trailing_stop_distance: RELATIVE DISTANCE for trailing stop (e.g. 0.0020).\n guaranteed_stop_loss: True to use GSLO (Premium, requires specific SL distance rule).\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'trade_limit_order', 'name': 'trade_limit_order', 'description': '\n Place a Limit Order.\n price: The limit price to trigger the order.\n take_profit: ABSOLUTE PRICE (e.g. 1.1250).\n stop_loss: ABSOLUTE PRICE (e.g. 1.1100).\n take_profit_distance: RELATIVE PIPS (e.g. 0.0050).\n stop_loss_distance: RELATIVE PIPS (e.g. 0.0020).\n trailing_stop_distance: RELATIVE DISTANCE for trailing stop.\n guaranteed_stop_loss: True for GSLO.\n expiry: ISO 8601 string (e.g. "2023-12-31T23:59:00Z"). Defaults to GTC if omitted.\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'trade_stop_order', 'name': 'trade_stop_order', 'description': '\n Place a Stop Order (Momentum/Breakout Entry).\n Use this to Buy ABOVE market price or Sell BELOW market price.\n \n Args:\n instrument: Asset symbol (e.g. \'EUR_USD\')\n units: Positive for Buy, Negative for Sell\n price: The STOP price to trigger the order.\n expiry: ISO 8601 string (e.g. "2023-12-31T23:59:00Z"). Defaults to GTC if omitted.\n take_profit: ABSOLUTE PRICE.\n stop_loss: ABSOLUTE PRICE.\n take_profit_distance: RELATIVE DISTANCE (e.g. 0.0050).\n stop_loss_distance: RELATIVE DISTANCE (e.g. 0.0020).\n trailing_stop_distance: RELATIVE DISTANCE for trailing stop.\n guaranteed_stop_loss: True for GSLO.\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'cancel_pending_order', 'name': 'cancel_pending_order', 'description': '\n Cancel a pending (unfilled) Limit or Stop order.\n Args:\n order_id: The OANDA ID of the order to cancel.\n ', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'replace_pending_order', 'name': 'replace_pending_order', 'description': "\n Replace (Modify) an existing pending order.\n Basically cancels the old one and places a new one atomically.\n Args:\n order_id: ID of the order to replace.\n type: 'LIMIT' or 'STOP'.\n (All other args same as placement tools)\n ", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 109.1ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://mcp.forex-gpt.ai/mcp
JSON-RPC initialize probe
curl -X POST https://mcp.forex-gpt.ai/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://mcp.forex-gpt.ai/mcp
Listed at (chiark)
https://chiark.ai/agents/f6ea63a6-e8c5-4885-8654-f2464e37a96b