Schemaguard runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 21 Feb 2026.
API Schema Drift Monitor — detect breaking changes in OpenAPI specs
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.
claude mcp add schemaguard -- npx -y @sethclawd/schemaguard
{
"mcpServers": {
"schemaguard": {
"args": [
"-y",
"@sethclawd/schemaguard"
],
"command": "npx"
}
}
}
[mcp_servers.schemaguard]
command = "npx"
args = ["-y", "@sethclawd/schemaguard"]
{
"mcpServers": {
"schemaguard": {
"args": [
"-y",
"@sethclawd/schemaguard"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"schemaguard": {
"args": [
"-y",
"@sethclawd/schemaguard"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.