premium-data__search_government_contracts
ActiveTool of com.thenextgennexus/enterprise-mcp-gateway
[Premium Data] Search US federal government contracts, grants, and spending data from USASpending.gov. Args: keyword: Search keyword (e.g., 'cybersecurity', 'cloud computing', 'AI') agency: Filter by agency (e.g., 'Department of Defense') award_type: Type: contracts, grants, loans, or all min_amount: Minimum award amount in USD max_results: Max results (default 20)
Parameters schema
{
"type": "object",
"required": [
"keyword"
],
"properties": {
"agency": {
"type": "string",
"default": ""
},
"keyword": {
"type": "string"
},
"award_type": {
"type": "string",
"default": "contracts"
},
"min_amount": {
"type": "integer",
"default": 0
},
"max_results": {
"type": "integer",
"default": 20
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.thenextgennexus/enterprise-mcp-gateway
1/7 registries