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.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
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