search_awards
ActiveTool of Nsf Awards
Search NSF awards. Filter by keyword (matches title/abstract), PI name, awardee institution, NSF program, date range, US state, or country. Returns title, PI, awardee, amount, dates, program. Use get_award for full abstract + outcomes report.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"state": "CA",
"keyword": "machine learning",
"program": "Algorithms in the Field"
},
{
"limit": 25,
"awardee": "MIT",
"pi_name": "Smith",
"date_end": "12/31/2023",
"date_start": "01/01/2022"
}
],
"required": [],
"properties": {
"limit": {
"type": "number",
"description": "Results per page (1-25, default 25 — NSF max)"
},
"state": {
"type": "string",
"description": "Awardee US state code (e.g., \"CA\")"
},
"offset": {
"type": "number",
"description": "Pagination offset (default 1)"
},
"awardee": {
"type": "string",
"description": "Awardee institution name"
},
"country": {
"type": "string",
"description": "Awardee country code (e.g., \"US\")"
},
"keyword": {
"type": "string",
"description": "Search term (title + abstract)"
},
"pi_name": {
"type": "string",
"description": "PI full or last name"
},
"program": {
"type": "string",
"description": "NSF program name (e.g., \"Algorithms in the Field\")"
},
"date_end": {
"type": "string",
"description": "Award start date <= MM/DD/YYYY"
},
"date_start": {
"type": "string",
"description": "Award start date >= MM/DD/YYYY"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nsf Awards
https://github.com/pipeworx-io/mcp-nsf-awards
1/7 registries