VIES Smoother
Server Details
SLA'd EU VAT validation on VIES. Honest 3-state result, never guesses. 100 free lookups.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
2 toolsvalidate_vatAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| vat_number | Yes | ||
| country_code | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It discloses the credit cost, the fallback behavior when upstream is unavailable and no cache exists, and notes that the tool is 'honest' about free results. This is rich, non-obvious behavioral context that an agent needs for selection and expectation-setting.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded. The primary purpose and the most important behavioral detail (cost) appear in the first sentence, followed by clear parameter documentation. Every sentence earns its place with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter validation tool, the description covers purpose, cost, fallback behavior, and both parameters. However, there is no output schema and the description does not state the return format or what a valid versus invalid result looks like. An agent might still need to infer the response shape, so a small completeness gap remains.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema provides zero description coverage, so the description is the only source of parameter meaning. It clearly defines country_code as a 2-letter EU member state code with examples, and vat_number as the VAT number without the country prefix. This fully compensates for the schema's lack of detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with an explicit action—'Validate'—a specific resource, 'a single EU VAT number', and explicitly contrasts with the batch sibling by stating 'single'. This makes the tool's scope immediately clear and differentiates it from validate_vat_batch without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the appropriate use case: validating one VAT number at a time. The sibling name validate_vat_batch further reinforces the batch alternative, but the description never explicitly states 'use this for a single number, use validate_vat_batch for multiple'. This is a slight gap, though the intent is strongly implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_vat_batchAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the transparency burden. It discloses non-obvious behaviors: the 50-item maximum, the per-item credit cost, and the fact that 'unavailable_upstream items are free.' This adds real behavioral detail beyond a generic 'validate' statement, though it does not cover error handling or response shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and well-structured: a clear first sentence states the core purpose, the second covers cost behavior, and the Args block precisely defines the input. Every sentence adds value with no redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter tool, the description is nearly complete: purpose, batch limit, item structure, and cost are all covered. The main gap is the absence of any description of the return format or possible response values, which would help because there is no output schema, but invocation itself is fully specified.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema provides almost no parameter detail (items array with untyped objects, 0% schema coverage). The description fully compensates by specifying the exact item shape: 'items: list of {"country_code": str, "vat_number": str}, max 50.' This gives an agent everything needed to construct valid arguments.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Validate up to 50 EU VAT numbers in one call.' This clearly identifies the batch nature of the tool and distinguishes it from the sibling validate_vat by emphasizing the multi-item, single-call scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies batch usage with 'up to 50... in one call' and contextualizes credit costs per item, but it never explicitly mentions the sibling validate_vat or gives criteria for choosing between batch and single validation. The usage context is present but not fully articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Free EU VAT (VIES) + pan-EU company data (10 registers), payable in EURC/USDC via x402.
EU/UK VAT compliance for AI agents: number validation, rate lookups, reverse-charge checks.
11.3M entities, 10 countries, 12 tools. EU VAT (VIES), BORME, GLEIF, KYB. Free: 100 req/month.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceSLA'd EU VAT number validation for AI agents via VIES, with caching and circuit-breaking to handle flaky upstream, returning valid/invalid/unavailable responses.MIT
- FlicenseNot gradedqualityBmaintenanceValidates EU and Northern Ireland VAT numbers against the official VIES service, returning validity, company name and address, and distinguishing invalid from unavailable. Supports bulk checking up to 100 VAT IDs.
- AlicenseAqualityDmaintenanceValidates EU VAT IDs using VIES and Germany's BZSt with automatic failover and legally binding qualified confirmations per §18e UStG, ensuring reliability even when VIES is down.27MIT
- AlicenseAqualityDmaintenanceEnables real-time validation of EU VAT numbers using the official VIES service. Supports all 27 EU member states with automatic country code detection and provides company information for valid VAT numbers.41MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools are clearly distinct: one validates a single VAT number, the other validates up to 50 in a batch. There is no meaningful overlap or ambiguity about when to use each.
Both tool names follow the same validate_vat / validate_vat_batch pattern, sharing a clear verb and domain noun. The naming is predictable and consistent.
Two tools is minimal, but the server's scope is narrowly focused on EU VAT validation. A single and a batch variant cover the core need without unnecessary bloat.
The domain is VAT number validation, and both individual and batch validation are provided. There are no obvious missing operations for this narrow purpose.