Documentation navigation
Government Context MCP
gc_get_grant
Get a grant opportunity
One federal grant opportunity from Grants.gov: deadlines, award ceiling/floor, estimated funding, eligibility, funding instruments, and policy topics. Paid dataset — free plans get existence and title. Ids from gc_search (types: ["grant"]).
Input
| Parameter | Type | Description |
|---|---|---|
| idRequired | string | Grant opportunity id (from gc_search). |
Annotations
{
"readOnlyHint": true,
"idempotentHint": true,
"openWorldHint": false
}Examples
One grant opportunity
Deadlines, award amounts, and topics. Grants are a paid dataset.
{
"id": "GRANT-1"
}{
"type": "grant",
"id": "GRANT-1",
"title": "Clean Air Monitoring Grants",
"opportunity_number": "EPA-AIR-26-001",
"status": "posted",
"sections": {
"overview": {
"post_date": "2026-06-15",
"close_date": "2026-08-15",
"close_date_desc": null,
"award_ceiling": "500000",
"award_floor": null,
"estimated_total_funding": "5000000",
"expected_awards": null,
"cost_sharing": null,
"funding_instruments": [],
"eligible_applicants": []
},
"topics": [
{
"id": "air-quality",
"name": "Air Quality"
}
],
"description": "Funding for local air quality monitoring networks."
},
"agency": "EPA",
"followable": false,
"source": "grants.gov",
"links": {
"governmentcontext": "https://governmentcontext.com/grants/GRANT-1"
}
}