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

NameTypeRequiredDescription
departmentstringnoOptional: restrict to one awarding department/agency (case-insensitive substring), e.g. “Health Care Services”.
fiscal_yearstringnoOptional exact fiscal year, e.g. “2014-2015”.
acquisition_typestringnoOptional acquisition-type substring, e.g. “IT Goods”, “IT Services”.
keywordstringnoOptional item name/description substring, e.g. “software”, “consulting”.
limitnumber,stringnoHow 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.

Regenerated from source · build July 21, 2026