← dropwatchhq.com

INDIVIDUAL MCP TOOL

abc_asset_map

Build the full WIND-DOWN ASSET / COLLATERAL MAP for one ABC/receivership case.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://abc.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for abc_asset_map and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dropwatchhq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.distress-abc]
url = "https://abc.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "distress-abc": {
      "type": "http",
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: distress-abc
Remote MCP URL: https://abc.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "distress-abc": {
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "distress-abc": {
      "type": "http",
      "url": "https://abc.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "distress-abc",
  "transport": "streamable-http",
  "url": "https://abc.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • abc_distress_feed — FREE: live feed of state ASSIGNMENT-FOR-BENEFIT-OF-CREDITORS (ABC) and RECEIVERSHIP public legal notices — the wind-down firehose with NO PACER.
  • abc_find_notices — FREE: keyword-search the wind-down legal-notice archive (e.
  • warn_plant_deaths — FREE: recent WARN-Act PLANT-DEATH events (mass layoffs / plant closures) — the SECOND distress-event lane feeding the same liquidation map.
  • warn_liquidation_map — Build the LIQUIDATOR-facing ASSET / COLLATERAL MAP for a WARN-Act plant-death entity (the failing employer).