europepmc_research_affiliation_profile

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

Summarize publications whose author affiliations match an organization, optionally within a topic. Reports authors, journals, publication types, years, and citations from a bounded sample; affiliation text is not proof of sponsorship, ownership, or institutional endorsement.

Parameters

NameTypeRequiredDescription
affiliationstringyes
querystringno
from_yearnumberno
to_yearnumberno
limitnumbernoSample size, 1–100 (default 100).

Example call

Arguments

{
  "affiliation": "Novo Nordisk",
  "query": "semaglutide",
  "from_year": 2020,
  "to_year": 2026
}

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_research_affiliation_profile","arguments":{"affiliation":"Novo Nordisk","query":"semaglutide","from_year":2020,"to_year":2026}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('europepmc_research_affiliation_profile', {
  "affiliation": "Novo Nordisk",
  "query": "semaglutide",
  "from_year": 2020,
  "to_year": 2026
});

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