Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.skrcode/bestjsonformatter

NPM · BESTJSONFORMATTER · SCANNED SEP 25

Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas.

Available components

−3 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency6
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 692 tokens (~69/item across 10 items; 10 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.skrcode/bestjsonformatter MCP server?

io.github.skrcode/bestjsonformatter runs locally as an npm package, launched with npx -y bestjsonformatter. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · bestjsonformatter

# add to Claude Code
claude mcp add skrcode-bestjsonformatter -- npx -y bestjsonformatter
// .cursor/mcp.json
{
  "mcpServers": {
    "skrcode-bestjsonformatter": {
      "command": "npx",
      "args": [
        "-y",
        "bestjsonformatter"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "skrcode-bestjsonformatter": {
      "command": "npx",
      "args": [
        "-y",
        "bestjsonformatter"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add skrcode-bestjsonformatter -- npx -y bestjsonformatter
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "skrcode-bestjsonformatter": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bestjsonformatter"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add skrcode-bestjsonformatter --command npx --arg -y --arg bestjsonformatter
# ~/.hermes/config.yaml
mcp_servers:
  skrcode-bestjsonformatter:
    command: "npx"
    args: ["-y", "bestjsonformatter"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "skrcode-bestjsonformatter": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "bestjsonformatter"
      ]
    }
  }
}
# add to Vellum
assistant mcp add skrcode-bestjsonformatter -t stdio -c npx -a -y bestjsonformatter
// mcp.json
{
  "mcpServers": {
    "skrcode-bestjsonformatter": {
      "command": "npx",
      "args": [
        "-y",
        "bestjsonformatter"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 +1
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/bestjsonformatter@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 10 exposed · ~654 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analyze_json ~70

Find duplicate object keys and number values that JavaScript may round, overflow, underflow, or rewrite.

NameTypeReqDescription
checksarray–Correctness checks to run. Defaults to both.
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

compare_json ~48

Compare two JSON documents structurally while ignoring whitespace and object-key order.

NameTypeReqDescription
changedstringyesThe changed JSON document as text.
originalstringyesThe original JSON document as text.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

convert_json ~79

Convert valid JSON to YAML, CSV, or XML while retaining exact number values where the target format permits.

NameTypeReqDescription
indentstring–Output indentation. Defaults to 2 spaces.
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
tostringyesTarget document format.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

format_json ~90

Format or minify JSON without changing duplicate properties, large integers, number notation, or string escape spelling. Can sort object keys recursively.

NameTypeReqDescription
indentstring–Output indentation. Defaults to 2 spaces.
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
sort_keysboolean–Sort object keys recursively while preserving arrays.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

generate_json_sample ~44

Generate a representative JSON document from a Draft 2020-12 JSON Schema.

NameTypeReqDescription
schemastringyesThe Draft 2020-12 JSON Schema as JSON text.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

infer_json_schema ~50

Infer a Draft 2020-12 JSON Schema from an example JSON document.

NameTypeReqDescription
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

query_json ~84

Run a JSONPath expression against a JSON document and return every matching value.

NameTypeReqDescription
indentstring–Output indentation. Defaults to 2 spaces.
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
pathstringyesA JSONPath expression beginning at $, such as $.items[*].id.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

repair_json ~61

Propose a repair for malformed JSON such as trailing commas, single quotes, comments, or unquoted keys. The source is never modified.

NameTypeReqDescription
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

validate_json ~55

Validate strict JSON syntax and return deterministic line, column, and offset diagnostics without echoing a valid input document.

NameTypeReqDescription
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

validate_json_schema ~73

Validate a JSON document against a Draft 2020-12 JSON Schema and return all validation errors.

NameTypeReqDescription
jsonstringyesThe complete JSON document as text. It is processed locally and is not sent over the network.
schemastringyesThe Draft 2020-12 JSON Schema as JSON text.
NameTypeReqDescription
diagnosticobject––
messagestringyes–
metadataobject––
okbooleanyes–
outputstring––
reportsobject––

No examples provided.

Common questions

What is the io.github.skrcode/bestjsonformatter MCP server?

io.github.skrcode/bestjsonformatter is an MCP server listed in the public MCP registry as io.github.skrcode/bestjsonformatter. Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas. This page covers its npm package (bestjsonformatter).

Is the io.github.skrcode/bestjsonformatter MCP server safe to use?

io.github.skrcode/bestjsonformatter scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.skrcode/bestjsonformatter MCP server expose?

io.github.skrcode/bestjsonformatter exposes 10 tools: format_json, validate_json, repair_json, analyze_json, compare_json, and 5 more. Their descriptions and schemas cost roughly 654 tokens of context every time the server is loaded.

Is the io.github.skrcode/bestjsonformatter MCP server still maintained?

io.github.skrcode/bestjsonformatter is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.skrcode/bestjsonformatter MCP server under?

io.github.skrcode/bestjsonformatter declares the UNLICENSED licence, which is not on the OSI-approved list. Read the terms before using it at work, and note this covers the source only, not the cost of any service it calls.