search_awards
Pack: nsf-awards · Endpoint: https://gateway.pipeworx.io/nsf-awards/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Search term (title + abstract) |
pi_name | string | no | PI full or last name |
awardee | string | no | Awardee institution name |
program | string | no | NSF program name (e.g., “Algorithms in the Field”) |
state | string | no | Awardee US state code (e.g., “CA”) |
country | string | no | Awardee country code (e.g., “US”) |
date_start | string | no | Award start date >= MM/DD/YYYY |
date_end | string | no | Award start date <= MM/DD/YYYY |
limit | number | no | Results per page (1-25, default 25 — NSF max) |
offset | number | no | Pagination offset (default 1) |
Example call
curl -X POST https://gateway.pipeworx.io/nsf-awards/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_awards","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nsf-awards": {
"url": "https://gateway.pipeworx.io/nsf-awards/mcp"
}
}
}
See Getting Started for client-specific install steps.