Server data from the Official MCP Registry
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.
Set these up before or after installing:
Environment variable: WOPEE_API_KEY
Environment variable: WOPEE_PROJECT_UUID
Environment variable: WOPEE_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-wopee-io-wopee-mcp": {
"env": {
"WOPEE_API_KEY": "your-wopee-api-key-here",
"WOPEE_API_URL": "your-wopee-api-url-here",
"WOPEE_PROJECT_UUID": "your-wopee-project-uuid-here"
},
"args": [
"-y",
"wopee-mcp"
],
"command": "npx"
}
}
}This is a well-structured MCP server for the Wopee.io autonomous testing platform. It properly requires API key authentication and has appropriate permissions for its purpose. Minor concerns include broad exception handling and the recommendation to use insecure TLS options for debugging, but these don't significantly impact the overall security posture. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
Scanned 7 files · 12 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!