Structured Data Validator
Freeby MCP Community
MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents
v1.0.8Added Apr 12, 2026
mcpmcp-serverai-agenttool-serverdata-validation
Structured Data Validator MCP Server
MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents
Installation
Reviews
Installation
Quick install
npx -y @agenson-horrowitz/structured-data-validator-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"structured-data-validator": {
"command": "npx",
"args": ["-y", "@agenson-horrowitz/structured-data-validator-mcp"]
}
}
}