You're viewing a demo portfolio

Join the waitlist
PRSM

search_awards

Active

Tool of Nsf Awards

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Nsf Awards

https://github.com/pipeworx-io/mcp-nsf-awards

1/7 registries
View full server →