Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

dev.cz-agents/adis

dev.cz-agents/adis

Czech VAT-payer reliability (ADIS / nespolehlivý plátce DPH) + registered bank accounts by DIČ.

Uptime
100.0%
1 direct probes · 30d
Response
529ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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, a…

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 s…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "dev.cz-agents/adis": {
      "url": "https://adis.cz-agents.dev/mcp",
      "transport": "streamable-http"
    }
  }
}