Texas Procurement
live GovernmentProcurementTexas state procurement MCP — search DIR Cooperative Contract vendor-sales awards (10.7M rows, FY2010-2025) by vendor, agency, keyword, contract, or fiscal year, ranked by dollar amount; plus per-vendor spend rollups. Keyless (data.texas.gov).
Tools
tx_procurement_awards Search TEXAS STATE government contract awards & purchases from the official Texas Department of Information Resources (DIR) Cooperative Contract Sales data on data.texas.gov. Each result is a purchase
No parameters required.
Try it
tx_procurement_vendor 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/purchas
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/tx-procurement/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' curl -X POST https://gateway.pipeworx.io/tx-procurement/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"tx_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("tx_procurement_awards", {}); // Or ask in plain English:
const answer = await px.ask("texas state procurement mcp — search dir cooperative contract vendor-sales awards (10"); Related packs
Other Pipeworx packs in the same categories (Government, Procurement):