Developer Docs
BPIQ API + MCP Documentation
Integrate biotech market intelligence, catalyst timelines, and premium MCP agent workflows directly into your product.
Base URL
https://api.bpiq.com/api/v1/infoAuthentication
Send your API key in the `Authorization` header using token auth.
Authorization: Token YOUR_BPIQ_API_KEY
cURL Example
curl -X GET "https://api.bpiq.com/api/v1/info/drugs?ticker=AMRX&has_catalyst=true&limit=30" \ -H "Authorization: Token YOUR_BPIQ_API_KEY" \ -H "Accept: application/json"
Endpoints
Core resources and example payloads.
Error Reference
| Status | Meaning | Notes |
|---|---|---|
| 400 | Bad Request | Invalid query params or date range. |
| 401 | Unauthorized | Missing or invalid API key. |
| 403 | Forbidden | Your plan does not include this endpoint. |
| 404 | Not Found | Resource was not found. |
| 500 | Server Error | Unexpected server-side error. |
BPIQ MCP Server
OAuth Access
Connect with ChatGPT or Claude in minutes
BPIQ supports OAuth-based MCP access, so users can securely connect through OpenAI and Claude workflows without juggling raw credentials.

ChatGPT
ChatGPT connection via OAuth

Claude
Claude connection via OAuth
Secure Access
OAuth login keeps user connection flows simple and trusted.
Remote MCP
Connect BPIQ once and make premium biotech tools available instantly.
Built For Apps
Support ChatGPT, Claude, and your own production AI workflows.
Connection Details
MCP Endpoint
https://mcp.bpiq.com/mcpAuthorization Header
Authorization: Token YOUR_BPIQ_API_KEYTurn your agent into a biotech analyst that can surface catalysts, decode pipelines, review clinical trials, track hedge fund activity, and answer investor questions with live BPIQ intelligence behind every workflow.
Premium access only. Available on paid plans.
Research Faster
Give your team instant access to structured biotech data without manual digging across filings, trial registries, and fragmented sources.
Upgrade Your Agents
Power deeper prompts, smarter investment workflows, and higher-conviction outputs with premium company, catalyst, and market context.
Connect In Minutes
Use OAuth to connect quickly in modern AI clients, then start asking questions, screening companies, and analyzing events right away.
| MCP Tool | Description |
|---|---|
| fetch_all_companies | Fetch all companies available in the BPIQ company universe. |
| fetch_company_drugs | Fetch normalized drug and catalyst data for a ticker. |
| fetch_company_info | Fetch company-level profile and financial data (excluding drugs). |
| fetch_company_hedge_fund_holdings | Fetch hedge fund holdings grouped by filing quarter. |
| fetch_company_insider_transactions | Fetch insider transactions for recent filing quarters. |
| fetch_company_clinical_trials | Fetch flattened clinical trial records for a ticker. |
| fetch_clinical_trial_details | Fetch full ClinicalTrials.gov protocol details by NCT ID. |
| fetch_company_historical_catalysts | Fetch historical catalyst events for a ticker. |
| fetch_company_earnings_transcript | Fetch earnings call transcript entries with sentiment. |
| fetch_company_options_data | Fetch simplified options chain data grouped by expiration. |
| fetch_company_press_releases | Fetch simplified historical company press releases. |
| fetch_all_upcoming_catalysts | Fetch all upcoming catalysts across the universe. |
| fetch_all_acquired_companies | Fetch all companies that have been acquired in the dataset. |
| fetch_all_bpiq_portfolios | Fetch all BPIQ-curated portfolios and their constituent holdings. |
