Categories

IP Address Extractor

Extract IPv4 and IPv6 addresses from log files, server logs, network traces, or any text content

Select which IP version to extract

Remove duplicate IP addresses from the results

Choose how to sort the extracted IP addresses

API Documentation

Request Endpoint

POST /en/api/tools/ip-address-extractor

Request Parameters

Parameter Name Type Required Description
text textarea Yes -
ipVersion select No Select which IP version to extract
uniqueOnly checkbox No Remove duplicate IP addresses from the results
sortBy select No Choose how to sort the extracted IP addresses

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-ip-address-extractor": {
      "name": "ip-address-extractor",
      "description": "Extract IPv4 and IPv6 addresses from log files, server logs, network traces, or any text content",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=ip-address-extractor",
      "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]