search_publications
ActiveTool of Nih Reporter
declared in 0.1.0
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 schema
{
"type": "object",
"examples": [
{
"limit": 25,
"appl_ids": "10812345,10812346"
},
{
"limit": 50,
"pmids": "35641234,35641235"
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Results per page (1-500, default 25)"
},
"pmids": {
"type": "string",
"description": "Comma-separated PubMed IDs"
},
"offset": {
"type": "number",
"description": "Pagination offset"
},
"appl_ids": {
"type": "string",
"description": "Comma-separated NIH application IDs"
},
"core_project_nums": {
"type": "string",
"description": "Comma-separated core project numbers (e.g., \"R01CA123456\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nih Reporter
https://github.com/pipeworx-io/mcp-nih-reporter
1/7 registries