The Parallax MCP server exposes the tools below. Free tools are included with any
connected account; paid tools (full research reports) require an entitled account.
Tools marked async use background jobs. The MCP server normally waits for the result
by polling internally. Call check_job_status only when a tool returns a job_id
without a completed result. Most jobs complete in seconds to a few minutes.
Symbols use RIC format (e.g. AAPL.O, JPM.N, 2330.TW). Use search_stocks /
search_etfs to resolve a symbol first if you’re unsure.
Stocks & scores
Portfolio
ETFs
Macro & market telemetry
News & research
Discovery
Documentation
Utility
MCP tools normally return the completed result after polling internally. If a tool
returns only a job_id, pass that exact ID to check_job_status. Stop when the job
reports completed or failed. The REST API exposes job
submission and polling as separate requests.