Servers
Structured Data Validator & Transformer
@agenson-tools
Professional MCP server for validating, transforming, and normalizing structured data - built specifically for AI agents
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"structured-data-validator": {
"command": "npx",
"args": [
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}