Mcp Server Goodvat — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server Goodvat (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that gives AI assistants and agents access to global tax compliance knowledge and tools — built and maintained by GoodVat.
If you're selling anything, anywhere, this server answers the tax questions that come up: VAT rates and rules across the EU and UK, US state sales tax, India GST, registration thresholds, invoicing requirements, and more — plus live lookup tools to verify tax IDs.
GoodVat's MCP server is hosted remotely over streamable HTTP at:
https://api.goodvat.com/mcpIf your MCP client supports remote/HTTP servers natively (e.g. Claude.ai, Claude Desktop's remote connectors, Cursor), point it straight at the URL above — no install needed.
{
"mcpServers": {
"goodvat": {
"url": "https://api.goodvat.com/mcp"
}
}
}Some clients only support local stdio-based MCP servers. This package (@goodvat/mcp-server) is a thin stdio-to-HTTP bridge: it speaks stdio to your client and forwards each message to the remote endpoint above.
npx @goodvat/mcp-serverAdd to your client's MCP server config:
{
"mcpServers": {
"goodvat": {
"command": "npx",
"args": ["@goodvat/mcp-server"]
}
}
}MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.