# JSON Validator — Syntax Check & Schema Validation

JSON validation API for AI agents. Validate JSON syntax, check against JSON Schema, and get formatted output. Returns validity status, parse errors with line numbers, structure stats (depth, key coun…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/json-validator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/json-validator
```
