California Procurement

live GovernmentProcurement

California state procurement MCP — search State Contract & Procurement Registration System (SCPRS) awards and purchase orders by supplier, agency, keyword, or fiscal year, ranked by dollar amount; plus per-supplier spend rollups. Keyless (data.ca.gov). Coverage FY2012-13 to 2014-15.

5 tools
0ms auth
free tier 50 calls/day

Tools

ca_procurement_awards

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

No parameters required.

Try it
ca_procurement_supplier

Aggregate a supplier's California STATE contract awards from the SCPRS purchase-order data on data.ca.gov: total dollars awarded, number of purchase orders, and a breakdown by awarding department (age

No parameters required.

Try it
ca_procurement_top_suppliers

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

No parameters required.

Try it
ca_procurement_department

Profile a California STATE department/agency's procurement spend from the SCPRS purchase-order data on data.ca.gov: total dollars, purchase-order count, top suppliers (vendors) it buys from, top commo

No parameters required.

Try it
ca_procurement_commodities

Rank what the State of California spends the most on, by commodity category (UNSPSC commodity title), from the SCPRS purchase-order data on data.ca.gov. Returns each category with total dollars and pu

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/ca-procurement/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/ca-procurement/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"ca_procurement_awards","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("ca_procurement_awards", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("california state procurement mcp — search state contract & procurement registration system (scprs) awards and purchase orders by supplier, agency, keyword, or fiscal year, ranked by dollar amount; plus per-supplier spend rollups");

Related packs

Other Pipeworx packs in the same categories (Government, Procurement):