Connect a client
Add Parallax to Claude, Cursor, VS Code, or ChatGPT in a couple of minutes.
Authentication
How OAuth sign-in and programmatic bearer tokens work.
Tool reference
Every tool the server exposes, grouped by what it does.
REST API
Prefer raw HTTP? The same intelligence is available over the REST API.
Endpoint
The server speaks Streamable HTTP (the current MCP transport). Point your client at:When connecting with an OAuth-capable client, sign in through your browser
to link your Parallax account. The client then manages the access token —
see Authentication.
What you can do
See the full tool reference for the complete list, including which tools
are free vs. paid and which run asynchronously.
Symbol format
Tools accept symbols in RIC format (ticker + exchange suffix, e.g.AAPL.O,
JPM.N, 2330.TW). Many tools also accept a plain ticker (AAPL) and resolve it for
you; when in doubt, use the search_stocks tool to find the exact symbol first.
Relationship to the REST API
The MCP server is a thin, auth-aware layer over the sameapi.chicago.global backend. Tool outputs mirror the REST
responses. Long-running tools normally poll their background jobs internally and return
the completed result. Use check_job_status only if a tool returns a job ID without a
completed result. If you’re building an application, use the REST API directly; if
you’re working inside an AI client, use MCP.