Security & Testing
temsor.com
Validates email, VAT, IBAN, phone numbers, and screens names against sanctions lists.
ENDPOINT 1
https://api.temsor.com/mcp
MCP server metadata
- Name
- temsor API
- Version
- 1.0.0
Known tools 15
email_verifyChecks an e-mail address: syntax, whether the domain can actually receive mail, disposable and role-account detection, and typo correction.
Inferred read-onlyeu_vat_validateValidates an EU VAT number against the official VIES register, with per-country format checks and honest handling of upstream outages.
Inferred read-onlyiban_validateValidates an IBAN from any of 70+ countries: checksum, country length and in-country account structure, and resolves the bank and branch codes.
Inferred read-onlymodel_driftIndependent daily record of what changed behind a provider endpoint: which alias resolved to which model, and when behaviour shifted.
Inferred read-onlysanctions_screenScreens a name against six official sanctions lists — US OFAC, UN, EU, UK OFSI, Switzerland SECO and Canada — with transliteration-aware fuzzy matching.
Inferred read-onlyseries_historyReturns the accumulated history of public data series with change statistics and a source receipt for every point.
Inferred read-onlyshipping_identifyIdentifies which carrier a tracking number belongs to, validates it where a checksum exists, and returns the canonical tracking link.
Inferred read-onlytr_address_parseSplits a free-form Turkish address into neighbourhood, street, building, floor, flat, district, province and postcode.
Inferred read-onlytr_business_daysAdds business days or counts them between two dates, accounting for Turkish public and religious holidays including half-day eves.
Inferred read-onlytr_fuel_pricesPetrol, diesel and heating-oil pump prices for all 81 Turkish provinces, including the price in force on any past date.
Inferred read-onlytr_invoice_buildBuilds a UBL-TR e-Invoice or e-Archive XML document from plain JSON, computing every total and validating the parties.
Potential side effectstr_invoice_parseTurns a UBL-TR e-Invoice or e-Archive XML document into clean JSON: parties, line items, taxes and totals.
Potential side effectstr_money_to_wordsWrites a monetary amount out in Turkish words, the way invoices, cheques and promissory notes require.
Inferred read-onlytr_validateValidates Turkish national ID, tax number, IBAN, licence plate, IMEI and barcodes from one endpoint, with type auto-detection.
Inferred read-onlyCONNECT 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.
temsor.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.