MCP
temsor runs one MCP remote server: com.temsor/api, listed in the official MCP registry. It exposes the same endpoints as api.temsor.com — IBAN, BIC, EU VAT, sanctions screening, LEI, ISIN, VIN, MRZ, Turkish e-invoice parse/build, fuel-price and FX history — as tools any MCP-capable agent can call.
Connect
Transport is streamable-http. The Authorization header is optional: without a key, calls run on a narrow per-IP demo quota so you can evaluate the tools first. Get a key on api.temsor.com.
{
"mcpServers": {
"temsor": {
"type": "streamable-http",
"url": "https://api.temsor.com/mcp",
"headers": {
"Authorization": "Bearer fk_live_…"
}
}
}
}
What you get back
- One envelope on every call:
{ ok, data, meta }, or{ ok:false, error:{ code, message } }. - Deterministic answers, most in single-digit milliseconds.
- Tool descriptions are versioned;
/v1/mcp/indexlists the current surface.
Registry entry
Name com.temsor/api · endpoint https://api.temsor.com/mcp · namespace ownership proven at temsor.com/.well-known/mcp-registry-auth.