pharma_sponsor_diligence

Pack: pharma-intel · Endpoint: https://gateway.pipeworx.io/pharma-intel/mcp

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.

Parameters

NameTypeRequiredDescription
sponsorstringyesPharmaceutical company or trial sponsor.
sincestringnoRegistry-activity start date, YYYY-MM-DD (default 180 days ago).

Example call

Arguments

{
  "sponsor": "Vertex Pharmaceuticals",
  "since": "2026-01-01"
}

curl

curl -X POST https://gateway.pipeworx.io/pharma-intel/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"pharma_sponsor_diligence","arguments":{"sponsor":"Vertex Pharmaceuticals","since":"2026-01-01"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('pharma_sponsor_diligence', {
  "sponsor": "Vertex Pharmaceuticals",
  "since": "2026-01-01"
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "pharma-intel": {
      "url": "https://gateway.pipeworx.io/pharma-intel/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026