ca_procurement_awards
Pack: ca-procurement · Endpoint: https://gateway.pipeworx.io/ca-procurement/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
supplier | string | no | Winning supplier / vendor name to match (case-insensitive substring), e.g. “Microsoft”, “Pitney Bowes”. |
department | string | no | Awarding State department / agency name (case-insensitive substring), e.g. “Health Care Services”, “Transportation”. |
keyword | string | no | Case-insensitive substring to match against the item name/description, e.g. “laptop”, “consulting”. |
fiscal_year | string | no | Exact state fiscal year, e.g. “2014-2015” (available: 2012-2013, 2013-2014, 2014-2015). |
acquisition_type | string | no | Acquisition type substring, e.g. “IT Goods”, “NON-IT Services”, “IT Services”. |
min_amount | number,string | no | Only return awards whose total price is at least this many dollars, e.g. 100000. |
sort | string | no | Sort order: “amount” = largest award first (default), “date” = most recent creation date first. |
limit | number,string | no | Max records to return (default 20, max 100). |
offset | number,string | no | Number of records to skip for pagination (default 0). |
Example call
curl -X POST https://gateway.pipeworx.io/ca-procurement/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ca_procurement_awards","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ca-procurement": {
"url": "https://gateway.pipeworx.io/ca-procurement/mcp"
}
}
}
See Getting Started for client-specific install steps.