search_opportunities
ActiveTool of Grants Gov
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Grants Gov
https://github.com/pipeworx-io/mcp-grants-gov
1/7 registries