JavaScript Obfuscator
Obfuscate JavaScript code using javascript-obfuscator for IP protection and reverse-engineering resistance
API Documentation
Request Endpoint
POST /en/api/tools/javascript-obfuscator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| code | textarea | Yes | - |
| preset | select | No | - |
| compact | checkbox | No | - |
| controlFlowFlattening | checkbox | No | - |
| deadCodeInjection | checkbox | No | - |
| stringArray | checkbox | No | - |
| stringArrayEncoding | select | No | - |
| stringArrayThreshold | number | No | - |
| splitStrings | checkbox | No | - |
| numbersToExpressions | checkbox | No | - |
| renameGlobals | checkbox | No | - |
| selfDefending | checkbox | No | - |
| target | select | No | - |
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-javascript-obfuscator": {
"name": "javascript-obfuscator",
"description": "Obfuscate JavaScript code using javascript-obfuscator for IP protection and reverse-engineering resistance",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=javascript-obfuscator",
"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]