Serversio.github.teefloo/asuswrt-mcp
M

io.github.teefloo/asuswrt-mcp

io.github.teefloo/asuswrt-mcp · v0.1.1
▦ pypi
v0.1.1pypi pypi: asuswrt-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.teefloo/asuswrt-mcp",
  "description": "Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations",
  "repository": {
    "url": "https://github.com/teefloo/asuswrt-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "asuswrt-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Router IP address (e.g., 192.168.1.1)",
          "isRequired": true,
          "format": "string",
          "name": "ASUSWRT_HOST"
        },
        {
          "description": "SSH username for router authentication",
          "isRequired": true,
          "format": "string",
          "name": "ASUSWRT_SSH_USERNAME"
        },
        {
          "description": "SSH password for router authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ASUSWRT_SSH_PASSWORD"
        },
        {
          "description": "Path to SSH private key file (alternative to password)",
          "format": "string",
          "name": "ASUSWRT_SSH_KEY_FILE"
        },
        {
          "description": "Enable mutation tools (default: false)",
          "format": "boolean",
          "name": "ASUSWRT_ALLOW_MUTATIONS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}