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/mcp

How 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.

1

Open the Add Connector dialog

2

Fill in the details

Name
TagMango AI Testing Automation
URL
https://bugsebachao.ontagmango.ai/mcp
3

Click "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_login

Start device-flow login — returns a browser URL and device code

public
mcp_poll_login

Poll until the browser approval completes, then returns your API token

public
create_test_case

Create a new test case with plain-English steps and a generated Playwright script

list_test_cases

List all active test cases, optionally filtered by tag

get_test_case

Fetch full details of a test case including its Playwright script

update_test_case

Update title, steps, script, credentials, or tags

delete_test_case

Soft-delete a test case

run_tests

Execute one, multiple, or all test cases via Playwright on the server

get_run_status

Poll live status and step-level results for a running test run

list_runs

List recent test runs with pass/fail counts