Categories

.env Parser

Extract and validate .env style KEY=VALUE configurations with detection of duplicate keys and suspicious spaces/quotes

API Documentation

Request Endpoint

POST /en/api/tools/env-parser

Request Parameters

Parameter Name Type Required Description
envContent textarea Yes -
exportFormat select No -
validateKeys checkbox No -
detectExpansion checkbox No -
checkSecurity checkbox No -

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-env-parser": {
      "name": "env-parser",
      "description": "Extract and validate .env style KEY=VALUE configurations with detection of duplicate keys and suspicious spaces/quotes",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=env-parser",
      "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]