govcon_search_contract_awards
ActiveTool of DataNexus MCP
Search government contract awards by keyword, agency, and date range. keyword: Contract scope e.g. "cybersecurity software". agency: Awarding agency e.g. "Department of Defense". Optional. date_from: Earliest award date ISO 8601 e.g. "2024-01-31". Optional. jurisdiction: "US", "EU", or "UK". Default "US". Returns: award amounts, recipient vendors, NAICS codes, award dates. Use govcon_fetch_vendor_contract_history for all contracts by a specific vendor. Use govcon_fetch_open_solicitations for active bids, not past awards. Source: USASpending.gov + SAM.gov. 4-hour cache. Example: search_contract_awards(keyword="cybersecurity software", agency="Department of Defense")
Parameters schema
{
"type": "object",
"required": [
"keyword"
],
"properties": {
"agency": {
"type": "string",
"default": "",
"description": "Awarding agency name e.g. Department of Defense. Optional."
},
"keyword": {
"type": "string",
"description": "Search terms describing the contract scope e.g. cybersecurity software. Required."
},
"date_from": {
"type": "string",
"default": "",
"description": "Earliest award date ISO 8601 e.g. 2024-01-31. Optional."
},
"jurisdiction": {
"type": "string",
"default": "US",
"description": "Jurisdiction: US, EU, or UK. Default US. Optional."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
DataNexus MCP
1/7 registries