{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.Wopee-io/wopee-mcp", "description": "AI testing agents for web apps — dispatch test runs, crawls, fetch artifacts and status.", "repository": { "url": "https://github.com/Wopee-io/wopee-mcp", "source": "github" }, "version": "1.16.0", "packages": [ { "registryType": "npm", "identifier": "wopee-mcp", "version": "1.16.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "Wopee.io API key for authentication", "isRequired": true, "format": "string", "isSecret": true, "name": "WOPEE_API_KEY" }, { "description": "UUID of the Wopee.io project to work with", "isRequired": false, "format": "string", "isSecret": false, "name": "WOPEE_PROJECT_UUID" }, { "description": "Wopee.io API base URL (defaults to https://api.wopee.io)", "isRequired": false, "format": "string", "isSecret": false, "name": "WOPEE_API_URL" } ] } ] }