Provides programmatic access to the Czech Insolvency Register (ISIR) for screening companies and individuals against active bankruptcy proceedings. Exposes three tools: check_ico_insolvency for direct company lookups by IČO, search_person_insolvency for querying by birth number or name, and poll_isir_events for monitoring new filings. Part of the larger cz-agents suite built for KYC workflows in Czech business contexts. Marked alpha, so expect evolving interfaces. Useful when you need to verify a vendor or invoice issuer isn't in active insolvency before signing or paying. Supports both local stdio execution via npx and remote streamable HTTP. Can optionally enable SOAP mode with an environment variable for richer data.
claude mcp add --transport stdio dev.cz-agents-isir uvx isir