MCP server exposing 6 tools for pharma-intel.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/pharma-intel/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
pharma_drug_profile — Look up a drug's FDA approval status, dosage forms, interactions, and active trials. Returns approval dates, formulations, known drug interactions, and ongoing trial details. E.g., search "ozempic" or "metformin".pharma_pipeline_scan — Search clinical trials by condition (e.g., "lung cancer") or sponsor (e.g., "Pfizer"). Returns trial phases, recruitment status, and approved treatments for that indication. Pass status and phase together to answer combined questions like "how many Phase 3 obesity trials are recruiting" with the true intersection count plus a lead-sponsor tally.pharma_pipeline_catalysts — Build a sponsor catalyst-monitoring view from ClinicalTrials.gov and Drugs@FDA. Returns upcoming Phase 2/3 primary-completion dates, recently completed trials for results/disclosure follow-up, and sponsor-linked FDA applications for event-driven biotech research. Trials are those the named company LEADS as registered sponsor; a study another organisation runs using its drug belongs to that organisation and is not returned here.pharma_safety_report — Check adverse event frequency, severity patterns, and contraindications for a drug. Returns safety profiles, risk data, and recall history. E.g., search "aspirin".pharma_sponsor_diligence — Build a pharmaceutical sponsor diligence view from ClinicalTrials.gov, Drugs@FDA, and PubMed. Returns pipeline composition, recent registry activity, FDA applications, and recent affiliation-linked literature for company research.pharma_indication_landscape — Build a disease-area landscape from registered interventional trials, FDA indication-label matches, and PubMed literature. Returns sponsor, phase, status, intervention, approved-label, and publication evidence for indication research.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/pharma-intel/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io