get_award
Pack: nsf-awards · Endpoint: https://gateway.pipeworx.io/nsf-awards/mcp
Fetch a single NSF award by ID. Returns full abstract, project outcomes report (if completed), and detailed PI/awardee info.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
award_id | string | yes | NSF award ID (numeric string) |
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":"get_award","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.