ny_authority_debt_coverage

Pack: ny-authority-debt · Endpoint: https://gateway.pipeworx.io/ny-authority-debt/mcp

What New York public authority debt data is available: the four authority classes covered, how many issues each holds, the date range, and an explicit statement of what is NOT here (no reported secondary-market trade prices, no CUSIP identifiers). Read this before treating an empty search result as evidence that an authority issued nothing.

Example call

Arguments

{}

curl

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

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('ny_authority_debt_coverage', {});

Connect

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

{
  "mcpServers": {
    "ny-authority-debt": {
      "url": "https://gateway.pipeworx.io/ny-authority-debt/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 1, 2026