Mockzilla Mockzilla
winget install --id=Mockzilla.Mockzilla -e Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more.
winget install --id=Mockzilla.Mockzilla -e Mockzilla is an OpenAPI mock engine that generates API mocks with meaningful responses, configurable latency, error codes and more.
Mockzilla is an open-source mock server for OpenAPI specifications, validated against 2,200+ real-world OpenAPI specifications across 98,000+ endpoints. Point it at a spec and get a running API mock server in seconds - no code, no configuration, no separate infrastructure. It generates realistic responses from your schema, validates incoming requests against the spec, and can proxy real backends with automatic mock fallback so you can mix real and mocked endpoints in the same server. Use it locally during development, in CI pipelines for integration testing, or embed specs into a portable binary for offline and air-gapped environments.
Mockzilla continuously generates and validates data against 2,200+ real-world OpenAPI specifications:
Total: 2215 services, 98464 endpoints
✅ Success: 98464 ❌ Fails: 0
Mockzilla runs in two modes:
brew tap mockzilla/tap
brew install mockzilla
mockzilla https://petstore3.swagger.io/api/v3/openapi.json
go run github.com/mockzilla/mockzilla/v2/cmd/mockzilla@latest \
https://petstore3.swagger.io/api/v3/openapi.json
go:embedRead full documentation at mockzilla.github.io/mockzilla.
If you need per-PR simulation URLs, team-shared stable endpoints, or zero-config GitHub Action setup without running your own server, mockzilla.org is the hosted version built on the same engine.
Mockzilla ships an MCP server, so AI tools like Claude Code, Cursor, and Gemini CLI can launch mock APIs directly from any OpenAPI definition. Point the agent at a spec and it spins up a Mockzilla server under the hood, letting you iterate on client code or integration tests without leaving the editor.
Copyright © 2023-present
Licensed under the MIT License