schema-tools
mcp-schema-tools
AI 에이전트를 위한 스키마 검증 및 생성 도구를 제공하는 MCP 서버입니다.
도구
generate_json_schema
샘플 JSON 데이터에서 JSON Schema를 생성합니다. 타입, 필수 필드, 형식(이메일, 날짜, URI, UUID)을 추론하고 여러 예제에서 enum 패턴을 감지합니다.
generate_typescript
JSON 데이터 또는 JSON Schema에서 TypeScript 인터페이스와 타입을 생성합니다. 중첩 객체, 배열, 선택적 필드, enum, 유니온 타입을 처리합니다.
validate_schema
JSON Schema에 대해 데이터를 검증하고 JSON 경로, 예상 타입, 실제 값, 위반된 제약 조건 키워드를 포함한 상세한 오류 메시지를 제공합니다.
mock_from_schema
JSON Schema에서 현실적인 목 데이터를 생성합니다. 스마트 필드 이름 감지를 통해 상황에 맞는 값을 생성합니다: 이메일 필드는 유효한 이메일을, 이름 필드는 현실적인 이름을, 전화 필드는 형식화된 번호를 받는 식입니다.
diff_schemas
두 JSON Schema를 비교하여 추가, 제거, 변경된 필드를 찾습니다. 타입 변경, 제약 조건 변경을 식별하고 각 차이를 하위 호환성 분석을 위해 호환 여부(breaking/non-breaking)로 분류합니다.
Related MCP server: mock-mcp
설정
npm install
npm run buildClaude Desktop에서 사용
claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"schema-tools": {
"command": "node",
"args": ["path/to/mcp-schema-tools/dist/index.js"]
}
}
}라이선스
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