INDIVIDUAL MCP TOOL
tr_invoice_build
Builds a UBL-TR e-Invoice or e-Archive XML document from plain JSON, computing every total and validating the parties.
LIVE ENDPOINT
https://api.temsor.com/mcp
Connect to this endpoint to inspect the live schema for tr_invoice_build and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.eu_vat_validate— Validates an EU VAT number against the official VIES register, with per-country format checks and honest handling of upstream outages.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.