dev.cz-agents/adis✓
dev.cz-agents/adis · v0.1.1
{}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/adis",
"description": "ADIS — Czech VAT-payer reliability (nespolehlivý plátce DPH) via MFČR SOAP",
"repository": {
"url": "https://github.com/martinhavel/cz-agents-mcp",
"source": "github",
"subfolder": "packages/adis"
},
"version": "0.1.1",
"websiteUrl": "https://cz-agents.dev",
"packages": [
{
"registryType": "npm",
"identifier": "@czagents/adis",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://adis.cz-agents.dev/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}