
Keremurat Json
Let your coding agent deep-compare two JSON blobs or files when order of keys or array items should not matter.
Overview
ai.smithery/keremurat-json is a Ship-phase MCP server that performs order-aware deep JSON comparison and reports structural differences for agents.
What is this MCP server?
- Deep structural compare that ignores object key order and treats array order flexibly where configured
- Surfaces missing keys, extra keys, and nested value mismatches in a readable report
- Smithery streamable-http remote at server.smithery.ai with Bearer Smithery API key
- Published from keremurat/mcp on GitHub as MCP server schema 2025-09-16
- Version 1.16.0 remote endpoint for agent-driven diff workflows
- Server version 1.16.0 in published server metadata
- One streamable-http remote endpoint on Smithery
- Source repository keremurat/mcp on GitHub
What problem does it solve?
Raw string or key-order-sensitive compares falsely fail when JSON is equivalent but serialized differently.
Who is it for?
Indie builders validating API payloads, MCP tool outputs, or environment JSON during CI-style checks in the agent loop.
Skip if: Teams that need binary file diff, non-JSON documents, or a hosted test dashboard without an MCP-capable agent.
What do I get? / Deliverables
Your agent returns a structured difference report so you can fix real schema or value drift faster during tests and reviews.
- Structured report of missing, extra, and changed JSON paths
- Agent-ready summary of whether payloads are semantically aligned
- Repeatable diff workflow without custom comparator scripts
Recommended MCP Servers
Journey fit
Canonical shelf is Ship because semantic JSON diff is most often used to validate responses, fixtures, and config snapshots before release. Testing subphase fits regression checks, golden-file updates, and API contract verification without brittle string equality.
How it compares
MCP JSON diff integration, not a standalone agent skill or full E2E test framework.
Common Questions / FAQ
Who is ai.smithery/keremurat-json for?
Solo builders and developers who use Claude Code, Cursor, or similar agents and need trustworthy JSON equivalence checks during development and shipping.
When should I use ai.smithery/keremurat-json?
Use it when comparing two JSON sources—fixtures, exports, or API responses—where key order or array ordering would confuse a naive diff.
How do I add ai.smithery/keremurat-json to my agent?
Register the Smithery remote URL https://server.smithery.ai/@keremurat/json/mcp with streamable-http and set Authorization to Bearer your smithery_api_key in MCP settings.