Mock and proxy HTTP/HTTPS services for integration testing and traffic debugging.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mockserver-monorepo" yet — see the docs or source repo.
Help me create a MockServer mock for a payment API: when POST /payments is called with an amount greater than 0, return 200 with a successful transaction JSON; when amount is missing, return 400 with an error message. Provide a ready-to-use configuration example.
A ready-to-deploy MockServer mock configuration with request matching rules and success/error response examples.
I want to use MockServer as a proxy to inspect API traffic in a test environment. Explain how to configure HTTP/HTTPS proxying, log requests and responses, and what to inspect when troubleshooting 502 errors.
A proxy setup and troubleshooting guide showing how to log traffic and identify failure points in the request path.
Use MockServer to create test doubles for a user service and an order service: /users/{id} should return a fixed user profile, and /orders should return a paginated order list. Also explain how to start, reset, and verify call counts in automated tests.Configuration examples for two mocked services plus startup, cleanup, and assertion steps suitable for integration testing.
Run a lightweight local MCP mock server for predictable testing.
Generate mock API servers instantly from OpenAPI specs or plain language.
Proxy remote MCP servers to stdio for local client connectivity.
Generate structured mock data for testing, demos, and analysis validation.
Run API contract tests, resiliency checks, and mocks through natural language.
Automate Yunzai Bot testing and debugging with mock messages and monitoring.