Server Details
Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- keremurat/mcp
- GitHub Stars
- 0
- Server Listing
- JSON Compare MCP Server
Available Tools
2 toolscompare_jsonTry in Inspector
İki JSON'u derinlemesine ve sıra-bağımsız (order-agnostic) şekilde karşılaştırır.
Bu tool:
- Üst seviye objeleri/anahtarları karşılaştırır (sıralama önemli değil)
- Her objenin içindeki property'leri derinlemesine kontrol eder
- Eksik, fazla veya farklı anahtarları tespit eder
- Değer tiplerini ve içeriklerini kontrol eder
- Nested array'ler ve objeler için recursive karşılaştırma yapar
Args:
json1: İlk JSON string (örn: '{"name": "John", "age": 30}')
json2: İkinci JSON string (örn: '{"age": 30, "name": "John"}')
Returns:
Karşılaştırma sonuçlarını içeren detaylı JSON raporu:
- status: "identical" veya "different"
- total_differences: Toplam fark sayısı
- differences: Tespit edilen tüm farkların listesi
- summary: Fark tiplerinin özet istatistikleri
Example:
compare_json('{"a": 1}', '{"a": 2}')
# Returns: differences showing value mismatch at "root.a"
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json1 | Yes | ||
| json2 | Yes |
dummy_toolTry in Inspector
Definition of a tool here.
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| param | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.