ca_procurement_supplier
ActiveTool of Ca Procurement
Aggregate a supplier's California STATE contract awards from the SCPRS purchase-order data on data.ca.gov: total dollars awarded, number of purchase orders, and a breakdown by awarding department (agency) and by fiscal year. Matches the supplier name as a case-insensitive substring, so it also surfaces name variants (e.g. "Pitney Bowes" vs "Pitney Bowes, Inc"). Use this to size up a single vendor's business with the State of California. This is CALIFORNIA STATE data (not federal).
Parameters schema
{
"type": "object",
"required": [
"supplier"
],
"properties": {
"supplier": {
"type": "string",
"description": "Supplier / vendor name to aggregate (case-insensitive substring), e.g. \"Deloitte\", \"Dell\"."
},
"fiscal_year": {
"type": "string",
"description": "Optional: restrict to one fiscal year, e.g. \"2014-2015\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ca Procurement
https://github.com/pipeworx-io/mcp-ca-procurement
1/7 registries