You're viewing a demo portfolio

Join the waitlist
PRSM

ct_sponsor_trials

Active

Tool of mcp-clinicaltrials

declared in 0.1.0

List all trials by sponsor or organization name. Returns status, phase, and conditions to map research pipelines.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 25,
      "sponsor": "Pfizer"
    },
    {
      "phase": "PHASE4",
      "status": "COMPLETED",
      "sponsor": "Novo Nordisk"
    }
  ],
  "required": [
    "sponsor"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 20)"
    },
    "phase": {
      "type": "string",
      "description": "Optional phase filter"
    },
    "status": {
      "type": "string",
      "description": "Optional status filter"
    },
    "sponsor": {
      "type": "string",
      "description": "Sponsor or company name (e.g., \"Pfizer\", \"Novo Nordisk\", \"Moderna\")"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-clinicaltrials

https://github.com/pipeworx-io/mcp-clinicaltrials

2/7 registries
View full server →
ct_sponsor_trials — mcp-clinicaltrials — PRSM MCP