2,500+ MCP servers ready to use
Vinkius

Applitools MCP Server for Vercel AI SDK 10 tools — connect in under 2 minutes

Built by Vinkius GDPR 10 Tools SDK

The Vercel AI SDK is the TypeScript toolkit for building AI-powered applications. Connect Applitools through Vinkius and every tool is available as a typed function. ready for React Server Components, API routes, or any Node.js backend.

Vinkius supports streamable HTTP and SSE.

typescript
import { createMCPClient } from "@ai-sdk/mcp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

async function main() {
  const mcpClient = await createMCPClient({
    transport: {
      type: "http",
      // Your Vinkius token. get it at cloud.vinkius.com
      url: "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    },
  });

  try {
    const tools = await mcpClient.tools();
    const { text } = await generateText({
      model: openai("gpt-4o"),
      tools,
      prompt: "Using Applitools, list all available capabilities.",
    });
    console.log(text);
  } finally {
    await mcpClient.close();
  }
}

main();
Applitools
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 Applitools MCP Server

Connect your Applitools Eyes testing suite to your AI agent and manage your entire visual regression pipeline without opening the dashboard. Allow your agent to spot UI changes, validate baselines, and assess testing health dynamically.

The Vercel AI SDK gives every Applitools tool full TypeScript type inference, IDE autocomplete, and compile-time error checking. Connect 10 tools through Vinkius and stream results progressively to React, Svelte, or Vue components. works on Edge Functions, Cloudflare Workers, and any Node.js runtime.

What you can do

  • Batch Observability — Query active test batches to view aggregated statuses (Passed, Failed, Unresolved) and completion rates
  • Session & Results analysis — Drill down into specific test sessions to examine failed step images, match levels, and browser differences
  • Baseline Management — List your "golden" graphical baselines bound to applications or specific Git branches
  • Actionable Maintenance — Authorize the agent to delete outdated baselines or discard legacy batches to keep your workspace clean
  • Key Validation — Ensure connectivity against your visual AI engine before pipeline triggers

The Applitools MCP Server exposes 10 tools through the Vinkius. Connect it to Vercel AI SDK 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 Applitools to Vercel AI SDK via MCP

Follow these steps to integrate the Applitools MCP Server with Vercel AI SDK.

01

Install dependencies

Run npm install @ai-sdk/mcp ai @ai-sdk/openai

02

Replace the token

Replace [YOUR_TOKEN_HERE] with your Vinkius token

03

Run the script

Save to agent.ts and run with npx tsx agent.ts

04

Explore tools

The SDK discovers 10 tools from Applitools and passes them to the LLM

Why Use Vercel AI SDK with the Applitools MCP Server

Vercel AI SDK provides unique advantages when paired with Applitools through the Model Context Protocol.

01

TypeScript-first: every MCP tool gets full type inference, IDE autocomplete, and compile-time error checking out of the box

02

Framework-agnostic core works with Next.js, Nuxt, SvelteKit, or any Node.js runtime. same Applitools integration everywhere

03

Built-in streaming UI primitives let you display Applitools tool results progressively in React, Svelte, or Vue components

04

Edge-compatible: the AI SDK runs on Vercel Edge Functions, Cloudflare Workers, and other edge runtimes for minimal latency

Applitools + Vercel AI SDK Use Cases

Practical scenarios where Vercel AI SDK combined with the Applitools MCP Server delivers measurable value.

01

AI-powered web apps: build dashboards that query Applitools in real-time and stream results to the UI with zero loading states

02

API backends: create serverless endpoints that orchestrate Applitools tools and return structured JSON responses to any frontend

03

Chatbots with tool use: embed Applitools capabilities into conversational interfaces with streaming responses and tool call visibility

04

Internal tools: build admin panels where team members interact with Applitools through natural language queries

Applitools MCP Tools for Vercel AI SDK (10)

These 10 tools become available when you connect Applitools to Vercel AI SDK via MCP:

01

delete_baseline

Use when a baseline is outdated or a page has been redesigned. Delete an Applitools test baseline

02

delete_batch

Does NOT affect baselines. Use with caution — this is irreversible. Delete an Applitools test batch

03

get_batch

Use batch ID from list_batches. Get full details of an Applitools batch

04

get_batch_stats

Returns passed/failed/unresolved/new counts without full test data. Get summary statistics for an Applitools batch

05

get_session

Provide batch ID and session ID. Get details of a test session within an Applitools batch

06

list_baselines

Returns baseline IDs, names, and env configs. Filter by app name. List visual baselines for an app on Applitools

07

list_batches

Batches group related test sessions. Returns batch IDs, names, statuses (Passed/Unresolved/Failed), and test counts. Each batch has a unique ID used to query its results. List all test batches on Applitools Eyes

08

list_branch_baselines

Use to inspect branch-specific visual states. List baselines for a specific branch on Applitools

09

list_results

List all test results in an Applitools batch

10

validate_key

Use to verify connectivity before running tests. Validate the Applitools API key

Example Prompts for Applitools in Vercel AI SDK

Ready-to-use prompts you can give your Vercel AI SDK agent to start working with Applitools immediately.

01

"List the most recent visual test batches in Applitools."

02

"Get me the exact session results for our unresolved batch ID b_991x."

03

"List the baselines assigned specifically to fixing the 'feature/dark-mode-header' branch."

Troubleshooting Applitools MCP Server with Vercel AI SDK

Common issues when connecting Applitools to Vercel AI SDK through the Vinkius, and how to resolve them.

01

createMCPClient is not a function

Install: npm install @ai-sdk/mcp

Applitools + Vercel AI SDK FAQ

Common questions about integrating Applitools MCP Server with Vercel AI SDK.

01

How does the Vercel AI SDK connect to MCP servers?

Import createMCPClient from @ai-sdk/mcp and pass the server URL. The SDK discovers all tools and provides typed TypeScript interfaces for each one.
02

Can I use MCP tools in Edge Functions?

Yes. The AI SDK is fully edge-compatible. MCP connections work on Vercel Edge Functions, Cloudflare Workers, and similar runtimes.
03

Does it support streaming tool results?

Yes. The SDK provides streaming primitives like useChat and streamText that handle tool calls and display results progressively in the UI.

Connect Applitools to Vercel AI SDK

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