The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Ssid MCP listing page.
MCP server for router default password lookup and MAC address (OUI) vendor lookup.
ssid-mcp gives an AI agent four typed tools over ssid.ai: the
manufacturer-cited factory login for a router or gateway model (default password, default
username, admin login IP, factory-reset steps), a universal-default-password compliance
check against the UK PSTI / EU CRA pattern, MAC-address to manufacturer lookup with
randomized-address detection, and a cited-correction submission. Free, no API key.
(ssid.ai is the branded tool at that domain, not the generic "SSID" WiFi-network-name term.)
Add to any MCP-capable host (Claude Desktop, Cursor, etc.). No API key needed.
Node 18 or newer.
Also available over Streamable HTTP for clients that don't spawn a stdio child process:
POST https://ssid.ai/mcp/http (JSON-RPC 2.0, same four tools, initialize negotiates
protocol 2025-06-18).
get_router_defaults({ slug }) or get_router_defaults({ brand, model })The factory login for a router or gateway model, cited to the manufacturer's own
documentation: default gateway IP, login host, admin username and password, credential
type, factory-reset steps, and the source URL. Null credential fields are the answer, not
a gap — credType and credTypeMeaning say why there is no factory password, so an agent
is never left to fill a blank with admin/admin. Brand + model is an exact resolve, not a
search: an inexact model returns up to five candidate slugs within that brand.
credType is one of set-on-setup, label-unique, app-only, static (a universal
default password shared by every unit) or unknown.
check_router_compliance({ slug })Whether a router model still ships a universal default password — the pattern prohibited
for consumer connectable products under the UK PSTI Act (in force April 2024) and targeted
by the EU Cyber Resilience Act — read from the manufacturer-cited credential type, with the
Router Compliance Index totals for context. A documentation
reading, not legal advice; every result carries a basis line saying so.
lookup_mac({ mac })Vendor, OUI, kind (universal / randomized / multicast / invalid), a randomized flag,
confidence and the source. Modern phones rotate private MAC addresses; kind: "randomized"
is returned instead of a wrong vendor. For the router's factory login, call
get_router_defaults next.
submit_correction({ slug, field, proposedValue, sourceUrl })Propose a fix to a router model's default login IP, username, password, credential type,
or reset steps. Requires an official manufacturer sourceUrl — never applied
automatically, queued for verification against that source. The contribution loop is open
to agents on the same terms as humans.
Numbers below were read from the live API at publish time (2026-09-11). Re-query
https://ssid.ai/compliance/data.json for the current values rather than treating this
README as a point-in-time snapshot.
| Metric | Value | Source |
|---|---|---|
| Router / gateway / mesh / AP models tracked | 424 | Manufacturer documentation, per-model cited |
| No longer ship a universal default password | 72% (307 of 424) | Compliance Index |
| — set at first setup | 128 | |
| — unique password on the device label | 131 | |
| — app-only admin, no web login | 48 | |
| — universal default (the risky pattern) | 117 | |
| MAC/OUI vendors indexed | 40,126 | IEEE MA-L registry, re-ingested daily at 04:00 |
Full per-brand breakdown, worst offenders and zero-default brands: router-defaults-dataset.md. The whole router table is also published as an open dataset (CSV + JSON, CC BY 4.0): https://github.com/Drumworks/router-default-passwords.
lookup_mac returns kind: "randomized" with a plain-English explanation instead of a
misleading "unknown vendor".Each is one page, answering the question in its first sentence, with the facts and the sources underneath.
All of them: https://ssid.ai/answers
Both are free, CC BY 4.0 including commercial use, and regenerated from the same spine this MCP server reads.
oui.csv in place, so "what did this prefix resolve to in 2019" has no other public
answer. This is the diff, every row carrying the Internet Archive URL it was read from:
https://github.com/Drumworks/oui-change-history/routers/brand/{brand}) and per-login-IP hubs (/routers/ip/{ip}, e.g.
every model that ships 192.168.1.1): https://ssid.ai/routersThe free tier needs no key. MAC/OUI lookup has no daily cap. The router tools are metered
(100 calls/day without a key, 1,000/day with a free key); every result includes
rateLimit so an agent can pace itself, and a 429 says how to raise the limit. Set
SSID_API_KEY to use a key (get one at https://ssid.ai/api-docs) and SSID_API_BASE to
point at a different host.
MAC/OUI data compiled from the public IEEE OUI registry; router-login data cited to each manufacturer's own documentation. Facts are uncopyrightable — ssid.ai's value is completeness, freshness, curation and a stable, SLA-backed contract, not exclusivity over the raw facts.