New York Procurement

live GovernmentProcurement

New York state procurement MCP — search Public Authorities (ABO §2800) contract awards (FY2017-2024, incl. MTA/Thruway/Power Authority) by vendor, agency, keyword, type, or fiscal year, ranked by amount; plus per-vendor rollups. Keyless (data.ny.gov).

2 tools
0ms auth
free tier 50 calls/day

Tools

ny_procurement_awards

Search NEW YORK STATE government contract awards & procurement from the official Procurement Report for State Authorities on data.ny.gov (the §2800 Public Authorities Law filings collected by the NY A

No parameters required.

Try it
ny_procurement_vendor

Aggregate a vendor's NEW YORK STATE contract awards from the Procurement Report for State Authorities on data.ny.gov: total dollars awarded, number of contracts, and a breakdown by awarding agency/aut

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/ny-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/ny-procurement/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"ny_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("ny_procurement_awards", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("new york state procurement mcp — search public authorities (abo §2800) contract awards (fy2017-2024, incl");

Related packs

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