mcp-json-schema
Verified Safeby sualeh
Overview
Generate MCP-compliant JSON Schemas directly from Jackson-annotated Java classes to ensure consistency between tool code and schema definitions for Model Context Protocol (MCP) servers.
Installation
No command providedSecurity Notes
The project is a utility library designed to generate JSON schemas and deserialize JSON strings for the Model Context Protocol (MCP), rather than a standalone server application. It uses Jackson for JSON processing and includes robust error handling for malformed input, returning null or empty objects rather than propagating exceptions. No signs of code injection ('eval'), hardcoded secrets, or direct network risks were found. The schema generation relies on standard Java reflection and Jackson introspection, which is safe when working with trusted Java classes.
Similar Servers
mongodb-mcp-server
Provides a robust AI agent interface for interacting with MongoDB databases and MongoDB Atlas cloud services, enabling tool-calling for data management, monitoring, and search operations.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-annotated-java-sdk
Annotation-driven framework for building Model Context Protocol (MCP) servers in Java, simplifying the definition and integration of resources, prompts, and tools for LLM applications.
jsonv-ts
Provides a type-safe JSON Schema builder and validator in TypeScript, with integrated Hono middleware for OpenAPI generation and request validation, and an MCP (Model Context Protocol) server/client for agent-based interactions.