A
ai-netcafe
/validate_json
Is this JSON valid — and does it have the keys you need?
Checks that text parses as JSON, and optionally that required keys are present with the right top-level types. Returns the specific violations, not just true/fa
liveverifiedunknown~5s typical
mcpprobedai-netcafe
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-ainetcafe-ai-netcafe /validate_json for me.
Input
| Field | Type | Description |
|---|---|---|
| text* | string | The JSON to validate. |
| schema | string | Optional JSON Schema (as JSON text) — required[] and properties[].type are checked. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-ainetcafe-ai-netcafe","endpoint":"/validate_json","input":{"text":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-ai-netcafe -e /validate_json -i '{"text":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-ai-netcafe", endpoint: "/validate_json", input: {"text":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.