dev.cz-agents/isir✓
dev.cz-agents/isir · v0.2.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "dev.cz-agents/isir",
"description": "Czech insolvency register (ISIR) — active proceeding checks by IČO. Alpha.",
"repository": {
"url": "https://github.com/martinhavel/cz-agents-mcp",
"source": "github",
"subfolder": "packages/isir"
},
"version": "0.2.2",
"websiteUrl": "https://cz-agents.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@czagents/isir",
"version": "0.2.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://isir.cz-agents.dev/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}