tx_procurement_vendor

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

Aggregate a vendor’s TEXAS STATE cooperative-contract sales from the DIR Vendor Sales Report data on data.texas.gov: total dollars sold, number of purchase records, and a breakdown by awarding/purchasing agency (customer), by DIR contract, and by fiscal year. Matches the vendor name as a case-insensitive substring, so it also surfaces name variants (e.g. “Dell” matches “Dell Marketing LP”). Use this to size up a single vendor’s business with the State of Texas. This is TEXAS STATE data (not federal).

Parameters

NameTypeRequiredDescription
vendorstringyesVendor / supplier name to aggregate (case-insensitive substring), e.g. “Dell”, “Oracle”, “AT&T”.
fiscal_yearnumber,stringnoOptional: restrict to one fiscal year, e.g. 2024.

Example call

curl -X POST https://gateway.pipeworx.io/tx-procurement/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"tx_procurement_vendor","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "tx-procurement": {
      "url": "https://gateway.pipeworx.io/tx-procurement/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 14, 2026