{
  "name": "Dataset Diff & Change Detector",
  "description": "Remote MCP server. Compare two versions of a list of JSON rows and get exactly what was added, removed or changed.",
  "mcpEndpoint": "https://dataset-diff-detector.nerolabs.workers.dev/mcp",
  "transport": "streamable-http",
  "tools": [
    "list_capabilities",
    "diff_rows"
  ],
  "maxRowsPerCall": 500
}