
Adis
Verify Czech VAT payer reliability (ADIS / nespolehlivý plátce DPH) and registered bank accounts by DIČ before you invoice or pay a Czech counterpart.
Overview
dev.cz-agents/adis is an MCP server for the Validate phase that checks Czech VAT payer reliability in ADIS and registered bank accounts by DIČ.
What is this MCP server?
- Queries Czech ADIS VAT payer reliability (nespolehlivý plátce DPH)
- Looks up registered bank accounts by DIČ
- Offered as streamable HTTP remote and npm package @czagents/adis (npx)
- Maintained in martinhavel/cz-agents-mcp packages/adis
- Regional compliance tool for Czech B2B and agent-assisted finance workflows
- Server version 0.1.3 (npm package 0.1.2)
- Remote URL https://adis.cz-agents.dev/mcp
- npm identifier @czagents/adis
Community signal: 2 GitHub stars.
What problem does it solve?
You cannot safely scope Czech B2B billing or payouts when you do not know if a counterparty is an unreliable VAT payer or which bank account is registered.
Who is it for?
Indie SaaS vendors, marketplaces, and agents serving Czech businesses that need automated ADIS checks during vendor onboarding or invoice validation.
Skip if: Builders with no Czech tax exposure, or teams that need full global KYB instead of Czech VAT-specific registry signals.
What do I get? / Deliverables
After connecting ADIS MCP, your agent can pull DIČ-based reliability and registered account data to inform invoicing and payment decisions before you commit.
- ADIS-based VAT payer reliability signals for a DIČ
- Registered bank account information tied to Czech VAT identifiers
- Agent-ready due diligence step for Czech billing workflows
Recommended MCP Servers
Journey fit
Vendor and billing risk checks belong in Validate when you are scoping B2B deals, pricing, and payment flows before money moves. ADIS answers whether a counterparty is a reliable VAT payer and which bank accounts are registered—core scope questions for Czech invoicing compliance.
How it compares
Regional Czech finance compliance MCP, not a general CRM enrichment or broad integration hub.
Common Questions / FAQ
Who is dev.cz-agents/adis for?
It is for developers and solo builders automating Czech B2B workflows who must verify VAT payer reliability and registered bank accounts via ADIS using DIČ.
When should I use dev.cz-agents/adis?
Use it during Validate when onboarding suppliers, approving invoices, or designing payment flows for Czech entities before you ship billing automation.
How do I add dev.cz-agents/adis to my agent?
Either register https://adis.cz-agents.dev/mcp as a streamable HTTP remote in your MCP client, or run the stdio server with npx @czagents/adis per the cz-agents.dev documentation.