Serversio.github.finmanagerai/atlas-mcp-server
S

io.github.finmanagerai/atlas-mcp-server

io.github.finmanagerai/atlas-mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://atlasmcp.finmanagerai.com/mcp↗ Website↗ Repository
{}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.finmanagerai/atlas-mcp-server",
  "description": "Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.",
  "repository": {
    "url": "https://github.com/finmanagerai/atlas-mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://www.mind-vest.io/atlas",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://atlasmcp.finmanagerai.com/mcp",
      "headers": [
        {
          "description": "Atlas API key. Generate one at https://www.mind-vest.io/atlas/dashboard.",
          "isRequired": true,
          "value": "Bearer {atlas_api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "atlas_api_key": {
          "description": "Your Atlas API key. Sign in at https://www.mind-vest.io/atlas, open the dashboard, and copy the key from the API Keys section.",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}