JSON Tools MCP runs on your own machine — the client starts it, so there is no endpoint to ping.
Validate, format, and inspect JSON locally. No network and no key.
The linked repository no longer exists on GitHub — it was deleted or made private.
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.
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.
claude mcp add json-tools-mcp -- npx -y json-tools-mcp
{
"mcpServers": {
"json-tools-mcp": {
"args": [
"-y",
"json-tools-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.json-tools-mcp]
command = "npx"
args = ["-y", "json-tools-mcp"]
{
"mcpServers": {
"json-tools-mcp": {
"args": [
"-y",
"json-tools-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"json-tools-mcp": {
"args": [
"-y",
"json-tools-mcp"
],
"command": "npx"
}
}
}
Generate UUIDs and validate formats locally. No network and no key.
Validate and format IBAN bank account numbers locally. No network and no key.
Validate and format international phone numbers locally. No network and no key.
Parse, filter, and inspect CSV data locally. No network and no key.
Parse, stringify, and validate YAML locally. No network and no key.
Format SQL queries into readable layouts locally. No network and no key.
Decode and verify JSON Web Tokens locally. No network and no key.
Score words and find valid plays for Scrabble locally. No network and no key.
Answers built from our own checks of this server.