{"name":"io.github.Nero-Engine/dataset-diff-detector","slug":"nero-engine-dataset-diff-detector","title":"Dataset Diff & Change Detector","description":"Compare two versions of a JSON row list: what was added, removed or changed, field by field.","url":"https://mcp.market/server/nero-engine-dataset-diff-detector","rating":null,"grade":"A","score":88,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-13T00:05:21.000Z","license":null},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T22:50:55.699Z","last_ok_at":"2026-09-19T22:50:55.699Z","latency_ms":47},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Nero-Engine/dataset-diff-detector-mcp","website":"https://github.com/Nero-Engine/dataset-diff-detector-mcp","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://dataset-diff-detector.nerolabs.workers.dev/mcp"}],"packages":[],"tools":[{"name":"diff_rows","description":"Compares two versions of the same list of JSON rows (a before and an after snapshot, such as yesterday's and today's price list, product feed or CRM export) and returns one row per difference: status added, removed or changed, the key, the old and new values, and changedFields naming exactly which fields moved. Set keyFields to the field(s) that identify a row (sku, id, email); without it rows match on full content and an edited row shows as removed plus added. Comparison is exact: \"19.99\" (text) and 19.99 (a number) differ, as do \"Blue\" and \"blue \" and null and a missing field; nested objects compare by value. Put always-changing fields such as timestamps in ignoreFields. The summary counts added, removed, changed and unchanged rows and warns about duplicate keys, rows missing a key, and field names found in no row. oldRows and newRows together are limited per call (list_capabilities gives the number); larger calls are refused with a message saying how to split them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"oldRows":{"type":"array","description":"The before snapshot: a JSON array of row objects. At least one row. Keys may differ between rows.","items":{"type":"object"}},"newRows":{"type":"array","description":"The after snapshot: a JSON array of row objects, the same kind of rows as oldRows. At least one row.","items":{"type":"object"}},"keyFields":{"type":"array","description":"Field name(s) that uniquely identify a row on both sides, for example [\"sku\"] or [\"country\",\"sku\"]. Strongly recommended: without it a changed row is reported as one removed row plus one added row.","items":{"type":"string"}},"compareFields":{"type":"array","description":"Optional. Only these fields decide whether a matched row changed. Default: every field on either row.","items":{"type":"string"}},"ignoreFields":{"type":"array","description":"Optional. Fields never compared, for example [\"scrapedAt\",\"lastChecked\"], so a timestamp alone does not mark a row changed.","items":{"type":"string"}},"includeUnchanged":{"type":"boolean","description":"Optional, default false. Set true to also return matched rows with no difference (status \"unchanged\"). They are always counted in the summary."}},"required":["oldRows","newRows"],"additionalProperties":false}},{"name":"list_capabilities","description":"Returns the exact matching and comparison rules diff_rows uses, the shape and order of its output rows, and the maximum rows per call. Call this first if you are unsure how values are compared. Free, processes no data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}}],"scan":{"score":88,"grade":"A","scanned_at":"2026-09-19T20:06:24.008Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:06:24.152Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 166ms"]},"poisoning":{"score":15,"max":15,"notes":["2 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[],"inputs":{"probes":[{"url":"https://dataset-diff-detector.nerolabs.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":166,"serverInfo":{"name":"nerolabs-dataset-diff-detector","version":"0.1.0"}}],"packages":[],"repo":{"found":true,"owner":"Nero-Engine","repo":"dataset-diff-detector-mcp","archived":false,"pushedAt":"2026-09-13T00:05:21Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/315789026?v=4","ownerCreatedAt":"2026-08-11T12:14:49Z"},"icon":{"url":"https://avatars.githubusercontent.com/u/315789026?v=4&s=128","source":"registry"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":null,"lastPushAt":"2026-09-13T00:05:21.000Z","score":23}}}},"grade_history":[{"kind":"restore","fromGrade":"B","toGrade":"A","reason":"score 88","createdAt":"2026-09-19T20:06:25.120Z"}],"reviews":[]}