search_grants
ActiveTool of Nih Reporter
Search NIH-funded research projects. Filter by free-text query (matches title/abstract/terms), PI name, organization, fiscal year, US state, or NIH institute code (NCI, NHLBI, NIAID, etc.). Returns project number, PI, institution, fiscal year, award amount, and abstract preview.
Parameters schema
{
"type": "object",
"examples": [
{
"ic": "NCI",
"limit": 25,
"query": "cancer immunotherapy",
"fiscal_year": 2024
},
{
"limit": 50,
"state": "CA",
"pi_name": "Smith",
"organization": "Stanford University"
}
],
"required": [],
"properties": {
"ic": {
"type": "string",
"description": "NIH Institute/Center code (e.g., \"NCI\", \"NHLBI\", \"NIMH\")"
},
"limit": {
"type": "number",
"description": "Results per page (1-500, default 25)"
},
"query": {
"type": "string",
"description": "Free-text search across title, abstract, terms"
},
"state": {
"type": "string",
"description": "US state code (e.g., \"CA\")"
},
"offset": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"pi_name": {
"type": "string",
"description": "PI last name (or any name part)"
},
"fiscal_year": {
"type": "number",
"description": "Fiscal year (e.g., 2024)"
},
"organization": {
"type": "string",
"description": "Institution name (e.g., \"Stanford University\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Nih Reporter
https://github.com/pipeworx-io/mcp-nih-reporter
1/7 registries