4,500+ servers built on MCP Fusion
Vinkius
Digital Turbine logo
Vinkius
Vercel AI SDK logo

How to Use the Digital Turbine MCP in Vercel AI SDK

Pipe real-time Digital Turbine performance metrics directly into your Vercel AI SDK app without annoying loading spinners.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Digital Turbine MCP on Cursor AI Code Editor MCP Client Digital Turbine MCP on Claude Desktop App MCP Integration Digital Turbine MCP on OpenAI Agents SDK MCP Compatible Digital Turbine MCP on Visual Studio Code MCP Extension Client Digital Turbine MCP on GitHub Copilot AI Agent MCP Integration Digital Turbine MCP on Google Gemini AI MCP Integration Digital Turbine MCP on Lovable AI Development MCP Client Digital Turbine MCP on Mistral AI Agents MCP Compatible Digital Turbine MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect Digital Turbine MCP to Vercel AI SDK

Create your Vinkius account to connect Digital Turbine to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Live UI updates via Vercel AI SDK and this MCP Server

This MCP Server lets your agent run `list_growth_campaigns` to stream active mobile growth targets live to your interface. Your users don't want to stare at a blank card waiting for API calls to resolve. This integration lets your interface display live mobile growth data as your agent fetches it. The UI updates dynamically for each campaign your agent processes. If you query `get_campaign_analytics`, the performance data renders piece by piece instead of dropping in one heavy, delayed payload. It makes your dashboard feel instant.

Direct monetization tracking in your frontend

Your agent uses `list_monetized_apps` to pull active projects directly into your frontend without backend boilerplate. Stop building custom backend routes just to display ad earnings. Your frontend agent pulls live monetization data directly from the source. Drill down into specific app earnings without writing boilerplate API wrappers. The agent calls `get_app_monetization_details` to show immediate payout statuses and active ad units right inside your React or Next.js components.

On-demand campaign performance summaries

The server provides `get_performance_summary` to let your marketing team pull instant click-through rates and install volumes. Give your marketing team the ability to pull performance reports without leaving the workspace. If they need to find a specific run, they just type a partial name. The agent runs `search_campaigns_by_name` to isolate the exact campaign and returns the metrics in real time.

Setup guide

Set up Digital Turbine MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all Digital Turbine tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent Digital Turbine transactions",
});

console.log(text);
await mcpClient.close();

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Digital Turbine. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Digital Turbine MCP in Vercel AI SDK

Set up the MCP client using the HTTP transport and pass the tools directly to your streamText function. The agent calls `get_campaign_analytics` and streams the raw metrics directly into your React components. Don't forget to close the client connection when the stream finishes.
Yes, your agent can run `list_top_performing_apps` to identify your highest-earning mobile applications. It then streams the list directly to the user interface, letting you build dynamic dashboards that update as the data arrives.
Vinkius manages the underlying API credentials securely. You configure a single endpoint token in your environment variables, and the server handles the actual requests to the platform. Your Next.js Edge Functions stay clean and secure.
Absolutely. When a user requests a specific timeframe, the agent invokes `get_revenue_report` with the date parameters. The resulting financial numbers stream straight to your UI without requiring a middle-tier database.
Yes, your ad revenue metrics and campaign configurations are fully protected. The MCP Server runs inside an ephemeral, zero-trust V8 Isolate sandbox on Vinkius. No data is stored or logged permanently, keeping your financial metrics completely private.

Start using the Digital Turbine MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Digital Turbine. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.