dev.cz-agents/isir
dev.cz-agents/isirCzech insolvency register (ISIR) — active/historical insolvency & bankruptcy by IČO or person.
Tools · 3
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 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…
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` …
Similar MCP servers embedding-nearest
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"
}
}
}