Skip to content
Back to search
100
MCP live v0.2.1 MCP 2025-11-25 streamable-http

dev.cz-agents/isir

dev.cz-agents/isir

Czech insolvency register (ISIR) — active/historical insolvency & bankruptcy by IČO or person.

Uptime
100.0%
1 direct probes · 30d
Response
312ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

check_ico_insolvency

Check whether a Czech company (by IČO) has any active insolvency proceeding in ISIR. Returns spisová značka, start date, and current phase if found. Returns "no record" if not (which is also informati…

search_person_insolvency

Search ISIR for an individual person (FO) by name and optional date of birth. Returns active insolvency proceedings (oddlužení / osobní bankrot). Used to screen statutory persons in KYC and DD workflo…

poll_isir_events

Pull a batch of recent ISIR events (insolvency register publications) since the given event id. ISIR is an append-only feed — each call returns up to ~1000 events newer than `since_id`. Use `last_id` …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.cz-agents/isir": {
      "url": "https://isir.cz-agents.dev/mcp",
      "transport": "streamable-http"
    }
  }
}