ca_procurement_top_suppliers
Pack: ca-procurement · Endpoint: https://gateway.pipeworx.io/ca-procurement/mcp
Rank the biggest suppliers (vendors) to the State of California by total contract/purchase-order dollars, from the SCPRS purchase-order data on data.ca.gov. Answers “who are California’s largest state contractors / award winners”, optionally scoped to a department/agency, a fiscal year, an acquisition type, or an item keyword. Returns each supplier with total dollars awarded and purchase-order count, largest first. This is CALIFORNIA STATE data (not federal).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
department | string | no | Optional: restrict to one awarding department/agency (case-insensitive substring), e.g. “Health Care Services”. |
fiscal_year | string | no | Optional exact fiscal year, e.g. “2014-2015”. |
acquisition_type | string | no | Optional acquisition-type substring, e.g. “IT Goods”, “IT Services”. |
keyword | string | no | Optional item name/description substring, e.g. “software”, “consulting”. |
limit | number,string | no | How many top suppliers to return (default 20, max 100). |
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_top_suppliers","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.