com.dropwatchhq/distress-diligence
Official5 toolsDistressed-SMB diligence: bankruptcy, lawsuits, recalls, exclusions, WARN layoffs, liens (sourced).
Compiles distressed SMB risk data from bankruptcies, lawsuits, and regulatory exclusions.
Captured live from the server via tools/list.
diligence_brief
Generate a distressed-SMB DILIGENCE BRIEF for an acquisition target. Pass the business name (+ optional US state and domain). Combines REAL public-data signals: lawsuits & bankruptcy dockets (CourtListener/PACER), held-inventory recall exposure (CPSC), federal exclusion/sanctions (OFAC SDN + OIG LEIE), WARN-Act layoffs, and UCC liens where seeded — each with source + date. Returns a structured brief plus risk/opportunity flags with severity. Informational decision-support; verify independently. [x402: full brief settles $0.50 USDC on Base mainnet, keyless; free quick-scan included.]
Parameters (3)
- namestringrequired
Target business legal/trade name (required).
- statestring
US state 2-letter code (sharpens WARN/UCC/registration).
- domainstring
Target website domain (optional, for the record header).
quick_scan
FREE quick signal scan for a target business: distress/liability counts + a one-line go/caution/stop verdict, with no per-item detail. The teaser a buyer runs on a listing.
Parameters (2)
- namestringrequired
Target business name (required).
- statestring
check_recall_exposure
FREE: check a business name against CPSC product-recall records — the held-inventory / recoverable-recall liability line. Returns matched recalls with hazard + units.
Parameters (1)
- namestringrequired
Manufacturer/importer/retailer name (required).
ch11_feed
Fresh CHAPTER 11 FIREHOSE for the restructuring/creditor bar. Returns new business reorganization filings (newest-first) across the major bankruptcy venues, each with the debtor's-counsel firm + attorney, presiding judge, docket number, filing date and a CourtListener link. Args: days (lookback, default 14), court (optional CourtListener court id like deb/nysb/txsb). Public-docket decision-support for counsel; not legal advice, not a solicitation of the estate. [x402: full feed settles $0.50 USDC on Base mainnet, keyless; free header preview included.]
Parameters (2)
- daysinteger
Lookback window in days (default 14, max 60).
- courtstring
Optional CourtListener court id (deb, nysb, txsb, njb, cacb, flsb…).
ch11_preview
FREE preview of the most-recent Chapter 11 business filings — case headers only (name, court, filing date, docket link). The teaser for the restructuring lane.
Parameters (1)
- daysinteger
Lookback window in days (default 14).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"distress-diligence": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://diligence.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.