← entia.systems

INDIVIDUAL MCP TOOL

verify_vat

Real-time EU VAT validation via VIES (27 countries).

entia.systemsnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.entia.systems/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_vat and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

entia.systems

CONNECT 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.entia-mcp-ts]
url = "https://mcp.entia.systems/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "entia-mcp-ts": {
      "type": "http",
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: entia-mcp-ts
Remote MCP URL: https://mcp.entia.systems/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": {
    "entia-mcp-ts": {
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "entia-mcp-ts": {
      "type": "http",
      "url": "https://mcp.entia.systems/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "entia-mcp-ts",
  "transport": "streamable-http",
  "url": "https://mcp.entia.systems/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • entity_lookup — Look up any business entity by name, CIF/NIF, EU VAT, or LEI.
  • search_entities — Search verified entities across 10 countries by name, keyword, country, city or sector.
  • zone_profile — Socioeconomic profile of a Spanish postal code — 17 blocks: income, employment, demographics, business census, real estate, FTTH, poverty, tourism.
  • get_competitors — Find real competitors in the same sector and city.
  • get_showcase — Curated IBEX35 + EU entity examples.
  • professional_lookup — Verify professional registrations across 24 Spanish health/legal/psychology verticals.
  • get_full_dossier — Aggregator — 90+ fields about an entity in one call.
  • get_platform_stats — Live platform stats: entities count, countries, sources, homes published.