Goodvat
БесплатноНе проверенEnables AI assistants to answer tax compliance questions (VAT, sales tax, GST) and validate EU VAT numbers in real time via the VIES registry.
Описание
Enables AI assistants to answer tax compliance questions (VAT, sales tax, GST) and validate EU VAT numbers in real time via the VIES registry.
README
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.
What it does
- Tax guides & Q&A — ask natural-language questions like "what's the VAT rate in France for digital goods?" or "do I need to register for sales tax in California?" and get accurate, sourced answers covering:
- UK VAT
- EU VAT (all member states)
- US Sales Tax (state-by-state)
- India GST
- more jurisdictions added regularly
- VAT number lookup (EU) — validates EU VAT numbers in real time via the official VIES registry.
- UK VAT number lookup (HMRC) — coming soon.
Usage
GoodVat's MCP server is hosted remotely over streamable HTTP at:
https://api.goodvat.com/mcp
Option 1: Connect directly (remote HTTP)
If 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"
}
}
}
Option 2: stdio bridge (this package)
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-server
Add to your client's MCP server config:
{
"mcpServers": {
"goodvat": {
"command": "npx",
"args": ["@goodvat/mcp-server"]
}
}
}
Requirements
- Node.js >= 18
License
MIT
Установить Goodvat в Claude Desktop, Claude Code, Cursor
unyly install goodvatСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add goodvat -- npx -y @goodvat/mcp-serverFAQ
Goodvat MCP бесплатный?
Да, Goodvat MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Goodvat?
Нет, Goodvat работает без API-ключей и переменных окружения.
Goodvat — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Goodvat в Claude Desktop, Claude Code или Cursor?
Открой Goodvat на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Goodvat with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
