🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@czagents/adis

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@czagents/adis

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.

Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
126
10.53%
Maintainers
1
Weekly downloads
 
Created
Source

@czagents/adis

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.

Install

npm install -g @czagents/adis

Usage with Claude Desktop

{
  "mcpServers": {
    "adis": {
      "command": "npx",
      "args": ["-y", "@czagents/adis"],
      "env": {
        "ADIS_SOAP_ENABLED": "1"
      }
    }
  }
}

Tools

  • 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 meanings

StatusMeaning
ANOSubject is currently flagged as an unreliable VAT payer (nespolehlivý plátce / nespolehlivá osoba).
NESubject is a VAT payer in good standing.
NENALEZENSubject 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.

Self-host

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

Free tier & pricing

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

License

MIT — see LICENSE

Keywords

mcp

FAQs

Package last updated on 10 May 2026

Did you know?

Socket

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.

Install

Related posts