govcon_opportunity_scan
ActiveTool of Govcon Intel
Search open government contracts and grants by keyword or agency. Returns matching opportunities, set-asides (e.g., 8(a), HUBZone, SDVOSB), deadline dates, and active SBIR solicitations. The open- and set-aside-opportunity legs query SAM.gov, which requires a free API key — pass it via _apiKey or those legs return unavailable with a reason. SBIR solicitations and recent awards work without a key.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-govcon-intel-api-key",
"keywords": "cybersecurity",
"set_aside": "8A"
},
{
"keywords": "AI machine learning cloud infrastructure"
}
],
"required": [
"keywords"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "SAM.gov API key — free at https://sam.gov. Required to retrieve open/set-aside opportunities; without it those legs return unavailable."
},
"keywords": {
"type": "string",
"description": "Search keywords (e.g., \"cybersecurity\", \"AI machine learning\", \"cloud infrastructure\")"
},
"set_aside": {
"type": "string",
"description": "Set-aside type filter (e.g., \"SBA\", \"8A\", \"HUBZone\", \"SDVOSB\", \"WOSB\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Govcon Intel
https://github.com/pipeworx-io/mcp-govcon-intel
1/7 registries