Kategorien

ICCID Validator

Validate ICCID numbers for SIM cards with Luhn checksum and issuer analysis

Enter a 19-20 digit ICCID number (with or without separators)

API-Dokumentation

Request-Endpunkt

POST /de/api/tools/iccid-validator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
iccid text Ja Enter a 19-20 digit ICCID number (with or without separators)

Antwortformat

{
  "result": "Processed text content",
  "error": "Error message (optional)",
  "message": "Notification message (optional)",
  "metadata": {
    "key": "value"
  }
}
Text: Text

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

{
  "mcpServers": {
    "elysiatools-iccid-validator": {
      "name": "iccid-validator",
      "description": "Validate ICCID numbers for SIM cards with Luhn checksum and issuer analysis",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=iccid-validator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]