Text Data Compressor
Advanced text compression tool using multiple algorithms including RLE, LZ77, Huffman encoding, and more
API Documentation
Request Endpoint
POST /en/api/tools/text-data-compressor
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | Enter any text content you want to compress using various algorithms |
| algorithm | select | Yes | Choose the compression algorithm to use |
| encoding | select | Yes | Choose how to encode the compressed output |
| includeStats | checkbox | No | Include compression statistics and algorithm details |
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-text-data-compressor": {
"name": "text-data-compressor",
"description": "Advanced text compression tool using multiple algorithms including RLE, LZ77, Huffman encoding, and more",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-data-compressor",
"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]