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

How to Use the Measured MCP in CrewAI

Deploy specialized CrewAI marketing teams to analyze Measured incrementality and optimize channel spend.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Measured MCP to CrewAI

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

Collaborative Marketing Analysis in CrewAI

This CrewAI setup lets you deploy specialized agents to analyze your marketing channels using the `list_channels` tool over an active MCP connection. One agent identifies the active ad networks, while a second agent evaluates their performance. The analyst agent calls `get_performance_by_channel` to gather specific metrics for each platform. Because CrewAI agents share memory, they collaborate to find underperforming channels without repeating API queries.

Autonomous Incrementality Audits with MCP Server

This Measured MCP Server enables your CrewAI team to audit marketing lift using `get_incrementality_scores`. An audit agent pulls the incrementality metrics, while a strategist agent compares them against overall spend. The strategist uses `get_insights` to identify where ad networks are taking credit for organic conversions. The crew then compiles a unified recommendation, saving your team hours of manual spreadsheet work.

Hierarchical Campaign Reporting

Set up a hierarchical CrewAI team where a manager agent coordinates reporting using `list_reports`. The manager delegates specific campaigns to subordinate agents, who fetch raw data using `get_campaign_performance`. The agents feed their findings into `get_performance_summary` to build a unified executive summary. That's how you prevent agents from making redundant API calls, keeping your execution fast.

Setup guide

Set up Measured 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 Measured tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Measured 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 Measured MCP in CrewAI

Pass the server URL to the `mcps` array of your specific analyst agent. This ensures only that agent can call `get_campaign_performance`, keeping your other agents focused on strategy.
Yes. An agent equipped with this toolset can call `list_reports` to locate historical files, then use the metadata to analyze long-term marketing trends.
CrewAI has a shared memory system. When one agent runs `get_performance_by_channel`, the resulting metrics are immediately available to other agents in the crew for further analysis.
If `get_incrementality_scores` fails due to network issues, CrewAI's execution loop retries the tool call. If the failure persists, the agent reports the error back to the manager agent.
Your performance metrics and ROAS data remain secure because all tool execution happens in an ephemeral V8 sandbox. Vinkius handles the authorization token securely, so your raw marketing metrics are never exposed to public networks during multi-agent runs.

Start using the Measured MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

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