{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.jeff-nasseri/mikrotik-mcp",
    "description": "MCP server for MikroTik routers: firewall, NAT, routing, DHCP, DNS, WireGuard and more via SSH.",
    "repository": {
        "url": "https://github.com/jeff-nasseri/mikrotik-mcp",
        "source": "github"
    },
    "version": "0.13.1.0",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "mcp-server-mikrotik",
            "version": "0.13.1.0",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "IP address or hostname of the MikroTik router",
                    "isRequired": true,
                    "format": "string",
                    "name": "MIKROTIK_HOST"
                },
                {
                    "description": "SSH username for the MikroTik router (default: admin)",
                    "format": "string",
                    "name": "MIKROTIK_USERNAME"
                },
                {
                    "description": "SSH password for the MikroTik router",
                    "format": "string",
                    "isSecret": true,
                    "name": "MIKROTIK_PASSWORD"
                },
                {
                    "description": "SSH port of the MikroTik router (default: 22)",
                    "format": "string",
                    "name": "MIKROTIK_PORT"
                },
                {
                    "description": "Path to SSH private key file for key-based authentication",
                    "format": "string",
                    "name": "MIKROTIK_KEY_FILENAME"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-08-05T23:37:50.229093Z",
            "publishedAt": "2026-08-05T23:37:50.229093Z",
            "updatedAt": "2026-08-05T23:37:50.229093Z",
            "isLatest": true
        }
    }
}