4,500+ servers built on MCP Fusion
Vinkius
Vadoo AI logo
Vinkius
Mastra AI logo

How to Use the Vadoo AI MCP in Mastra AI

Automate media pipelines with Mastra AI's structured workflows.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Vadoo AI MCP to Mastra AI

Create your Vinkius account to connect Vadoo AI to Mastra AI 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

Build complex video generation chains.

Start by generating initial content using `vadooai_generate_video`. You can then chain that output: call `vadooai_create_clips` to pull specific segments, or use the raw file ID in a subsequent step. This lets you build whole media pipelines from one script.

Manage asynchronous content status.

When generating anything—a video, podcast, or caption set—it takes time. Mastra AI handles this by letting you check progress using `vadooai_check_generation_status`. You can poll the endpoint until it returns success before trying to access the final data.

Process and structure media outputs.

Once a video is done, don't just look at it—process it. Use `vadooai_check_video_status` to get all the metadata you need. Then, run `vadooai_generate_caption` over that output file ID to automatically generate closed captions for immediate use.

Setup guide

Set up Vadoo AI MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

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

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Vadoo AI tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "vadoo-ai-mcp-client",
  servers: {
    "vadoo-ai-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Vadoo AI Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Vadoo AI tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Vadoo AI transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Vadoo AI. 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 Vadoo AI MCP in Mastra AI

Mastra AI's built-in workflow engine is designed for this. If a step fails—say, the video generation times out—you can define retry logic with exponential backoff. The whole process doesn't crash; it just tries again.
Yep. You send a prompt, and the tool `vadooai_generate_podcast` handles the heavy lifting. It creates an entire podcast file for you to use in your multi-step workflow.
This server deals with video media and associated metadata, including status IDs and text captions. You're mainly working with file references and generation status objects within your TypeScript agent.
Absolutely. After `vadooai_generate_video` completes, you use `vadooai_check_video_status`. This gives you all the necessary details about that specific completed file.
Mastra AI lets you define conditional branching. If Step A fails (e.g., payment error), the agent can automatically move to Step B (retry with a different method) instead of just stopping.

Start using the Vadoo AI MCP today

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

Built & Managed by Vinkius 30s setup 6 tools

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

No hosting. No infrastructure. No complex setup.
All 6 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.