MCP server exposing 3 tools for abs-loan-level.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/abs-loan-level/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
abs_trusts — List US auto loan / auto lease securitization trusts we track (from SEC EDGAR Reg AB II ABS-EE filings), optionally filtered by sponsor (captive-finance company / depositor, e.g. "Ally", "Toyota") or asset class. Use to find the exact trust name abs_trust_performance needs, or to see which sponsors/asset classes have coverage.abs_trust_performance — Delinquency-bucket performance history for ONE named securitization trust over its most recent N reporting months — loan count, balance, weighted-average APR and FICO per bucket (current / 1-29 / 30-59 / 60-89 / 90+ days past due / repossessed / charged-off). Use for "how is Ally Auto Receivables Trust 2024-2 performing?" or to track one deal's delinquency trend month over month. Get the exact trust name from abs_trusts first.abs_sector_delinquency — Sector-wide auto ABS delinquency by month, aggregated across every tracked trust in one asset class — e.g. "60+ day delinquency across subprime auto trusts this month". Returns one row per reporting month with total balance/loan count, the full delinquency-bucket breakdown, sector weighted-average APR/FICO, and a 60+ days-past-due rate. Optionally narrow to trusts from one sponsor/originator (captive-finance company, e.g. "Ally", "Toyota", "Santander") — most auto ABS trusts are single-originator so this is a trust-level filter, not a per-loan lender lookup; there is no loan-level "which trusts hold loans from lender X" query (that needs data this pack deliberately does not keep — see the pack header).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/abs-loan-level/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io