mcpbeat Sign in

Schemaguard MCP Server

by sethclawd-prog Your server? Claim it
local only

Schemaguard runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 21 Feb 2026.

API Schema Drift Monitor — detect breaking changes in OpenAPI specs

Installs per day peak 12 · avg 6 · +31% w/w
a month agotoday
35
Installs / week
npm · @sethclawd/schemaguard
0
Stars
0 open issues
21 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Schemaguard 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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add schemaguard -- npx -y @sethclawd/schemaguard
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schemaguard": {
      "args": [
        "-y",
        "@sethclawd/schemaguard"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.schemaguard]
command = "npx"
args = ["-y", "@sethclawd/schemaguard"]
.cursor/mcp.json
{
  "mcpServers": {
    "schemaguard": {
      "args": [
        "-y",
        "@sethclawd/schemaguard"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "schemaguard": {
      "args": [
        "-y",
        "@sethclawd/schemaguard"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Schemaguard

same job, measured the same way
Fixzi — MCP & API Schema Drift Monitor
by rohitcodilya

Monitor MCP servers, API contracts and AI outputs for schema drift. Alerts on breaking changes.

answering
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
Routebase
by routebase

Design, mock, test, document and monitor your APIs from one living OpenAPI spec.

115 installs/wk answering
Agentscore
by thezenmonster

MCP security trust layer: scan packages, inspect repos, check exposure, monitor changes.

95 installs/wk local only
Wachete
by wachete

Create, read and monitor Wachete website-change wachets for a signed-in user.

answering
PageCrawl
by pagecrawl

Monitor web pages for changes with AI-powered change detection, diffs, and alerts.

answering
Cronitor
by usefulapi

Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.

6 tools answering
Site Spy
by vkuprin

MCP server for Site Spy — lets AI agents monitor websites for changes

63 installs/wk local only

Schemaguard — questions

Answers built from our own checks of this server.

Why is there no uptime for Schemaguard?
Schemaguard runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @sethclawd/schemaguard was installed 35 times last week.
How do I connect Schemaguard?
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 runs locally, so the command pulls @sethclawd/schemaguard straight from npm; nothing to host, nothing to sign up for.
How many people use Schemaguard?
The npm package @sethclawd/schemaguard was installed 35 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Schemaguard open source?
Yes — it is published under the MIT licence, written in TypeScript 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.