Validate, transform, and normalize structured data for AI agents.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @agenson-horrowitz/structured-data-validator-mcp
MCP client config
{
"mcpServers": {
"structured-data-validator-mcp": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}