SSH Config Parser
Parse and convert SSH configuration file to JSON format
API Documentation
Request Endpoint
POST /en/api/tools/ssh-config-parser
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| sshConfig | textarea | Yes | - |
| outputFormat | 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-ssh-config-parser": {
"name": "ssh-config-parser",
"description": "Parse and convert SSH configuration file to JSON format",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ssh-config-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]