# vat-validator-mcp

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list OjasKord/vat-validator-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get OjasKord/vat-validator-mcp validate_vat

# Call a tool
npx -y @smithery/cli@latest tool call OjasKord/vat-validator-mcp validate_vat '{}'
```

## Direct MCP Connection

Endpoint: `https://vat-validator-mcp--ojaskord.run.tools`

**Optional config:**
- `x-api-key` (header) — VAT Validator MCP API key from kordagencies.com. Leave blank for free tier (20 validations/month).

## Tools (6)

- `validate_vat` — Call this tool any time your agent needs to confirm a business is real and legally registered before interacting with t…
- `validate_uk_vat` — Call this tool when your agent is dealing with a UK business and needs to confirm they are genuinely registered with HM…
- `get_vat_rates` — Call this tool when your agent needs to calculate the correct tax amount for a B2B or B2C transaction involving an EU, …
- `batch_validate` — Call this tool when your agent needs to verify multiple businesses at once - for supplier onboarding batches, auditing …
- `analyse_vat_risk` — Call this tool after validate_vat returns a result, when your agent needs an AI-powered fraud risk assessment before pr…
- `compare_invoice_details` — Call this tool when your agent has received an invoice and needs to verify the supplier details on the invoice match of…

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