Cookbook
Real-world scenarios showing how to combine MCP tools for common development and testing tasks.
Each recipe walks through a complete workflow — from initial investigation to verification — using conversational prompts you can paste directly into your AI assistant.
Scenarios
How to use these recipes
These recipes are written as sequences of tool calls with example responses. In practice, you just describe what you want in natural language:
"Take a snapshot of the current screen and find the login button"
"Mock the /api/users endpoint to return an error, then check what happens"
"Profile the renders while I scroll through the product list"
The AI will translate your request into the appropriate tool calls automatically.