California Procurement
live GovernmentProcurementCalifornia 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.
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
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/ca-procurement/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' 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.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("ca_procurement_awards", {}); // 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):