schema-tools
mcp-schema-tools
MCP-Server, der Schema-Validierungs- und Generierungswerkzeuge für KI-Agenten bereitstellt.
Werkzeuge
generate_json_schema
Generiert ein JSON-Schema aus Beispiel-JSON-Daten. Leitet Typen, Pflichtfelder, Formate (E-Mail, Datum, URI, UUID) ab und erkennt Enum-Muster aus mehreren Beispielen.
generate_typescript
Generiert TypeScript-Schnittstellen und -Typen aus JSON-Daten oder einem JSON-Schema. Behandelt verschachtelte Objekte, Arrays, optionale Felder, Enums und Union-Typen.
validate_schema
Validiert Daten gegen ein JSON-Schema mit detaillierten Fehlermeldungen, einschließlich JSON-Pfad, erwartetem Typ, tatsächlichem Wert und dem verletzten Constraint-Schlüsselwort.
mock_from_schema
Generiert realistische Mock-Daten aus einem JSON-Schema. Intelligente Felderkennung erzeugt kontextbezogene Werte: E-Mail-Felder erhalten gültige E-Mails, Namensfelder realistische Namen, Telefonfelder formatierte Nummern usw.
diff_schemas
Vergleicht zwei JSON-Schemas, um hinzugefügte, entfernte und geänderte Felder zu finden. Identifiziert Typänderungen, Constraint-Änderungen und klassifiziert jede Änderung als breaking oder non-breaking für die Abwärtskompatibilitätsanalyse.
Related MCP server: mock-mcp
Einrichtung
npm install
npm run buildVerwendung mit Claude Desktop
Fügen Sie zu Ihrer claude_desktop_config.json hinzu:
{
"mcpServers": {
"schema-tools": {
"command": "node",
"args": ["path/to/mcp-schema-tools/dist/index.js"]
}
}
}Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceDetects schema mismatches between data producers and consumers through static analysis, supporting extraction, comparison, code generation, and automated validation with watch mode for MCP tools, APIs, and service contracts.1115MIT
- AlicenseAqualityCmaintenanceGenerates schema-compliant mock data from OpenAPI JSON Schema definitions using AI, enabling seamless testing without manual fixtures.6229MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to generate TypeScript types, Zod schemas, TypeBox, and JSON Schema from any API endpoint or JSON.7MIT
- FlicenseNot gradedqualityBmaintenanceValidates OpenAPI documents, JSON Schemas, and JSON payloads. Also compares OpenAPI specs and displays breaking changes.
Related MCP Connectors
Generate a typed SDK, CLI, and MCP server from any OpenAPI or GraphQL spec, and keep them current.
Deploy production REST APIs from JSON schemas in seconds. Manage projects, schemas, and deployments.
JSON Schema catalog (SchemaStore.org)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rog0x/mcp-schema-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server