# isir MCP server

Czech insolvency register (ISIR) — active proceeding checks by IČO. Alpha.

## Links
- Registry page: https://www.getdrio.com/mcp/dev-cz-agents-isir
- Repository: https://github.com/martinhavel/cz-agents-mcp
- Website: https://cz-agents.dev

## Install
- Command: `npx -y @czagents/isir`
- Endpoint: https://isir.cz-agents.dev/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @czagents/isir v0.2.2
- Remote endpoint: https://isir.cz-agents.dev/mcp

## Tools
- 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 informative). Endpoint: https://isir.cz-agents.dev/mcp
- 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 workflows. Endpoint: https://isir.cz-agents.dev/mcp
- 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` from response as next `since_id`. Useful for compliance monitoring or to back-fill an index. Endpoint: https://isir.cz-agents.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.cz-agents
- Version: 0.2.2
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 26, 2026
- Source: https://registry.modelcontextprotocol.io
