4,500+ servers built on MCP Fusion
Vinkius
AdsWizz logo
Vinkius
CrewAI logo

How to Use the AdsWizz MCP in CrewAI

Deploy a crew of AI agents to autonomously manage your AdsWizz audio advertising operations with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect AdsWizz MCP to CrewAI

Create your Vinkius account to connect AdsWizz to CrewAI 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

Assemble a Performance Analysis Crew

Assign a 'Reporter' agent to pull weekly metrics using `get_audio_performance`. Then, have an 'Analyst' agent take that data, look for trends or anomalies, and summarize its findings. This divides the labor for better results. CrewAI's shared memory means the Analyst agent gets the exact data the Reporter agent fetched. This setup lets you build a team that handles the entire reporting pipeline, from data fetching to insight generation, all on its own.

Build an Autonomous Campaign Management Team

Create a 'Campaign Monitor' agent that uses `list_campaigns` to watch for newly created campaigns. When it finds one, it passes the ID to a 'Validator' agent, which uses `get_campaign` to check its configuration against a set of predefined rules. This is how you build autonomous oversight for your AdsWizz account. The crew works 24/7, ensuring new campaigns stick to your guidelines without a human having to manually check each one. This is what an autonomous MCP Server workflow looks like.

Deploy an Inventory Scout Agent

Deploy a 'Scout' agent whose only job is to watch advertising inventory. It uses `list_zones` to get a constant read on available podcasts and streams. If new, high-value inventory appears, it can flag it for your ad-ops team. You can make this even smarter with a second 'Strategist' agent. The Scout finds inventory, and the Strategist checks if it aligns with any current campaign goals. This is role-based specialization in action.

Setup guide

Set up AdsWizz MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke AdsWizz tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="AdsWizz Analyst",
    goal="Access and analyze AdsWizz data via MCP.",
    backstory="Expert analyst with direct AdsWizz access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent AdsWizz transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 AdsWizz MCP in CrewAI

Create a Reporter agent that uses the `get_audio_performance` tool and an Analyst agent to process the results. The first agent gathers the raw data from AdsWizz, and the second finds insights.
Yes, that's a perfect use case. Set up one agent to find new campaigns with `list_campaigns`, and a second 'Validator' agent to check them using `get_campaign` against your rules.
Specialization. You can have one agent for data gathering, another for analysis, and a third for taking action. It's more organized and powerful than one agent trying to do everything.
It's one line of code. You just pass your Vinkius URL into the `mcps` parameter when you define your Agent in CrewAI. The framework handles the connection and tool setup.
The agents will only touch your AdsWizz campaign data and ad performance statistics. Each tool call is authenticated with your private token and executed inside a V8 Isolate Sandbox on Vinkius, which is destroyed after the task is complete.

Start using the AdsWizz MCP today

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

Built & Managed by Vinkius 30s setup 4 tools

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

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