mcpbeat Sign in

Ssid MCP Server

answering

Ssid MCP is answering right now. Last checked 13 min ago. 289 installs a week from npm. It exposes 4 tools. Last commit 16 Sep 2026.

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

Installs per day peak 364 · avg 29 · +877% w/w
a month agotoday
Uptime history 44 hours of history
44 hours agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
128 ms
Response time
average over 24h
289
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Ssid MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add ssid-mcp --transport http https://ssid.ai/mcp/http
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ssid-mcp": {
      "url": "https://ssid.ai/mcp/http"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ssid-mcp]
url = "https://ssid.ai/mcp/http"
.cursor/mcp.json
{
  "mcpServers": {
    "ssid-mcp": {
      "url": "https://ssid.ai/mcp/http"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ssid-mcp": {
      "url": "https://ssid.ai/mcp/http"
    }
  }
}

This one needs environment variables set before it will start: SSID_API_KEY (Optional — raises the free-tier rate limit. Not required to use the server.). The author declared them in the registry entry; get the values from the project itself.

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

router
check_router_compliance
Whether a router model still ships a universal default password, the pattern prohibited for consumer connectable products under the UK PSTI Act and targeted by the EU Cyber Resilience Act, based on the manufacturer-cited credential type, with the ssid.ai Router Compliance Index totals for context. Pass the ssid.ai slug (get it from get_router_defaults). Documentation reading, not legal advice.
get_router_defaults
Default gateway IP, admin username and password (or the fact that there is none), credential type and factory-reset steps for a router or gateway model, each cited to the manufacturer's own documentation with the source URL. Pass the ssid.ai slug, or brand plus model. Use after lookup_mac identifies the vendor, or whenever a user asks for a router's default login, factory password, gateway address or reset procedure. Covers the 409-model ssid.ai directory; no listing or wildcard search.
lookup
lookup_mac
Identify the organisation behind a MAC address and detect randomized/private (locally-administered) addresses used by modern phones. Resolves the IEEE registries longest-prefix-first, so an address inside a block the IEEE subdivided returns the company that actually holds it (MA-M, MA-S or IAB) rather than the MA-L registrar. Returns vendor, blockType (MA-L | MA-M | MA-S | IAB), block start/end for a sub-block, OUI, kind, randomized flag, confidence and the source registry file. A randomized address keeps vendor: null and adds cidRegistrant when its prefix is a registered Company ID (DA:A1:19 is Google's). For the router's factory login, call get_router_defaults next.
submit
submit_correction
Propose a fix to a router model's default gateway IP, username, password, credential type, or reset steps on ssid.ai. Requires an official manufacturer source URL (never an aggregator/forum). Queued for verification — never applied automatically. Use the router's slug from ssid.ai/routers/<slug>.

Endpoints

URLTransportStateLatencyChecked
https://ssid.ai/mcp/http streamable-http answering 50 ms 13 min ago

Alternatives to Ssid MCP

same job, measured the same way
Mdr Medical Device MCP
by csoai-org

EU MDR (Reg 2017/745) and IVDR (Reg 2017/746) compliance for medical device + IVD manufacturers...

164 installs/wk local only
Lexvibe
by marcosnovo

One-step legal compliance for vibe-coded apps: privacy, terms, cookie banner and EU AI Act check.

68 installs/wk 10 tools answering
US compliance and books health
by medianfi

US company filing obligations, plus a 25-check bookkeeping diagnostic. Sourced, dated, no signup.

12 tools answering
FBI Most Wanted
by mcp-dir

Checks whether a name is on the FBI Most Wanted list, for compliance and AML due diligence. Platform

7 tools answering
Ybe Check
by addycuber

Ybe Check – security and compliance orchestrator for AI-generated repositories.

56 installs/wk local only
Instilus compliance and business decision tools
by instilus

GPSR compliance check and small-business valuation estimate, from Instilus.

2 tools answering
Meridian MCP
by knambiardjsc

Local-first compliance scanner for DPDPA 2023/2025, RBI FREE-AI, SEBI AI/ML & EU AI Act.

484 installs/wk local only
OFAC (Sanções EUA)
by mcp-dir

Checks whether a name is on OFAC (US) sanctions lists, including SDN and Non-SDN, for compliance and

7 tools answering

Ssid MCP — questions

Answers built from our own checks of this server.

What can Ssid MCP do?
It exposes 4 tools, read directly from the server on our last check. Among them: check_router_compliance, get_router_defaults, lookup_mac, submit_correction. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Ssid MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 128 ms. The bar chart above shows every period we have measured.
How do I connect Ssid MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Ssid MCP need an API key?
No. Ssid MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Ssid MCP?
It answers our handshake in 128 ms on average, which is faster than 80% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Ssid MCP?
The npm package ssid-mcp was installed 289 times in the last week. Week over week that is +877%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ssid MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.