gov_contracts_search
ActiveTool of Us Gov Contracts
Search AWARDED US state & local government contracts, normalized across jurisdictions (keyless open data). Filter by vendor (winning supplier), keyword (contract title/description), awarding agency, and minimum dollar amount. Covers state and county contract registries — pass a `jurisdiction` key (see gov_contracts_jurisdictions) to target one, or omit it to search all covered jurisdictions at once. Returns each contract with its ID, vendor, title, agency, amount, and dates. This is STATE/LOCAL award data (for federal contracts use USAspending/SAM tools).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": [
"number",
"string"
],
"description": "Max contracts per jurisdiction (default 20, max 100)."
},
"agency": {
"type": "string",
"description": "Awarding agency/department to match (case-insensitive substring). Not all jurisdictions carry an agency field."
},
"vendor": {
"type": "string",
"description": "Winning vendor/supplier name to match (case-insensitive substring), e.g. \"Microsoft\"."
},
"keyword": {
"type": "string",
"description": "Match against contract title/description (case-insensitive substring), e.g. \"software\", \"road\"."
},
"min_amount": {
"type": [
"number",
"string"
],
"description": "Only contracts whose value is at least this many dollars."
},
"jurisdiction": {
"type": "string",
"description": "Jurisdiction key to target (e.g. \"tx\", \"wa\", \"king-county-wa\"). Omit to search all covered jurisdictions. Use gov_contracts_jurisdictions to list keys."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Us Gov Contracts
https://github.com/pipeworx-io/mcp-us-gov-contracts
1/7 registries