search_grants
Pack: nih-reporter · Endpoint: https://gateway.pipeworx.io/nih-reporter/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search across title, abstract, terms |
pi_name | string | no | PI last name (or any name part) |
organization | string | no | Institution name (e.g., “Stanford University”) |
fiscal_year | number | no | Fiscal year (e.g., 2024) |
state | string | no | US state code (e.g., “CA”) |
ic | string | no | NIH Institute/Center code (e.g., “NCI”, “NHLBI”, “NIMH”) |
limit | number | no | Results per page (1-500, default 25) |
offset | number | no | Pagination offset (default 0) |
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_grants","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.