# VIES Smoother MCP server

SLA'd EU VAT validation on VIES. Honest 3-state result, never guesses. 100 free lookups.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-lucrumist-vies-smoother
- Website: https://vantane.com

## Install
- Endpoint: https://vantane.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: X-API-Key (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://vantane.com/mcp
- Header: X-API-Key

## Tools
- validate_vat - Validate a single EU VAT number. Costs 1 credit unless upstream is
    unavailable and there's no cache (then it's free and honest about it).

    Args:
        country_code: 2-letter EU member state code (e.g. DE, FR, EL, XI).
        vat_number: The VAT number without the country prefix.
     Endpoint: https://vantane.com/mcp
- validate_vat_batch - Validate up to 50 EU VAT numbers in one call. 1 credit per item that
    gets a real answer (unavailable_upstream items are free).

    Args:
        items: list of {"country_code": str, "vat_number": str}, max 50.
     Endpoint: https://vantane.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Lucrumist
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 15, 2026
- Source: https://registry.modelcontextprotocol.io
