europepmc_trial_evidence_map

Pack: europepmc · Endpoint: https://gateway.pipeworx.io/europepmc/mcp

Map publications that explicitly mention a ClinicalTrials.gov NCT identifier. Summarizes publication types, years, citation counts, preprints, and linked status notices. A mention can be background or secondary analysis—not necessarily the primary trial result.

Parameters

NameTypeRequiredDescription
nct_idstringyesClinicalTrials.gov identifier, e.g. NCT03504397.
limitnumberno1–100, default 50.

Example call

Arguments

{
  "nct_id": "NCT03504397",
  "limit": 50
}

curl

curl -X POST https://gateway.pipeworx.io/europepmc/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"europepmc_trial_evidence_map","arguments":{"nct_id":"NCT03504397","limit":50}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('europepmc_trial_evidence_map', {
  "nct_id": "NCT03504397",
  "limit": 50
});

Connect

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

{
  "mcpServers": {
    "europepmc": {
      "url": "https://gateway.pipeworx.io/europepmc/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 6, 2026