Claude
- Claude (web & desktop) connector
- Claude Desktop config (mcp-remote)
In Settings → Connectors → Add custom connector, give it a name (e.g. Approve the browser sign-in when prompted. The Parallax tools then appear in the
tools menu of any chat.
Parallax)
and paste the server URL:Cursor
Add the server to~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):
VS Code
With MCP support (GitHub Copilot agent mode), create.vscode/mcp.json:
ChatGPT
In Settings → Connectors (developer mode), add a remote MCP server with the URLhttps://mcp.chicago.global/api/mcp and authorize access. Parallax tools become
available to the model in chat.
Any other MCP client
Any client that supports remote MCP servers can connect with the same URL. For clients that only support local stdio servers, bridge withmcp-remote:
Prefer the Streamable HTTP endpoint (
/api/mcp). Use the legacy SSE endpoint
(https://mcp.chicago.global/api/sse) only if your client doesn’t yet support
Streamable HTTP.Verify the connection
Once connected, ask your assistant something like “Use Parallax to give me a peer snapshot of MSFT.O” or “List the Parallax macro countries.” If the tools are wired up correctly, the client will callget_peer_snapshot / list_macro_countries and return
live data. Browse everything available in the tool reference.