Deep Diff Engine MCP Connector for Claude
A+Find every single change between two JSON objects — additions, deletions, and edits with exact structural paths. Stop relying on AI to 'spot the difference'.
You pass two Kubernetes configs to an AI and ask what changed. It says 'The replica count increased' but completely misses that a critical security label was deleted deep in the spec. When the AI says 'they look the same', this engine proves otherwise.
This MCP uses deep-diff (1M+ weekly downloads) to compute exact structural differences between any two JSON objects or arrays. It returns machine-readable edit paths that agents can use to generate patch files, trigger alerts, or validate deployments.
The Superpowers
- Exact Edit Paths: Get the exact property path (e.g.,
spec.template.metadata.labels.env) where a change occurred. - Change Types: Accurately classifies changes as Additions (N), Deletions (D), or Edits (E).
- Array Aware: Detects items added or removed from deep nested arrays.
- Structural Fidelity: Ignores formatting and whitespace. Only alerts on real data changes.
Related Connectors
MACD & RSI Oscillator Engine MCP
Calculate exact MACD and Relative Strength Index (RSI) technical indicators local for quantitative analysis.
AdGuard Home MCP
Manage your AdGuard Home instance — control protection, DNS settings, and filtering rules directly from any AI agent.
Aliyun OSS / 阿里云对象存储 MCP
China's leading object storage service — manage files, buckets, and metadata via AI.
Bollinger Bands Engine MCP
Calculate moving standard deviation and Bollinger Bands for financial time-series deterministically.