mcpbeat Sign in

JSON Repair MCP Server

by grupoanesthy-spec Your server? Claim it
local only

JSON Repair MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm.

Repairs malformed JSON from LLM output, validated against a schema. Paid per call via Stripe.

The linked repository no longer exists on GitHub — it was deleted or made private.

36
Installs / week
npm · json-repair-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add json-repair-mcp -- npx -y json-repair-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "json-repair-mcp": {
      "args": [
        "-y",
        "json-repair-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.json-repair-mcp]
command = "npx"
args = ["-y", "json-repair-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "json-repair-mcp": {
      "args": [
        "-y",
        "json-repair-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "json-repair-mcp": {
      "args": [
        "-y",
        "json-repair-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JSON_REPAIR_API_KEY (API key obtained by visiting https://json-repair-api-9ybv.onrender.com/signup (Stripe Checkout, one-time signup).), JSON_REPAIR_API_URL (Base URL of the hosted API. Defaults to the production endpoint if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to JSON Repair MCP

same job, measured the same way
I
JSON Schema Validator
by ryuamarines

Validates JSON against a JSON Schema, lists violations. x402 payment required (testnet USDC).

1 tools answering
systemprompt.io reports
by systemprompt

Paid EU AI Act compliance reports for agents. $1.50 per call via x402 (USDC on Base) or Stripe.

2 tools answering
Pdfapi MCP Server
by amranswill

Generate invoice, receipt, and report PDFs from structured JSON via a single API call.

33 installs/wk local only
Mailsnail
by iancollins27

Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.

31 installs/wk local only
Proof Inbox
by proofinbox

Prepaid email-verify credits for MCP agents via Stripe Link.

3 tools answering
Galley Render
by galleyrender

JSON in, PDF out. Render invoices, certificates, reports and cards from a template and a payload.

15 tools answering
Sanctions & PEP Screening
by macaroonnetwork

Screen a name in one call against US OFAC SDN, the EU Consolidated Financial Sanctions List, UK…

local only
I
Stockfish MCP
by stepbot

A Stockfish MCP server to allow an LLM to play chess against Stockfish

54 installs/wk local only

JSON Repair MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for JSON Repair MCP?
JSON Repair MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package json-repair-mcp was installed 36 times last week.
Is JSON Repair MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect JSON Repair MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls json-repair-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use JSON Repair MCP?
The npm package json-repair-mcp was installed 36 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.