Cz Agents MCP Server
Rank #45,243dev.cz-agents/isir
Czech insolvency register (ISIR) — active/historical insolvency & bankruptcy by IČO or person.
Cz Agents MCP Server is a Model Context Protocol (MCP) server published by martinhavel. It ranks #45,243 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Cz Agents MCP Server is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 26, 2026 and most recently updated on Jun 2, 2026.
Ranks ahead of 70,217 of 115,460 servers on MCP Toplist.
Use Cz Agents MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http isir https://isir.cz-agents.dev/mcpclaude mcp add isir -- npx -y @czagents/isir[mcp_servers.isir]
url = "https://isir.cz-agents.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.isir]
command = "npx"
args = ["-y", "@czagents/isir"]Add to ~/.codex/config.toml.
https://isir.cz-agents.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"isir": {
"url": "https://isir.cz-agents.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"isir": {
"type": "http",
"url": "https://isir.cz-agents.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"isir": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@czagents/isir"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"isir": {
"serverUrl": "https://isir.cz-agents.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"isir": {
"url": "https://isir.cz-agents.dev/mcp"
}
}
}{
"mcpServers": {
"isir": {
"command": "npx",
"args": [
"-y",
"@czagents/isir"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.cz-agents%2Fisir)<a href="https://mcptoplist.com/server/dev.cz-agents%2Fisir"><img src="https://mcptoplist.com/badge/dev.cz-agents%2Fisir.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
martinhavel
Available versions (2)
| Version | Published |
|---|---|
| 0.2.4 | Jun 2, 2026 |
| 0.1.0 | Apr 26, 2026 |
Frequently asked questions
- Who maintains Cz Agents MCP Server?
- Cz Agents MCP Server is maintained by martinhavel, which publishes 13 MCP servers (24 total versions) tracked on MCP Toplist.
- Is Cz Agents MCP Server listed on the Official MCP Registry?
- Yes — Cz Agents MCP Server is listed on the Official MCP Registry.
- How many versions does Cz Agents MCP Server have?
- MCP Toplist tracks 2 versions of Cz Agents MCP Server, most recently published on Jun 2, 2026.
- Where can I find the source code for Cz Agents MCP Server?
- The source code for Cz Agents MCP Server is hosted at github.com/martinhavel/cz-agents-mcp.