Back to feed
Dev.to
Dev.to
7/10/2026
specshield-mcp-server: an MCP tool for detecting breaking API changes from AI coding agents

specshield-mcp-server: an MCP tool for detecting breaking API changes from AI coding agents

Original: Your AI coding agent will happily ship a breaking API change. I built an MCP server to catch it.

Short summary

A developer built specshield-mcp-server, an MCP server that lets AI coding agents like Cursor and Claude check whether API changes are safe to ship before committing. The core tool, is_change_safe, diffs old and new OpenAPI specs and returns a verdict with blocking reasons and recommended actions. Additional tools generate migration guides, release notes, and plain-language impact explanations for API consumers.

  • MCP server gives AI coding agents awareness of API contract implications before shipping changes
  • is_change_safe tool diffs OpenAPI specs and returns risk verdict, blocking reasons, and remediation guidance
  • Works with Cursor, Claude Desktop, and Claude Code; available on npm and the MCP registry

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more