MCP Server
Maintained
MIT
io.github.agenson-horrowitz/structured-data-validator MCP Server
io.github.agenson-horrowitz/structured-data-validator
What is the io.github.agenson-horrowitz/structured-data-validator MCP server?
Validate, transform, and normalize structured data for AI agents.
How to install io.github.agenson-horrowitz/structured-data-validator
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"structured-data-validator": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"structured-data-validator": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"structured-data-validator": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"structured-data-validator": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/structured-data-validator-mcp"
]
}
}
}Claude Code
claude mcp add structured-data-validator -- npx -y @agenson-horrowitz/structured-data-validator-mcpRelated MCP servers
Validate and verify data from other agents before acting on it. Zero LLM costs.
0
View repository →JavaScript
MIT
Parse and extract structured data from various document formats (PDF, Word, HTML).
0
View repository →JavaScript
MIT
Extract and process web content into clean, structured formats optimized for LLMs.
0
View repository →JavaScript
MIT