ca_procurement_awards
ActiveTool of Ca Procurement
Search California STATE government contract awards & purchase orders from the official State Contract and Procurement Registration System (SCPRS) on data.ca.gov. Each result is a State purchase order / award with its awarding department (agency), the winning supplier (vendor), the dollar amount, acquisition type/method, item description, and dates. Filter by supplier, department/agency, keyword, fiscal year, acquisition type, and/or a minimum amount; results are ranked by dollar amount (biggest awards first) by default. Use this for questions like "who won California state contracts", "biggest suppliers to the CA Department of Health Care Services", or "CA state purchase orders for laptops". This is CALIFORNIA STATE data (not federal).
Parameters schema
{
"type": "object",
"properties": {
"sort": {
"enum": [
"amount",
"date"
],
"type": "string",
"description": "Sort order: \"amount\" = largest award first (default), \"date\" = most recent creation date first."
},
"limit": {
"type": [
"number",
"string"
],
"description": "Max records to return (default 20, max 100)."
},
"offset": {
"type": [
"number",
"string"
],
"description": "Number of records to skip for pagination (default 0)."
},
"keyword": {
"type": "string",
"description": "Case-insensitive substring to match against the item name/description, e.g. \"laptop\", \"consulting\"."
},
"supplier": {
"type": "string",
"description": "Winning supplier / vendor name to match (case-insensitive substring), e.g. \"Microsoft\", \"Pitney Bowes\"."
},
"department": {
"type": "string",
"description": "Awarding State department / agency name (case-insensitive substring), e.g. \"Health Care Services\", \"Transportation\"."
},
"min_amount": {
"type": [
"number",
"string"
],
"description": "Only return awards whose total price is at least this many dollars, e.g. 100000."
},
"fiscal_year": {
"type": "string",
"description": "Exact state fiscal year, e.g. \"2014-2015\" (available: 2012-2013, 2013-2014, 2014-2015)."
},
"acquisition_type": {
"type": "string",
"description": "Acquisition type substring, e.g. \"IT Goods\", \"NON-IT Services\", \"IT Services\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ca Procurement
https://github.com/pipeworx-io/mcp-ca-procurement
1/7 registries