Loading MCP server directory, please wait...
Repairs malformed JSON from LLM output, validated against a schema. Paid per call via Stripe.
npx @getmcp/cli add io.github.grupoanesthy-spec/json-repair-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
JSON_REPAIR_API_KEYAPI key obtained by visiting https://json-repair-api-9ybv.onrender.com/signup (Stripe Checkout, one-time signup).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.grupoanesthy-spec/json-repair-mcp": {
"command": "npx",
"args": [
"-y",
"json-repair-mcp"
],
"env": {
"JSON_REPAIR_API_KEY": "",
"JSON_REPAIR_API_URL": ""
}
}
}
}