The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Schema Bridge MCP listing page.
Model Context Protocol (MCP) Server & CLI for Instant Schema Conversion & Mock API Generation.
Effortlessly compile SQL DDL, Prisma schemas, and JSON into Zod validation schemas, TypeScript interfaces, and Python Pydantic v2 models, plus generate synthetic mock datasets in seconds.
Converting database schemas into API validation rules, TypeScript types, and synthetic testing data is repetitive, tedious, and error-prone.
schema-bridge-mcp gives Claude Desktop, Cursor, Command Code, and Cline native superpowers to automate schema translations and mock generation on demand.
.cursor/mcp.json)claude_desktop_config.json)| Tool | Parameters | Description |
|---|---|---|
schema_convert | source_schema: string, target_format: 'zod' | 'typescript' | 'pydantic' | Ingests SQL DDL (CREATE TABLE), Prisma schemas, or JSON and converts to production Zod schemas, TypeScript types, or Pydantic v2 models. |
schema_generate_mock | source_schema: string, count?: number | Generates realistic, contextual synthetic mock datasets (UUIDs, names, emails, dates, prices, statuses) strictly respecting your field types. |
schema_validate | payload: string, schema: string | Compares runtime JSON payloads against database schemas and flags missing fields or mismatched types instantly. |
schema-bridge-mcp + mcp-smart-git at 20% off)MIT License. Authored by rafim_dev.