# czech-vat-mcp

Czech VAT compliance tools. Check unreliable VAT payers (nespolehlivý plátce DPH), registered bank accounts, company lookup via ARES, and EU VAT validation via VIES. Essential for Czech/Slovak busine…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add janmacher02-xl8y/czech-vat-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list janmacher02-xl8y/czech-vat-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get janmacher02-xl8y/czech-vat-mcp lookup_company

# Call a tool
npx -y @smithery/cli@latest tool call janmacher02-xl8y/czech-vat-mcp lookup_company '{}'
```

## Direct MCP Connection

Endpoint: `https://czech-vat-mcp--janmacher02-xl8y.run.tools`

## Tools (4)

- `lookup_company` — Look up a Czech company in the ARES registry by IČO (company ID). Returns name, address, VAT number, legal form and sta…
- `check_unreliable_vat_payer` — Check if a Czech company is listed as an 'unreliable VAT payer' (nespolehlivý plátce DPH). If you pay such a supplier, …
- `check_bank_accounts` — Get the registered bank accounts of a Czech VAT payer. Payments to unregistered accounts create VAT liability under §10…
- `validate_vat_eu` — Validate any EU VAT number via the official VIES system. Works for all EU member states: CZ, SK, DE, PL, AT, etc.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get janmacher02-xl8y/czech-vat-mcp <tool-name>
```
