Skip to main content
Glama

NIH RePORTER MCP

by jbdamask

search_projects

Search NIH-funded projects using advanced filters like fiscal years, PI names, organization details, funding mechanisms, and COVID-19 response categories to find relevant research data.

Instructions

Search for NIH funded projects with advanced criteria Args: fiscal_years: Comma-separated list of fiscal years (e.g., "2022,2023") pi_names: Comma-separated list of PI names (will match any of the names) organization: Name of the organization org_state: Two-letter state code (e.g., "CA", "NY") org_city: City name org_type: Organization type org_department: Department name min_amount: Minimum award amount max_amount: Maximum award amount covid_response: COVID-19 response category (options: "Reg-CV", "CV", "C3", "C4", "C5", "C6") funding_mechanism: Type of funding (e.g., "R01", "F32", "K99") ic_code: Institute or Center code (e.g., "NCI", "NIMH") rcdc_terms: Comma-separated RCDC terms for research categorization start_date: Project start date (YYYY-MM-DD) end_date: Project end date (YYYY-MM-DD) newly_added_only: Only show recently added projects include_abstracts: Include project abstracts in results limit: Maximum number of results to return (default: 10, max: 50)

Input Schema

NameRequiredDescriptionDefault
covid_responseNo
end_dateNo
fiscal_yearsNo
funding_mechanismNo
ic_codeNo
include_abstractsNo
limitNo
max_amountNo
min_amountNo
newly_added_onlyNo
org_cityNo
org_departmentNo
org_stateNo
org_typeNo
organizationNo
pi_namesNo
rcdc_termsNo
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "covid_response": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Covid Response" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "fiscal_years": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Fiscal Years" }, "funding_mechanism": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Funding Mechanism" }, "ic_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Ic Code" }, "include_abstracts": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": true, "title": "Include Abstracts" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "title": "Limit" }, "max_amount": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Max Amount" }, "min_amount": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Min Amount" }, "newly_added_only": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "title": "Newly Added Only" }, "org_city": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Org City" }, "org_department": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Org Department" }, "org_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Org State" }, "org_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Org Type" }, "organization": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Organization" }, "pi_names": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pi Names" }, "rcdc_terms": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Rcdc Terms" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "title": "search_projectsArguments", "type": "object" }
Install Server

Other Tools from NIH RePORTER MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbdamask/mcp-nih-reporter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server