# structured-data-validator-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agenson-horrowitz/structured-data-validator-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list agenson-horrowitz/structured-data-validator-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agenson-horrowitz/structured-data-validator-mcp validate_json_schema

# Call a tool
npx -y @smithery/cli@latest tool call agenson-horrowitz/structured-data-validator-mcp validate_json_schema '{}'
```

## Direct MCP Connection

Endpoint: `https://structured-data-validator-mcp--agenson-horrowitz.run.tools`

## Tools (5)

- `validate_json_schema` — Validate JSON data against a schema with detailed error reporting. Perfect for agents receiving API responses or user d…
- `transform_csv_to_json` — Convert CSV data to structured JSON with intelligent type inference. Handles messy CSV data, auto-detects delimiters, i…
- `normalize_data` — Standardize common data formats like dates, phone numbers, currencies, and addresses. Essential for agents processing u…
- `clean_text` — Remove HTML tags, fix encoding issues, normalize whitespace, and extract clean text from messy input. Perfect for agent…
- `merge_datasets` — Merge multiple JSON datasets with deduplication and conflict resolution. Handles overlapping data intelligently, perfec…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agenson-horrowitz/structured-data-validator-mcp <tool-name>
```
