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

NameTypeRequiredDescription
querystringnoFree-text search across title, abstract, terms
pi_namestringnoPI last name (or any name part)
organizationstringnoInstitution name (e.g., “Stanford University”)
fiscal_yearnumbernoFiscal year (e.g., 2024)
statestringnoUS state code (e.g., “CA”)
icstringnoNIH Institute/Center code (e.g., “NCI”, “NHLBI”, “NIMH”)
limitnumbernoResults per page (1-500, default 25)
offsetnumbernoPagination 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.

Regenerated from source · build May 12, 2026