Convertir enteros (128-bit) en direcciones IPv6. Soporta conversión por lotes.
text· Resultado de texto
Inicio rápido
Llama a esta herramienta desde tu código en tres lenguajes.
cURL
curl -X POST 'https://api.elysiatools.com/es/api/tools/integer-to-ipv6' \
-H 'Content-Type: application/json' \
-d '{"integerInput":"Enter integers to convert, one per line:\n42540766411282592856906245548098263284\n1\n42540766411282592856903984951653826561\n\nSupports decimal or hexadecimal (0x prefix):\n0x20010db885a3000000008a2e03707334","format":"compressed","addLineNumbers":false,"showSourceData":false}'
Invoca la herramienta por su id; los argumentos se construyen a partir de sus parámetros:
tools/call
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "integer-to-ipv6",
"arguments": {
"integerInput": "Enter integers to convert, one per line:\n42540766411282592856906245548098263284\n1\n42540766411282592856903984951653826561\n\nSupports decimal or hexadecimal (0x prefix):\n0x20010db885a3000000008a2e03707334",
"format": "compressed",
"addLineNumbers": false,
"showSourceData": false
}
}
}
Encadena varias herramientas en una sesión con una lista toolId separada por comas, p. ej. /mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp (máx. 20).