gov_spending_search
ActiveTool of Us Gov Contracts
Search US STATE government spending / vendor payments — the 'checkbook' data of what an agency actually PAID a vendor (distinct from an awarded contract's value). Keyless. Filter by vendor, awarding agency, spending category keyword, and minimum amount. Pass a `jurisdiction` key (see gov_contracts_jurisdictions) to target one state, or omit it to search all covered states. Returns vendor, agency, amount, category, and fiscal year. Use gov_contracts_search for awarded contracts; use this for actual payments/expenditures.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": [
"number",
"string"
],
"description": "Max records per state (default 20, max 100)."
},
"agency": {
"type": "string",
"description": "Paying agency/department to match (case-insensitive substring)."
},
"vendor": {
"type": "string",
"description": "Vendor/payee name to match (case-insensitive substring)."
},
"keyword": {
"type": "string",
"description": "Match against the spending category/description (case-insensitive substring)."
},
"min_amount": {
"type": [
"number",
"string"
],
"description": "Only payments of at least this many dollars."
},
"jurisdiction": {
"type": "string",
"description": "State key to target (e.g. \"nj\", \"vt\", \"or\", \"md\", \"mo\"). Omit to search all covered states."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Us Gov Contracts
https://github.com/pipeworx-io/mcp-us-gov-contracts
1/7 registries