get_opportunity
Pack: grants-gov · Endpoint: https://gateway.pipeworx.io/grants-gov/mcp
Fetch full details for a Grants.gov opportunity by ID. Returns synopsis text, eligibility, award ceiling/floor, attachments, contact info, and version history.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
opportunity_id | number | yes | Numeric opportunity ID (returned by search_opportunities as “id”) |
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":"get_opportunity","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.