Compares CSV actual vs expected template via the validate-csv MCP tool. Use when validating CSV exports, tabular reports, database dumps, ETL output, or when the user asks to compare or validate CSV data.
Compares JSON actual vs expected template via the validate-json MCP tool. Use when validating API responses, JSON configs, nested objects, JSON Schema contracts, or when the user asks to compare, diff, or validate JSON data.
Compares plain text actual vs expected via the validate-text MCP tool. Use when validating logs, CLI stdout, fixed-format text reports, or when the user asks for exact line-by-line text comparison.
Compares XLSX workbooks actual vs expected via the validate-xlsx MCP tool. Use when validating Excel reports, spreadsheet exports, workbook sheets, or when the user asks to compare or validate .xlsx files.
Compares XML actual vs expected template via the validate-xml MCP tool. Use when validating SOAP/REST XML responses, XML configs, element structure, or when the user asks to compare or validate XML documents.
Simple toolset for performing validations for JSON, XML, CSV and text files with report generation in HTML format. Runs locally from the @ee_will_i/simple-data-comparator-mcp npm package.