search_opportunities

Pack: grants-gov · Endpoint: https://gateway.pipeworx.io/grants-gov/mcp

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

NameTypeRequiredDescription
keywordstringnoFull-text query
statusstringnoforecasted | posted | closed | archived (default posted; use a pipe to combine, e.g. “posted|forecasted”)
agenciesstringnoComma-separated agency codes (e.g., “EPA,USDA,NIH”)
funding_categoriesstringnoComma-separated category codes (e.g., “ED” education, “ENV” environment, “ST” science)
alnstringnoAssistance Listing Number / CFDA number (e.g., “10.001”)
limitnumbernoRows per page (1-1000, default 25)
offsetnumberno0-based start record (default 0)

Example call

curl -X POST https://gateway.pipeworx.io/grants-gov/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_opportunities","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "grants-gov": {
      "url": "https://gateway.pipeworx.io/grants-gov/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026