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

NameTypeRequiredDescription
supplierstringnoWinning supplier / vendor name to match (case-insensitive substring), e.g. “Microsoft”, “Pitney Bowes”.
departmentstringnoAwarding State department / agency name (case-insensitive substring), e.g. “Health Care Services”, “Transportation”.
keywordstringnoCase-insensitive substring to match against the item name/description, e.g. “laptop”, “consulting”.
fiscal_yearstringnoExact state fiscal year, e.g. “2014-2015” (available: 2012-2013, 2013-2014, 2014-2015).
acquisition_typestringnoAcquisition type substring, e.g. “IT Goods”, “NON-IT Services”, “IT Services”.
min_amountnumber,stringnoOnly return awards whose total price is at least this many dollars, e.g. 100000.
sortstringnoSort order: “amount” = largest award first (default), “date” = most recent creation date first.
limitnumber,stringnoMax records to return (default 20, max 100).
offsetnumber,stringnoNumber 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.

Regenerated from source · build July 14, 2026