ca_procurement_supplier

Pack: ca-procurement · Endpoint: https://gateway.pipeworx.io/ca-procurement/mcp

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 (agency) and by fiscal year. Matches the supplier name as a case-insensitive substring, so it also surfaces name variants (e.g. “Pitney Bowes” vs “Pitney Bowes, Inc”). Use this to size up a single vendor’s business with the State of California. This is CALIFORNIA STATE data (not federal).

Parameters

NameTypeRequiredDescription
supplierstringyesSupplier / vendor name to aggregate (case-insensitive substring), e.g. “Deloitte”, “Dell”.
fiscal_yearstringnoOptional: restrict to one fiscal year, e.g. “2014-2015”.

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_supplier","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