ny_procurement_vendor
Pack: ny-procurement · Endpoint: https://gateway.pipeworx.io/ny-procurement/mcp
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/authority and by fiscal year. Matches the vendor name as a case-insensitive substring, so it also surfaces name variants (e.g. “IBM CORP” vs “IBM LC LODGING”). Use this to size up a single vendor’s business with New York State authorities. This is NEW YORK STATE data (not federal, not New York City).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
vendor | string | yes | Vendor name to aggregate (case-insensitive substring), e.g. “Deloitte”, “IBM”. |
fiscal_year | number,string | no | Optional: restrict to one reporting fiscal year (calendar year of the fiscal-year-end date), e.g. 2022. |
Example call
curl -X POST https://gateway.pipeworx.io/ny-procurement/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ny_procurement_vendor","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ny-procurement": {
"url": "https://gateway.pipeworx.io/ny-procurement/mcp"
}
}
}
See Getting Started for client-specific install steps.