IPv4 to Integer
Convert IPv4 addresses to integers. Supports batch conversion of multiple addresses.
API Documentation
Request Endpoint
POST /en/api/tools/ipv4-to-integer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ipv4Input | textarea | Yes | - |
| includeBinary | checkbox | No | Show 32-bit binary representation |
| includeHex | checkbox | No | Show hexadecimal representation |
| sortByInteger | checkbox | No | Sort results by integer value (ascending) |
| addLineNumbers | checkbox | No | Number each conversion result |
| showSourceData | checkbox | No | Display original IPv4 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-ipv4-to-integer": {
"name": "ipv4-to-integer",
"description": "Convert IPv4 addresses to integers. Supports batch conversion of multiple addresses.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ipv4-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]