ssid-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSID_API_KEY | No | Optional API key to raise rate limits. Get one at https://ssid.ai/api-docs | |
| SSID_API_BASE | No | Base URL for the ssid.ai API. Defaults to the official API. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_macA | Identify the manufacturer (vendor) behind a MAC address from its OUI, and detect randomized/private (locally-administered) addresses used by modern phones. Returns vendor, OUI, kind, randomized flag, confidence and the source. |
| submit_correctionA | 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/. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one looks up MAC addresses, the other submits corrections for router defaults. No overlap or ambiguity.
Both tools use a consistent verb_noun pattern in snake_case: lookup_mac and submit_correction. The naming is predictable and clear.
With only 2 tools, the set is slightly thin but justified by the narrow scope. It's not excessive or insufficient for a focused server.
The domain appears to cover MAC lookup and router default credentials, but there is no tool to retrieve existing router info or query defaults. Users can only submit corrections, leaving a significant gap in read access.