← temsor.com

INDIVIDUAL MCP TOOL

eu_vat_validate

Validates an EU VAT number against the official VIES register, with per-country format checks and honest handling of upstream outages.

temsor.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.temsor.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for eu_vat_validate 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

temsor.com

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.temsor-api]
url = "https://api.temsor.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "temsor-api": {
      "type": "http",
      "url": "https://api.temsor.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "temsor-api": {
      "type": "http",
      "url": "https://api.temsor.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "temsor-api",
  "transport": "streamable-http",
  "url": "https://api.temsor.com/mcp"
}
MCP Inspector

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

Related tools

  • email_verify — Checks an e-mail address: syntax, whether the domain can actually receive mail, disposable and role-account detection, and typo correction.
  • iban_validate — Validates an IBAN from any of 70+ countries: checksum, country length and in-country account structure, and resolves the bank and branch codes.
  • model_drift — Independent daily record of what changed behind a provider endpoint: which alias resolved to which model, and when behaviour shifted.
  • phone_validate — Validates and normalises a phone number to E.
  • sanctions_screen — Screens a name against six official sanctions lists — US OFAC, UN, EU, UK OFSI, Switzerland SECO and Canada — with transliteration-aware fuzzy matching.
  • series_history — Returns the accumulated history of public data series with change statistics and a source receipt for every point.
  • shipping_identify — Identifies which carrier a tracking number belongs to, validates it where a checksum exists, and returns the canonical tracking link.
  • tr_address_parse — Splits a free-form Turkish address into neighbourhood, street, building, floor, flat, district, province and postcode.