🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@czagents/dd

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@czagents/dd

MCP server for Czech company due diligence — aggregates ARES, sanctions, ISIR, ADIS unreliable-VAT-payer, statutory chain into a single risk-scored report

Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
346
-10.36%
Maintainers
1
Weekly downloads
 
Created
Source

@czagents/dd

Czech company due-diligence MCP server — aggregates ARES, sanctions, ISIR, and ADIS into a single risk-scored report with statutory-chain analysis and nominee-director detection.

Install

npm install -g @czagents/dd

Usage with Claude Desktop

{
  "mcpServers": {
    "dd": {
      "command": "npx",
      "args": ["-y", "@czagents/dd"],
      "env": {
        "SANCTIONS_DB": "/absolute/path/to/sanctions.db",
        "ADIS_SOAP_ENABLED": "1"
      }
    }
  }
}

Tools

  • get_dd_report — full DD report for an IČO: company facts, statutory body with per-member sanctions check, transparent risk score with all triggered red flags.
  • get_risk_score — lightweight 0-100 score + risk level + top red flags. Faster when you only need a yes/no/maybe screen.
  • get_statutory_chain — surname-based heuristic walk through statutory bodies of related companies. Useful for shell-company unwinding in small s.r.o. with rare surnames. Not a true UBO source — for actual beneficial ownership use the ESM (evidence skutečných majitelů, separate registry).
  • detect_nominee_director (Compliance tier+) — detect "white horse" / nominee director patterns across 8 indicators: residence at municipal office, multi-board membership, personal insolvency, prior bankrupt companies, recent appointment, shared flagged address, HQ matching residence, etc. Returns indicator-by-indicator breakdown for compliance audit.
  • get_risk_timeline (Compliance tier+) — chronologically sorted lifecycle timeline (formation, statutory changes, insolvency, sanctions matches, VAT reliability flips). For audit narrative and "story so far" reports.

Example prompts:

Generate a DD report for IČO 12345678.

Run KYC on Acme Imports s.r.o. and tell me if anything looks off — walk the statutory chain two levels.

Tiers

TierWhat you get
Freeget_dd_report, get_risk_score, get_statutory_chain. Rate-limited per IP.
ComplianceAdds detect_nominee_director and get_risk_timeline. Higher rate limits, batch endpoints.
AgencyMulti-tenant (white-label), API key per analyst, even higher limits, REST API + webhooks.

Tier details and pricing: https://cz-agents.dev/pricing

Self-host

Source: https://github.com/martinhavel/cz-agents-mcp

git clone https://github.com/martinhavel/cz-agents-mcp
cd cz-agents-mcp
npm install
npm run build
SANCTIONS_DB=$PWD/sanctions.db ADIS_SOAP_ENABLED=1 node packages/dd/dist/index.js

A self-hosted instance runs all checks against the public upstream APIs and your own copy of sanctions.db (built via @czagents/sanctions).

License

MIT — see LICENSE

Keywords

mcp

FAQs

Package last updated on 19 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts