# Bugbug — MCP server on mcp.ai > Connect your Bugbug account and use 4 tools for developer tools straight from your AI agent. Connect with your own API key. Bugbug is a low-code test automation tool. The easiest way to cut costs of software testing. Automate your web app testing 3x faster without scaling your QA team. By: mcp.ai · official Page: https://mcp.ai/bugbug ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_bugbug?ms=1787293380000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/bugbug/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/bugbug/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/bugbug/skill.md Postman collection (v2.1): https://mcp.ai/bugbug/postman.json ## Tools - bugbug_get_test_run_details(page?: integer, ordering?: string, page_size?: integer, started_after?: string) — Get detailed information about test runs from BugBug. This action retrieves a paginated list of test runs with comprehensive details including execution status, timing information, browser settings, a - bugbug_list_suites(page?: integer, page_size?: integer) — List all available test suites in the Bugbug platform. This tool makes a GET request to the /suites/ endpoint and returns a list of available test suites with pagination support. - bugbug_list_tests(page?: integer) — Retrieves a list of all available tests in the BugBug account. This action provides access to all tests in the account with pagination support. It returns basic information about each test including i - bugbug_run_test(profile?: object, test_id: string, variables?: object[]) — Execute a test in BugBug and return the test run details. This action triggers a test run with optional configuration for browser, device, viewport, and variable overrides. It returns the test run ID, ## Example prompts - "What can I do in Bugbug?" - "Show me a summary of my Bugbug account" ## Links Docs: https://mcp.ai/docs/mcps/bugbug Website: https://mcp.ai/mcps/bugbug