loading…
Search for a command to run...
loading…
Schema Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Schema Validator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Schema Validator AI MCP Server JSON Schema validation and generation tools powered by MEOK AI Labs.
| Tool | Description |
|---|---|
validate_json_schema |
Validate JSON data against a JSON Schema. |
generate_schema |
Generate a JSON Schema from example JSON data. |
convert_openapi |
Extract and convert schemas from an OpenAPI specification. |
validate_types |
Validate that JSON data fields match expected types. |
pip install meok-schema-validator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"schema-validator-ai": {
"command": "python",
"args": ["-m", "meok_schema_validator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"schema-validator-ai-mcp": {
"command": "npx",
"args": []
}
}
}