search_publications

Pack: nih-reporter · Endpoint: https://gateway.pipeworx.io/nih-reporter/mcp

Search publications acknowledging NIH funding. Filter by PMID, application ID, or core project number. Useful for “what came out of this grant” follow-ups.

Parameters

NameTypeRequiredDescription
pmidsstringnoComma-separated PubMed IDs
appl_idsstringnoComma-separated NIH application IDs
core_project_numsstringnoComma-separated core project numbers (e.g., “R01CA123456”)
limitnumbernoResults per page (1-500, default 25)
offsetnumbernoPagination offset

Example call

curl -X POST https://gateway.pipeworx.io/nih-reporter/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_publications","arguments":{}}}'

Connect

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

{
  "mcpServers": {
    "nih-reporter": {
      "url": "https://gateway.pipeworx.io/nih-reporter/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026