Serversio.github.hatgit/forex-gpt-mcp
M

Forex-GPT MCP Server

io.github.hatgit/forex-gpt-mcp · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.forex-gpt.ai/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.hatgit/forex-gpt-mcp",
  "description": "AI-powered forex and crypto trading analysis with real-time data across 127+ instruments.",
  "title": "Forex-GPT MCP Server",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.forex-gpt.ai/mcp",
      "headers": [
        {
          "description": "Bearer token from forex-gpt.ai",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}