Upcoming and historical catalysts.One subscription.
A BPIQ Apex Subscription provides one personal API key for the Catalysts and Historical Catalysts endpoints. It also includes full access to the BPIQ MCP toolset. Other API endpoints require a dedicated API Subscription.
BPIQ Apex Subscription
Unlock catalyst API access
Bring BPIQ catalyst timelines and the complete MCP toolset into your products and workflows.
Get BPIQ ApexApex and API Subscriptions are separate products. To get a dedicated API Subscription, submit the API access form.
Apply for an API SubscriptionBPIQ 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/infoBPIQ Apex is a BPIQ product subscription. A dedicated API Subscription is a separate plan obtained by submitting the API access form. Your endpoint access depends on both the subscription type and access level shown below.
BPIQ Apex Subscription
Apex includes only the Catalysts and Historical Catalysts API endpoints. Trial access has the time-window limits shown below; paid Apex has full access to both catalyst endpoints. Apex subscribers also receive full access to the BPIQ MCP toolset.
View Apex subscriptionsDedicated API Subscription
API Non-Premium includes only the standard access shown below. API Premium unlocks the complete API endpoint set and full access to the BPIQ MCP toolset.
Submit the API access formRequest rate limits
Limits apply per minute according to your active subscription and access level.
Apex Trial
10requests/minute
Apex Paid
15requests/minute
API Non-Premium
10requests/minute
API Premium
30requests/minute
Endpoint access limits
“Next 30 days” applies to upcoming catalysts; “Last 30 days” applies to historical catalyst records.
| Endpoint | Apex Trial | Apex Paid | API Non-Premium | API Premium |
|---|---|---|---|---|
/api/v1/info/catalysts/ | Next 30 days only | Full access | Next 30 days only | Full access |
/api/v1/info/drugs/ | No access | No access | Full access | Full access |
/api/v1/info/historical-catalysts/ | Last 30 days only | Full access | No access | Full access |
/api/v1/info/clinical-trials/ | No access | No access | No access | Full access |
/api/v1/info/hedge-fund-holdings/ | No access | No access | No access | Full access |
/api/v1/info/all-companies/ | No access | No access | No access | Full access |
Authentication
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/catalysts?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.
Full MCP access is included with BPIQ Apex and Premium API Subscriptions.
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. |
