# adis MCP server

ADIS — Czech VAT-payer reliability (nespolehlivý plátce DPH) via MFČR SOAP

## Links
- Registry page: https://www.getdrio.com/mcp/dev-cz-agents-adis
- Repository: https://github.com/martinhavel/cz-agents-mcp
- Website: https://cz-agents.dev

## Install
- Command: `npx -y @czagents/adis`
- Endpoint: https://adis.cz-agents.dev/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @czagents/adis v0.1.1
- Remote endpoint: https://adis.cz-agents.dev/mcp

## Tools
- check_dph_payer - Check VAT-payer reliability for a single Czech subject. Returns reliability status (ANO/NE/NENALEZEN), subject type (VAT payer / identified person / VAT group / unreliable person / not found), name, address, published bank accounts (§ 96a ZDPH), and the date the subject became unreliable (when applicable). Returns null when the DIČ is not in the VAT registry. Endpoint: https://adis.cz-agents.dev/mcp
- check_bulk_dph_payer - Bulk reliability check for up to 100 Czech subjects in one ADIS request. Lighter than the single-subject check — returns reliability status, accounts, and tax office, but no name/address. Useful for screening invoice-issuer lists or supplier portfolios. Returns one entry per input DIČ; entries with reliability NENALEZEN indicate the subject is not in the VAT registry. Endpoint: https://adis.cz-agents.dev/mcp
- list_unreliable_payers - Return the full list of currently unreliable Czech VAT payers from ADIS. WARNING: response can be 50–100 MB (tens of thousands of entries). Intended for daily mirroring into a local database, not for ad-hoc inspection. For "is this specific company unreliable?" use check_dph_payer instead. Endpoint: https://adis.cz-agents.dev/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: dev.cz-agents
- Version: 0.1.1
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 30, 2026
- Source: https://registry.modelcontextprotocol.io
