You're viewing a demo portfolio

Join the waitlist
PRSM

search_opportunities

Active

Tool of Grants Gov

declared in 0.1.0

Search Grants.gov for currently-open or recently-closed federal funding opportunities. Filter by keyword, opportunity status, agency code, funding category, or date range. Returns opportunity number, title, agency, open/close dates, and assistance listing numbers (formerly CFDA).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "limit": 25,
      "status": "posted",
      "keyword": "climate resilience",
      "agencies": "EPA,NOAA",
      "funding_categories": "ENV"
    },
    {
      "aln": "47.041",
      "limit": 50,
      "offset": 0,
      "status": "posted|forecasted",
      "keyword": "research"
    }
  ],
  "required": [],
  "properties": {
    "aln": {
      "type": "string",
      "description": "Assistance Listing Number / CFDA number (e.g., \"10.001\")"
    },
    "limit": {
      "type": "number",
      "description": "Rows per page (1-1000, default 25)"
    },
    "offset": {
      "type": "number",
      "description": "0-based start record (default 0)"
    },
    "status": {
      "type": "string",
      "description": "forecasted | posted | closed | archived (default posted; use a pipe to combine, e.g. \"posted|forecasted\")"
    },
    "keyword": {
      "type": "string",
      "description": "Full-text query"
    },
    "agencies": {
      "type": "string",
      "description": "Comma-separated agency codes (e.g., \"EPA,USDA,NIH\")"
    },
    "funding_categories": {
      "type": "string",
      "description": "Comma-separated category codes (e.g., \"ED\" education, \"ENV\" environment, \"ST\" science)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Grants Gov

https://github.com/pipeworx-io/mcp-grants-gov

1/7 registries
View full server →