ICCID Generator
Generate valid ICCID numbers for SIM cards with proper Luhn checksums
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/iccid-generator
Paramètres de la requête
| Nom du paramètre | Type | Requis | Description |
|---|---|---|---|
| quantity | number | Non | - |
| iin | text | Non | 6-digit issuer identification number. Leave blank for random selection. |
| length | number | Non | Total length of ICCID number (typically 19-20 digits). |
Format de réponse
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Texte:
Texte
Documentation de MCP
Ajoutez cet outil à votre configuration de serveur MCP:
{
"mcpServers": {
"elysiatools-iccid-generator": {
"name": "iccid-generator",
"description": "Generate valid ICCID numbers for SIM cards with proper Luhn checksums",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=iccid-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.
Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]