Simple Data Comparator MCP
About
Simple toolset for performing comparison of JSON, XML, XLSX, CSV and text data in Actual-Expected format with different options.
Details
- Author
- ee-will-i
- Categories
- Developer Tools
Jump to
Setup
Install Simple Data Comparator MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ee-will-i/simple-data-comparator-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Simple toolset for performing comparison of JSON, XML, XLSX, CSV and text data in Actual-Expected format with different options.
Agent-oriented reference for thesimple-data-comparator-mcpMCP server. Each comparator compares anactualvalue against anexpected templateand returns pass/fail with structured difference lines on failure.
All tools return MCP content with this structure:
{ "content": [{ "type": "text", "text": "<result message>" }], "isError": true | false }
- Pass:isError: false, text isValidation passed.
- Fail:isError: true, text includesValidation failed.and difference lines (except text comparator, which does not expose diff details via MCP)
- Choose the toolthat matches the data format you need to compare.
- Prepare inputs— JSON/XML/CSV/text as strings; XLSX asworkspace file paths(e.g.Templates/test/1.xlsx) or base64.
- Call the MCP tool— for Excel usecompare-xlsxwithactualandtemplatefile paths.
- ReadisError— iftrue, parse the difference lines to explain what diverged.
- Apply optionswhen needed (e.g.strictModefor JSON,includeColumnsfor CSV,ignoreRowOrderfor unordered row sets).
Use MCP tool discovery (tools/list) to get live schemas. Tool names are stable:validate-json,validate-xml,validate-csv,validate-xlsx,validate-text.
The server communicates over stdin/stdout. Logs are written to stderr so they do not interfere with MCP protocol messages.
Add this to your Cursor MCP settings (.cursor/mcp.json):
{ "mcpServers": { "simple-data-comparator-mcp": { "type": "stdio", "command": "npx", "args": [ "-y", "@ee_will_i/simple-data-comparator-mcp" ] } } }
Replace the path with your local project path. Runnpm run buildbefore starting the server.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





