Server data from the Official MCP Registry
On-demand drift checks: declared CSS color, radius, spacing & type vs your own tokens or a pack
On-demand drift checks: declared CSS color, radius, spacing & type vs your own tokens or a pack
Remote endpoints: streamable-http: https://swatchdog-mcp-970396648818.us-central1.run.app/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue 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.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"dev-swatchdog-validator": {
"url": "https://swatchdog-mcp-970396648818.us-central1.run.app/mcp"
}
}
}From the project's GitHub README.
Give your AI agents a visual system guide so they write brand-consistent styles instead of guessing color values, radii, and layouts.
https://github.com/user-attachments/assets/6ae8b242-d6c7-4a29-8892-27b067835308
Swatchdog is a Model Context Protocol (MCP) server that runs on-demand CSS design-token drift checks for AI coding assistants (Claude Code, Claude Desktop, Cursor, Google Antigravity, and other MCP-aware clients — plus claude.ai via a connector).
When your agent asks, Swatchdog checks the generated CSS against a chosen design pack — or your own tokens — and returns the off-token color, radius, spacing, and type values with the closest matching token to use instead. The check is on-demand and the loop is yours: Swatchdog reports drift; it does not intercept writes or change your code.
AI coding agents are fast, but blind to your design system — they invent off-brand spacing, off-palette colors, and ignore your scales.
Swatchdog adds an on-demand drift check to the agentic loop. When connected:
radius.sm (5px) instead of 7px").Check your styles against a curated Swatchdog design family — Workbench, Showcase, Terminal, plus the free Studio sandbox. Fast, zero-configuration checks.
Check styles against your project's own custom design system.
tailwind.config.js or your CSS
variables and passes them as parameters.A dedicated, trimmed BYO-only surface built for chat clients:
check_design_drift(reference_tokens, code) — returning a
compact, machine-first report sized for an agent's fix-and-recheck loop.429 + Retry-After at capacity). A paid key in the Authorization
header gets its own uncapped lane.Swatchdog doesn't just flag drift; it maps each off-token value to the closest valid token:
Note: checks currently cover hex and standard color formats. HSL-channel representation and complex multi-file token resolution are planned for Phase 2.
check_drift — main endpoint. Checks a CSS string against a pack or a custom token set.
content (string, required) — the CSS/markup to check.paletteId (string, optional) — a pack id (e.g. studio-blue-hour). Pack mode.tokens (object, optional) — your own token set. BYO mode (any paid key).source (string, optional) — telemetry tag (pack, css, tailwind).check_design_drift — connector endpoint. BYO-only, keyless-friendly.
reference_tokens (object, required) — your design tokens
(e.g. {"color":{"primary":"#b06ed0"},"radius":{"md":"6px"}}).code (string, required) — the CSS/markup to check.| Lane | What you get | Where |
|---|---|---|
Free — sandbox key swt_sandbox_studio | pack checks vs the Studio family | main endpoint |
| Free — keyless | BYO checks, shared rate-capped lane | connector endpoint |
| $12 — drift-check license | BYO checks, your own uncapped key | both endpoints (key sent as a bearer header) |
| $19 / $49 — pack or bundle | premium families (Workbench, Showcase, Terminal) + a paid key (BYO included) | both endpoints |
If a free caller attempts a premium or BYO check on the main endpoint, the tool returns a structured JSON upgrade payload with where to get a key — at swatchdog.dev.
All checks are on-demand and transient.
No source code, files, or custom tokens are ever stored on our servers. We log minimal usage metadata — the source tag, which pack, and the finding outcome, tied to the account the key belongs to — never your license key, your source code, or your tokens.
Created and maintained by swatchdog.dev · privacy policy: swatchdog.dev/privacy.html · support: hey@swatchdog.dev
Main endpoint (packs + BYO, bearer key — the free sandbox key shown):
{
"mcpServers": {
"swatchdog-sandbox": {
"type": "http",
"url": "https://swatchdog-mcp-970396648818.us-central1.run.app/mcp",
"headers": { "Authorization": "Bearer swt_sandbox_studio" }
}
}
}
Connector endpoint (In process: Pending Connector Submission Approval BYO-only, no key needed — add a key to remove the rate cap):
{
"mcpServers": {
"swatchdog-check": {
"type": "http",
"url": "https://swatchdog-connector-970396648818.us-central1.run.app/mcp"
}
}
}
[In process: Pending connector submission approval] In claude.ai: Settings → Connectors → Add custom connector → paste the connector URL above — no credentials needed.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
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.