HomeSecurity › ssid-mcp

ssid-mcp

Manufacturer-cited router default logins and compliance check, plus MAC/OUI vendor lookup. Free.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-16 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://ssid.ai/mcp/http Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http ssid-mcp https://ssid.ai/mcp/http

Or add to your MCP client config:

{
  "mcpServers": {
    "ssid-mcp": {
      "url": "https://ssid.ai/mcp/http"
    }
  }
}

Package (npm 0.3.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "ssid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SSID_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SSID_API_KEY secret — Optional — raises the free-tier rate limit. Not required to use the server.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry