{"name":"llm-json-rescue","version":"1.0.0","description":"Repair broken LLM-emitted JSON in one call. Markdown fences, single quotes, trailing commas, Python literals, unbalanced braces, prose preamble — all handled.","pricing":"$0.0005/request (1k requests = $0.50). Free tier 100/day.","endpoints":{"health":"GET /llm-json-rescue/health","repair":"POST /llm-json-rescue/repair  { \"raw\": \"...\", \"schema\"?: {...} }","validate":"POST /llm-json-rescue/validate  { \"value\": ..., \"schema\": {...} }","mcp":"POST /llm-json-rescue/mcp (JSON-RPC 2.0)"},"examples":{"curl":"curl -X POST https://api.lazy-mac.com/llm-json-rescue/repair -H 'content-type: application/json' -d '{\"raw\":\"\\`\\`\\`json\\n{foo: \\\"bar\\\",}\\n\\`\\`\\`\"}'"}}