API Tools
goodvat.com
Provides tax compliance assistance by searching tax guides and validating EU VAT numbers against the official VIES database.
ENDPOINT 1
https://api.goodvat.com/mcp
MCP server metadata
- Name
- goodvat-tax-guide-and-tools
- Version
- 1.0.0
Known tools 2
searchTaxGuidesSearch the GoodVAT tax guides for technical tax guides, state laws, and VAT regulations.
Inferred read-onlyvalidateEuVatNumberValidate an EU VAT number against the official European Commission VIES database.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.goodvat-tax-guide-and-tools]
url = "https://api.goodvat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goodvat-tax-guide-and-tools": {
"type": "http",
"url": "https://api.goodvat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goodvat-tax-guide-and-tools
Remote MCP URL: https://api.goodvat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"goodvat-tax-guide-and-tools": {
"url": "https://api.goodvat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goodvat-tax-guide-and-tools": {
"type": "http",
"url": "https://api.goodvat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goodvat-tax-guide-and-tools",
"transport": "streamable-http",
"url": "https://api.goodvat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for goodvat.com was fetched 2026-07-26T07:22:38.383Z and is being refreshed.
goodvat.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.