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
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Full-text query |
status | string | no | forecasted | posted | closed | archived (default posted; use a pipe to combine, e.g. “posted|forecasted”) |
agencies | string | no | Comma-separated agency codes (e.g., “EPA,USDA,NIH”) |
funding_categories | string | no | Comma-separated category codes (e.g., “ED” education, “ENV” environment, “ST” science) |
aln | string | no | Assistance Listing Number / CFDA number (e.g., “10.001”) |
limit | number | no | Rows per page (1-1000, default 25) |
offset | number | no | 0-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.