
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@czagents/adis
Advanced tools
MCP server for ADIS — Czech VAT-payer reliability check (nespolehlivý plátce DPH) via the official MFČR SOAP service. Returns reliability status, published bank accounts, subject name + address.
ADIS MCP server — Czech VAT-payer reliability check (nespolehlivý plátce DPH) via the official MFČR SOAP service. Returns reliability status, published bank accounts (§ 96a ZDPH), subject name, and address.
npm install -g @czagents/adis
{
"mcpServers": {
"adis": {
"command": "npx",
"args": ["-y", "@czagents/adis"],
"env": {
"ADIS_SOAP_ENABLED": "1"
}
}
}
}
check_dph_payer — full reliability check for a single subject (by IČO or DIČ). Returns status, subject type, name, address, transparent bank accounts, and unreliable-since date when applicable.check_bulk_dph_payer — batch up to 100 subjects in one ADIS request (lighter response: status + accounts only).list_unreliable_payers — full list of currently unreliable Czech VAT payers from ADIS. Large response (50–100 MB) — intended for daily mirroring rather than ad-hoc lookup.| Status | Meaning |
|---|---|
ANO | Subject is currently flagged as an unreliable VAT payer (nespolehlivý plátce / nespolehlivá osoba). |
NE | Subject is a VAT payer in good standing. |
NENALEZEN | Subject not found in ADIS — typically not a VAT payer. |
Example prompts:
Check VAT-payer reliability for IČO 12345678.
Among these 30 invoice issuers, list any that are currently unreliable VAT payers.
Source: https://github.com/martinhavel/cz-agents-mcp
git clone https://github.com/martinhavel/cz-agents-mcp
cd cz-agents-mcp
npm install
npm run build
ADIS_SOAP_ENABLED=1 node packages/adis/dist/index.js
ADIS itself is a free public service. The hosted endpoint at https://adis.cz-agents.dev/mcp is rate-limited per IP. Higher limits and commercial use: https://cz-agents.dev/pricing
MIT — see LICENSE
FAQs
Czech VAT payer reliability check (ADIS / "nespolehlivý plátce DPH") — verify whether a VAT payer is flagged as unreliable and retrieve officially registered bank accounts for a given DIČ. Critical for VAT-deduction risk and pre-payment verification. Dire
The npm package @czagents/adis receives a total of 113 weekly downloads. As such, @czagents/adis popularity was classified as not popular.
We found that @czagents/adis demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.