2,500+ MCP servers ready to use
Vinkius

Mabl (AI-Powered Test Automation) MCP Server for Google ADK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Mabl (AI-Powered Test Automation) as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.

Vinkius supports streamable HTTP and SSE.

python
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
    StreamableHTTPConnectionParams,
)

# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
    connection_params=StreamableHTTPConnectionParams(
        url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    )
)

agent = Agent(
    model="gemini-2.5-pro",
    name="mabl_ai_powered_test_automation_agent",
    instruction=(
        "You help users interact with Mabl (AI-Powered Test Automation) "
        "using 10 available tools."
    ),
    tools=[mcp_tools],
)
Mabl (AI-Powered Test Automation)
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Mabl (AI-Powered Test Automation) MCP Server

Connect your Mabl account to any AI agent and take full control of your AI-powered E2E testing and quality orchestration through natural conversation.

Google ADK natively supports Mabl (AI-Powered Test Automation) as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 10 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.

What you can do

  • Plan Orchestration — List all test plans and trigger immediate executions across specific environments (staging, production) directly from your agent
  • Execution Monitoring — Track the real-time status of ongoing test runs and retrieve detailed outcome summaries including pass/fail rates and durations
  • AI Failure Analysis — Deep-dive into execution results to extract precise failure reasons, diagnostic insights, and visual screenshots for rapid debugging
  • Environment Audit — List configured testing environments and retrieve associated variables to ensure accurate test execution context
  • App & API Discovery — Enumerate all monitored applications and their target URLs (web + API) to manage your testing grid securely
  • Label & Tag Management — Discover and list plan labels used to group and trigger specific testing suites across your organization

The Mabl (AI-Powered Test Automation) MCP Server exposes 10 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Mabl (AI-Powered Test Automation) to Google ADK via MCP

Follow these steps to integrate the Mabl (AI-Powered Test Automation) MCP Server with Google ADK.

01

Install Google ADK

Run pip install google-adk

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Create the agent

Save the code above and integrate into your ADK workflow

04

Explore tools

The agent will discover 10 tools from Mabl (AI-Powered Test Automation) via MCP

Why Use Google ADK with the Mabl (AI-Powered Test Automation) MCP Server

Google ADK provides unique advantages when paired with Mabl (AI-Powered Test Automation) through the Model Context Protocol.

01

Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution

02

Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with Mabl (AI-Powered Test Automation)

03

Production-ready features like session management, evaluation, and deployment come built-in. not bolted on

04

Seamless integration with Google Cloud services means you can combine Mabl (AI-Powered Test Automation) tools with BigQuery, Vertex AI, and Cloud Functions

Mabl (AI-Powered Test Automation) + Google ADK Use Cases

Practical scenarios where Google ADK combined with the Mabl (AI-Powered Test Automation) MCP Server delivers measurable value.

01

Enterprise data agents: ADK agents query Mabl (AI-Powered Test Automation) and cross-reference results with internal databases for comprehensive analysis

02

Multi-modal workflows: combine Mabl (AI-Powered Test Automation) tool responses with Gemini's vision and language capabilities in a single agent

03

Automated compliance checks: schedule ADK agents to query Mabl (AI-Powered Test Automation) regularly and flag policy violations or configuration drift

04

Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Mabl (AI-Powered Test Automation)

Mabl (AI-Powered Test Automation) MCP Tools for Google ADK (10)

These 10 tools become available when you connect Mabl (AI-Powered Test Automation) to Google ADK via MCP:

01

mb.get_app

Get full details of a Mabl application including name, description, targets (web URLs + API base URLs), and labels

02

mb.get_execution

Get full details of a Mabl execution result including status, duration, test outcomes, failure analysis, and screenshots

03

mb.list_apps

Use this to lookup application details. List all applications on Mabl. Mabl is an AI-powered E2E testing platform for web, mobile, and API testing with self-healing tests

04

mb.list_envs

). Returns env names, IDs, and environment variables. List all environments on Mabl

05

mb.list_executions

List latest execution results on Mabl

06

mb.list_labels

Returns label names and associated plan counts. List all labels (tags) used in Mabl plans

07

mb.list_plans

Returns plan names, statuses, triggers, and linked apps/envs. List all test plans (run policies) on Mabl

08

mb.list_tests

List all API tests on Mabl

09

mb.trigger_plan

Trigger a Mabl plan run via deployment event

10

mb.workspace_info

Does not require args. Get workspace info for the authenticated Mabl API key including workspace name, org, and key metadata

Example Prompts for Mabl (AI-Powered Test Automation) in Google ADK

Ready-to-use prompts you can give your Google ADK agent to start working with Mabl (AI-Powered Test Automation) immediately.

01

"List all my Mabl test plans"

02

"Trigger the 'Checkout-Regression' plan in the Staging environment"

03

"Show me the details for the last failed execution"

Troubleshooting Mabl (AI-Powered Test Automation) MCP Server with Google ADK

Common issues when connecting Mabl (AI-Powered Test Automation) to Google ADK through the Vinkius, and how to resolve them.

01

McpToolset not found

Update: pip install --upgrade google-adk

Mabl (AI-Powered Test Automation) + Google ADK FAQ

Common questions about integrating Mabl (AI-Powered Test Automation) MCP Server with Google ADK.

01

How does Google ADK connect to MCP servers?

Import the MCP toolset class and pass the server URL. ADK discovers and registers all tools automatically, making them available to your agent's tool-use loop.
02

Can ADK agents use multiple MCP servers?

Yes. Declare multiple MCP tool providers in your agent configuration. ADK merges all tool schemas and the agent can call tools from any server in a single turn.
03

Which Gemini models work best with MCP tools?

Gemini 2.0 Flash and Pro models both support function calling required for MCP tools. Flash is recommended for latency-sensitive use cases, Pro for complex reasoning.

Connect Mabl (AI-Powered Test Automation) to Google ADK

Get your token, paste the configuration, and start using 10 tools in under 2 minutes. No API key management needed.