atlas-mcp-server

CentralOperations/atlas-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Connect AI agents to Atlas MCP for live market data, options analytics, strategy workflows, and 50+ broker-aware trading capabilities .
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "atlas-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "CentralOperations/atlas-mcp-server"
      ]
    }
  }
}