← temsor.com

INDIVIDUAL MCP TOOL

ai_messages

Single-balance access to upstream LLMs; billed per token, no subscription.

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 ai_messages and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

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

  • bic_validate — Checks a SWIFT/BIC against ISO 9362 structure (8 or 11 characters), splits bank/country/location/branch, and names well-known institutions.
  • container_validate — Validates an ISO 6346 freight-container number: owner code, category letter, serial and check digit.
  • creditor_ref — Validates or generates an ISO 11649 RF creditor reference (mod-97 check digits).
  • ean_gtin — Validates GTIN-8, UPC-A (12), EAN-13 and GTIN-14 check digits for retail barcodes.
  • 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_rates — Dated EU-27 VAT rates (standard, reduced, super-reduced, parking) plus the Union OSS threshold.
  • 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.