Skip to content

Structured Data Validator

Free

by 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
Works with:ClaudeGPTGeminiCopilot

Structured Data Validator MCP Server

MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents

Installation

Reviews

Leave a Review

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"]
    }
  }
}