This JSON Schema MCP Server manages JSON schemas and generates instances from them, providing a structured way to create, store, and retrieve schemas with custom properties. Built with FastMCP, it offers resources for accessing specific schemas by ID and listing all available schemas, along with tools for creating new schemas with customizable properties and generating JSON instances with default or user-provided values. The implementation stores schemas as JSON files with unique IDs, making it ideal for applications that need to maintain consistent data structures or generate template-based JSON documents.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new JSON schema with specified title and properties.
Create a JSON instance from a schema using the schema ID and a set of values.