ny-authority-debt
ny-authority-debt
New York public authority debt issuance — which authority borrowed, for what project, on what terms, and when. Sourced from the four Authorities Budget Office datasets New York publishes on data.ny.gov. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 1573+ live data sources.
Tools
Tool | Answers |
| Which New York bonds were issued — by authority, project, size, date or tax status? |
| Everything one authority has issued, with totals by year and new-money vs refunding. |
| Aggregate borrowing by year and authority class; the largest issuers. |
| What is covered, how far back, and explicitly what is not here. |
Related MCP server: OFZ MCP Server
Coverage
Four authority classes, ~4,470 reported rows:
Class | Dataset | Rows |
State Authority | 1,617 | |
Local Authority | 814 | |
Industrial Development Agency | 632 | |
Local Development Corporation | 1,410 |
Each row is one authority's report for one fiscal year. Rows where
issued_debt_obligations is N mean this authority issued nothing that
year — the tools filter to Y so an authority's quiet year never looks like
an issue with blank fields.
What this is not
No secondary-market trade prices. This is primary issuance: what was sold and on what terms. Beyond that, most municipal bonds trade infrequently enough to have no current market price at all — what vendors sell as a muni "price" is usually an evaluated price, an estimate rather than a trade. A caller who assumes otherwise will read absence as "no trades happened".
No CUSIPs. See below.
New York only. California is covered by
ca-debtwatch. For identifying one individual bond anywhere, useopenfigi_searchwithmarketSecDes: "Muni".
Two constraints that shaped the code
CUSIP is dropped deliberately. The State Authorities dataset carries a
cusip_number column, populated on 1,295 rows with real 9-character CUSIPs.
CUSIP identifiers are licensed by CUSIP Global Services, and that licence —
not copyright in the underlying facts — is the binding constraint. The column
is stripped before anything is returned, there is no CUSIP filter, and nothing
is stored. Key on the issuer name here, and on FIGI via openfigi for an
individual bond. Do not add it back.
EMMA is linked, never fetched. MSRB's terms are a contract accepted by
using EMMA and they forbid building a database from their content. The
official_statement_url this pack returns is a link New York itself published
— often to a PDF hosted on emma.msrb.org, sometimes to the authority's own
site — and it is passed straight through without being requested or parsed.
emma_search_url is a composed search link, named for what it honestly is:
the path returns 200, but the page is script-driven and we deliberately do not
parse it, so it may not pre-fill the search.
Data sources
New York State Open Data — https://data.ny.gov (Authorities Budget Office debt-issuance reporting)
Gotcha: Socrata catalog search federates across states
Querying another state's Socrata catalog (e.g. data.texas.gov) returns these
same dataset ids, because the catalog API federates. Texas does not publish
them. Always check metadata.domain on a catalog hit before attributing a
dataset to a state — verified 2026-09-01 that all four report
domain: data.ny.gov.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ny-authority-debt": {
"url": "https://gateway.pipeworx.io/ny-authority-debt/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/ny-authority-debt/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1573+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"ny-authority-debt": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-ny-authority-debt"]
}
}
}Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-ny-authority-debtIt speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call
for only this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Ny Authority Debt data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
ca-debtwatch — California municipal bond issuance (CDIAC / DebtWatch)
Financial data, credit scores, and economic indicators for 14,800+ U.S. municipalities.
data.ny.gov — New York State open-data Socrata portal
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying U.S. Treasury fiscal data including debt, interest rates, auctions, and more via natural language, with no API key required.MIT
- FlicenseNot gradedqualityDmaintenanceEnables querying OFZ, subfederal, and corporate bonds from MOEX with filters, and calculating investment returns.-
- AlicenseNot gradedqualityCmaintenanceEnables querying NYC Open Data datasets using natural language, with tools to search datasets, run SoQL queries, and retrieve metadata, all without an API key.6 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables querying New York State DMV data including vehicle registrations, EV adoption, offices, road test sites, driving schools, and licensed facilities, with keyless access to public datasets.3 npmMIT