Categories

Emoji Extractor

Extract all Unicode emoji from text, or optionally remove emojis

Choose whether to extract or remove emojis

Return only unique emojis (remove duplicates)

Choose how to sort the extracted emojis

API Documentation

Request Endpoint

POST /en/api/tools/emoji-extractor

Request Parameters

Parameter Name Type Required Description
text textarea Yes -
mode select No Choose whether to extract or remove emojis
uniqueOnly checkbox No Return only unique emojis (remove duplicates)
sortBy select No Choose how to sort the extracted emojis

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-emoji-extractor": {
      "name": "emoji-extractor",
      "description": "Extract all Unicode emoji from text, or optionally remove emojis",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=emoji-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]