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
| Name | Type | Required | Description |
|---|---|---|---|
pmids | string | no | Comma-separated PubMed IDs |
appl_ids | string | no | Comma-separated NIH application IDs |
core_project_nums | string | no | Comma-separated core project numbers (e.g., “R01CA123456”) |
limit | number | no | Results per page (1-500, default 25) |
offset | number | no | Pagination 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.