Server data from the Official MCP Registry
Identify the manufacturer behind any MAC address; flags randomized/private addresses.
Identify the manufacturer behind any MAC address; flags randomized/private addresses.
This is a well-structured MCP server with appropriate authentication, secure credential handling, and permissions that match its stated purpose. The server makes authenticated API calls to a public service and includes input validation via Zod. No malicious patterns or dangerous vulnerabilities detected. Minor code quality observations do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
3 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SSID_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"ai-ssid-ssid-mcp": {
"env": {
"SSID_API_KEY": "your-ssid-api-key-here"
},
"args": [
"-y",
"ssid-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for ssid.ai — a MAC-address (OUI) vendor lookup and router default-login directory. (ssid.ai is the branded tool at that domain, not the generic "SSID" WiFi-network-name term.)
ssid.ai identifies the manufacturer behind any MAC address (including detecting randomized/private addresses modern phones use) and maintains a manufacturer-cited directory of router default logins and factory-reset steps.
| Metric | Value | Source |
|---|---|---|
| MAC/OUI vendors indexed | 39,834 | IEEE OUI registry |
| Router/gateway models tracked | 277 | Manufacturer documentation, per-model cited |
| No longer ship a universal default password | 71% (196 of 277) | Compliance Index |
| Still ship one shared default | 29% (81 of 277) | Same index — each cited to the maker |
| — set at first setup | 90 models | |
| — unique password on device label | 71 models | |
| — app-only admin (no web login) | 35 models | |
| — universal default (the risky pattern) | 81 models |
Full live feed: https://ssid.ai/compliance/data.json · updated as the directory grows.
Full per-brand breakdown, worst-offenders and zero-default brand lists:
docs/router-defaults-dataset.md.
kind: "randomized" with a plain-English explanation instead of a
misleading "unknown vendor" — a trained model's knowledge and most aggregators don't
make this distinction.https://ssid.ai/compliance/data.json for the current value rather than treating
this README as a point-in-time snapshot.Add to any MCP-capable host (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"ssid": { "command": "npx", "args": ["-y", "ssid-mcp"] }
}
}
lookup_mac(mac) → vendor, OUI, kind (universal / randomized / multicast /
invalid), randomized flag, confidence and the source.lookup_mac("F4:F5:E8:11:22:33")
→ { "vendor": { "organization": "Google, Inc." }, "kind": "universal", "randomized": false, ... }
lookup_mac("DA:A1:19:AB:CD:EF")
→ { "kind": "randomized", "randomized": true, "vendor": null, "explanation": "..." }
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.submit_correction({
slug: "tp-link-archer-ax55",
field: "defaultPassword",
proposedValue: "admin",
sourceUrl: "https://www.tp-link.com/us/support/faq/..."
})
→ { "ok": true, "status": "pending" }
192.168.1.1, 192.168.178.1 for AVM FRITZ!Box): https://ssid.ai/routers/ip/<ip>Full machine-readable manifest (tools, directory, API, data reports): https://ssid.ai/llms.txt · full agent capability doc: https://ssid.ai/llms-full.txt
The free tier needs no key. To raise limits, set SSID_API_KEY (get one at
https://ssid.ai/api-docs). Point at a different base with SSID_API_BASE.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.