Autonomous AI browser testing. Give Testorax a URL and it crawls your app, generates test scenarios, runs them in real browsers, and returns a bug report with screenshots. No test code to write. Works with any deployed web app.
Server Config
{
"mcpServers": {
"testorax": {
"url": "https://testorax.com/mcp",
"headers": {
"X-Testorax-Email": "${TESTORAX_EMAIL}",
"Authorization": "Bearer ${TESTORAX_API_KEY}"
}
}
}
}