Categories

Integer to IPv6

Convert integers (128-bit) to IPv6 addresses. Supports batch conversion.

Number each conversion result

Display original integer values in results

API Documentation

Request Endpoint

POST /en/api/tools/integer-to-ipv6

Request Parameters

Parameter Name Type Required Description
integerInput textarea Yes -
format select Yes -
addLineNumbers checkbox No Number each conversion result
showSourceData checkbox No Display original integer values in results

Response Format

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

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-integer-to-ipv6": {
      "name": "integer-to-ipv6",
      "description": "Convert integers (128-bit) to IPv6 addresses. Supports batch conversion.",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=integer-to-ipv6",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]