Back to Home
jfomhover icon

json-schema-mcp-tool

Verified Safe

by jfomhover

Overview

Manages and validates JSON documents against defined schemas, designed for integration with AI assistants via the Model Context Protocol.

Installation

Run Command
/absolute/path/to/json-schema-mcp-tool/.venv/bin/python -m apps.mcp_server

Security Notes

The server employs robust schema validation, optimistic locking for concurrency control, and safe JSON Pointer operations to prevent path traversal issues. Storage uses atomic file operations (temp file + rename + fsync) for data integrity. No 'eval' or similar dangerous functions were found. The tool primarily uses local file-based storage, reducing external network attack surfaces. Overall, it demonstrates good security practices within its scope.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-30

Tags

JSON SchemaDocument ManagementSchema ValidationMCP ProtocolOptimistic Locking