Back to Home
jacekciszkowski-plum icon

mcp-servers

Verified Safe

by jacekciszkowski-plum

Overview

Provides comprehensive JSON validation, analysis, and manipulation capabilities for developers.

Installation

Run Command
python C:\Users\YourUsername\path\to\json-validator-mcp-server\server.py

Security Notes

The server primarily performs local file operations (reading JSON files) and string processing. No direct network calls are made by the server for its core functions. The main potential risk would be file path traversal if the `file_path` arguments supplied by the MCP client (e.g., Claude Code) are not adequately sanitized, allowing access to arbitrary files outside the intended scope. However, this is a client-side sanitation responsibility. No hardcoded secrets or direct code execution from user input ('eval') were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-07

Tags

JSONValidationAnalysisDeveloper ToolsUtilities