Connect MCP server
Wire up the TagMango test MCP to your AI client. Authentication is required — the setup takes about 2 minutes.
Server URL
https://bugsebachao.ontagmango.ai/mcpHow authentication works
All tools are visible immediately — no config needed to connect. When you ask Claude to use a test tool, it will call mcp_login to start the device flow: it shows you an approval URL, you approve in your browser, and Claude automatically stores and passes the token from that point on. You never need to copy or paste a token. Tokens don't expire — revoke them from your admin panel if needed.
Open the Add Connector dialog
Fill in the details
TagMango AI Testing Automationhttps://bugsebachao.ontagmango.ai/mcpClick "Add"
Claude will connect to the server. All tools are immediately visible — when you ask Claude to run a test, it will handle authentication automatically via mcp_login.
Available tools
10 tools — 2 public (auth bootstrap), 8 require a token
mcp_loginStart device-flow login — returns a browser URL and device code
publicmcp_poll_loginPoll until the browser approval completes, then returns your API token
publiccreate_test_caseCreate a new test case with plain-English steps and a generated Playwright script
list_test_casesList all active test cases, optionally filtered by tag
get_test_caseFetch full details of a test case including its Playwright script
update_test_caseUpdate title, steps, script, credentials, or tags
delete_test_caseSoft-delete a test case
run_testsExecute one, multiple, or all test cases via Playwright on the server
get_run_statusPoll live status and step-level results for a running test run
list_runsList recent test runs with pass/fail counts