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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.