IPv6 to Integer
Convert IPv6 addresses to integers (128-bit). Supports batch conversion.
API Documentation
Request Endpoint
POST /en/api/tools/ipv6-to-integer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ipv6Input | textarea | Yes | - |
| addLineNumbers | checkbox | No | Number each conversion result |
| showSourceData | checkbox | No | Display original IPv6 addresses 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-ipv6-to-integer": {
"name": "ipv6-to-integer",
"description": "Convert IPv6 addresses to integers (128-bit). Supports batch conversion.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ipv6-to-integer",
"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]