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

NameTypeRequiredDescription
keywordstringnoSearch term (title + abstract)
pi_namestringnoPI full or last name
awardeestringnoAwardee institution name
programstringnoNSF program name (e.g., “Algorithms in the Field”)
statestringnoAwardee US state code (e.g., “CA”)
countrystringnoAwardee country code (e.g., “US”)
date_startstringnoAward start date >= MM/DD/YYYY
date_endstringnoAward start date <= MM/DD/YYYY
limitnumbernoResults per page (1-25, default 25 — NSF max)
offsetnumbernoPagination 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.

Regenerated from source · build May 12, 2026