This server gives AI agents five data cleanup tools: JSON schema validation with detailed error reporting, CSV to JSON conversion with automatic type inference, normalization for dates/phones/currencies/emails, HTML-aware text cleaning, and dataset merging with configurable conflict resolution. You'd reach for it when your agent is dealing with messy API responses, scraped web data, or user uploads that need to be standardized before processing. The validation tool catches schema mismatches early, the CSV parser handles different delimiters and data types automatically, and the merge tool can combine datasets by key with strategies like first wins, last wins, or field merging. Built for sub-2-second response times on typical agent workloads.
claude mcp add --transport stdio io.github.agenson-horrowitz-structured-data-validator -- npx -y @agenson-horrowitz/structured-data-validator-mcp