Multi-protocol from one config
Mock HTTP REST, gRPC, GraphQL, WebSocket, Kafka and MQTT side by side. The HTTP bridge even exposes your gRPC services over REST.
Start with open source in minutes. Scale to realistic data, latency, and admin-grade controls when your team needs them.
One framework, every transport your services use
Mock the protocol, synthesize the data, inject the failures, and inspect every request from one place.
Mock HTTP REST, gRPC, GraphQL, WebSocket, Kafka and MQTT side by side. The HTTP bridge even exposes your gRPC services over REST.
Template tokens, faker fields, deterministic seeding and relationship awareness.
{ "id": "{{uuid}}",
"email": "{{faker.email}}" }
Operation-aware latency and failure profiles so you test retries and fallbacks before production does.
Validate requests against your spec with deep schema resolution across path, query, header, cookie and body.
Capture live traffic and replay it deterministically to debug and benchmark.
Manage servers, overrides and metrics from the browser. Plugins, AI event streams and AES-256 config encryption included.
Point at an OpenAPI spec, then set latency and failure profiles per operation.
Use built-in tokens like {{uuid}} and {{now}}, or plug in your own generators.
Start the server, watch requests in the admin UI, and tune behavior as you build.
$ mockforge init ✔ Created mockforge.yaml $ mockforge add /users/{id} --status 200 \ --body '{ "id": "{{uuid}}", "name": "{{name}}" }' $ mockforge serve --port 8080 Listening on http://localhost:8080
Frontend and backend unblock each other with realistic mocks instead of waiting on live services, and scenario switching surfaces retry and fallback bugs before integration day.
Read the engineering notes10+
protocols mocked from one tool
100%
open source, MIT or Apache-2.0
1
command to a hosted mock
0
real backends required in CI
Side-by-side guides for where multi-protocol, realism-first workflows differ.
HTTP-centric stubbing versus broader protocol coverage and realism-first simulation.
Expectation-based API testing versus service virtualization and realism-driven scenarios.
Collection-based mocks inside Postman versus multi-protocol, spec-driven simulation anywhere.
Sign up free, deploy your first mock, and ship faster in under five minutes.