The API-change deploy gate for AI coding agents. Read-only breaking-change detection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The API-change deploy gate for AI coding agents. Ask "is it safe to ship this API change to my consumers?" right inside Claude, Cursor, and other MCP clients β and catch breaking changes before they reach your consumers.
It's a thin adapter over the SpecShield backend. Every tool is read-only / analyze-only β it never modifies your code.
Why not just diff specs? Plenty of tools (including free ones) list breaking changes. SpecShield's job is the decision: can I deploy this? β the deploy gate is the hero tool here.
βοΈ In CI/CD instead of an agent? The
specshieldCLI runs the same breaking-change andcan-i-deploychecks in your pipeline (GitHub Action, exit codes). Same job, two entry points: this server for AI agents, the CLI for CI/CD.
| # | Tool | What it answers |
|---|---|---|
| 1 | is_change_safe β | Is this change safe to merge/deploy? Will it break consumers? (safeToMerge + risk + blocking reasons) |
| 2 | explain_breaking_changes | What breaks, developer & consumer impact, suggested migration |
| 3 | generate_migration_guide | Migration guide (markdown) + safe rollout steps |
| 4 | generate_release_notes | Release notes for developer / customer / internal |
| 5 | compare_specs | The raw diff (breaking / additions / modifications / warnings) + risk score |
| 6 | run_governance_review π | API governance ruleset beyond breaking changes (missing operationId, error responses, security scheme, pagination, versioningβ¦) β located findings + suggested fixes. Paid (Team+) |
Tools 1β5 accept specs inline (baseSpecContent / targetSpecContent) or by path
(baseSpecPath / targetSpecPath). run_governance_review reviews a single spec
(specContent / specPath).
π run_governance_review is a paid feature β a FREE API key returns a
payment_required error. Upgrade at specshield.io/pricing.
Full setup, verification & troubleshooting: docs/mcp-server-setup.md.
Requires Node.js β₯ 20 and a SpecShield API key (from specshield.io/account).
claude_desktop_config.json:
~/.cursor/mcp.json (or the project .cursor/mcp.json):
| Env var | Required | Default | Purpose |
|---|---|---|---|
SPECSHIELD_API_KEY | yes | β | Your SpecShield API key. Store it as a secret; never commit it. |
SPECSHIELD_API_URL | no | https://api.specshield.io | Backend base URL (override for self-hosted/staging). |
SPECSHIELD_TIMEOUT_MS | no | 30000 | Per-request timeout. |
SPECSHIELD_LOG_LEVEL | no | info | debug | info | warn | error (logs go to stderr). |
openapi.yaml β is it safe to ship this API change to my consumers?"v1.yaml and v2.yaml and tell me if I can deploy, and why not."X-Api-Key header to your configured backend.MIT Β© SpecShield Software Private Limited
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/specshield-mcp-server)<a href="https://allmcps.com/mcp/specshield-mcp-server"><img src="https://allmcps.com/api/badge/specshield-mcp-server?style=directory" alt="Specshield MCP Server on AllMCPs" /></a>