JsonDiffPatch MCP
Diff and patch JSON objects with a compact delta format for change tracking and sync.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for JsonDiffPatch MCP, derived from its capabilities.
AIVSS 2.9 · Low
View MAESTRO 7-layer threat model →Overview
The JsonDiffPatch MCP tool compares and patches JSON objects using a compact delta format capturing additions, modifications, deletions, and array moves. It runs purely on data passed to it. This is a low-risk utility server — the only sensitivity is the JSON content the agent hands it, which never leaves the local process.
Key features
- JSON diffing
- Compact delta format
- Array-move detection
- Patch application
Use cases
- Tracking JSON changes
- Data synchronization
- Config diff visualization