← Registry

Security & Testing

temsor.com

Validates email, VAT, IBAN, phone numbers, and screens names against sanctions lists.

1 endpoint15 known toolsFirst detected July 27, 2026Last detected July 29, 2026

ENDPOINT 1

https://api.temsor.com/mcp

No auth detected

MCP server metadata

Name
temsor API
Version
1.0.0
Capabilities
tools

Known tools 15

email_verify

Checks an e-mail address: syntax, whether the domain can actually receive mail, disposable and role-account detection, and typo correction.

Inferred read-only
eu_vat_validate

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

Inferred read-only
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.

Inferred read-only
model_drift

Independent daily record of what changed behind a provider endpoint: which alias resolved to which model, and when behaviour shifted.

Inferred read-only
phone_validate

Validates and normalises a phone number to E.

Inferred read-only
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.

Inferred read-only
series_history

Returns the accumulated history of public data series with change statistics and a source receipt for every point.

Inferred read-only
shipping_identify

Identifies which carrier a tracking number belongs to, validates it where a checksum exists, and returns the canonical tracking link.

Inferred read-only
tr_address_parse

Splits a free-form Turkish address into neighbourhood, street, building, floor, flat, district, province and postcode.

Inferred read-only
tr_business_days

Adds business days or counts them between two dates, accounting for Turkish public and religious holidays including half-day eves.

Inferred read-only
tr_fuel_prices

Petrol, diesel and heating-oil pump prices for all 81 Turkish provinces, including the price in force on any past date.

Inferred read-only
tr_invoice_build

Builds a UBL-TR e-Invoice or e-Archive XML document from plain JSON, computing every total and validating the parties.

Potential side effects
tr_invoice_parse

Turns a UBL-TR e-Invoice or e-Archive XML document into clean JSON: parties, line items, taxes and totals.

Potential side effects
tr_money_to_words

Writes a monetary amount out in Turkish words, the way invoices, cheques and promissory notes require.

Inferred read-only
tr_validate

Validates Turkish national ID, tax number, IBAN, licence plate, IMEI and barcodes from one endpoint, with type auto-detection.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for temsor.com was fetched 2026-07-31T02:22:55.678Z.

Trust status Neutral

temsor.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.