Serversio.github.foreksgithub/forinvest-mcp
M

ForInvest MCP Server

io.github.foreksgithub/forinvest-mcp · v1.0.1
● Remote
v1.0.1remote🌐 https://mcp.forinvest.com/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.foreksgithub/forinvest-mcp",
  "description": "Financial data and analysis tools for Turkish BIST and international markets via MCP.",
  "title": "ForInvest MCP Server",
  "version": "1.0.1",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.forinvest.com/mcp",
      "headers": [
        {
          "description": "Bearer token for Foreks authentication",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}