You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Official MCP server: EU VAT validation via VIES, plus offline rates and format checks.",
"version": "0.3.0",
"repository": {
"url": "https://github.com/vatnode/vatnode-mcp",
"source": "github"
},
"websiteUrl": "https://vatnode.dev/docs/mcp",
"icons": [
{
"src": "https://vatnode.dev/icon.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "vatnode-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "VATNODE_API_KEY",
"description": "vatnode API key (free tier available at https://vatnode.dev). Required only for the validate_vat_number tool — the four other tools (rates, format checks, country list) work offline without a key.",
"isRequired": false,
"isSecret": true
},
{
"name": "VATNODE_API_URL",
"description": "Override the vatnode API base URL (for self-hosting or staging environments). Defaults to https://api.vatnode.dev.",