4,500+ servers built on MCP Fusion
Vinkius
Cube.dev logo
Vinkius
CrewAI logo

How to Use the Cube.dev MCP in CrewAI

Deploy autonomous agent teams that monitor, debug, and query your semantic layer using CrewAI and this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Cube.dev MCP to CrewAI

Create your Vinkius account to connect Cube.dev 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

Multi-Agent Data Analysis

`load_query` fetches aggregated metrics from your data models. You assign this tool to a dedicated analyst agent inside your CrewAI setup. That analyst passes the raw numbers to a separate reporting agent. The reporting agent formats the output and emails stakeholders without human intervention.

CrewAI Deployment Monitoring

`list_deployments` returns every active Cube Cloud instance attached to your account. A monitor agent watches these environments around the clock using this MCP Server. If a specific instance fails, the crew spots the issue. They can pull connection details via `list_environments` and escalate the incident to your DevOps team.

Autonomous Schema Discovery

`get_entity` pulls granular details about specific cubes and views. Your planning agent uses this MCP Server to understand what data actually exists before writing queries. Knowing the exact schema prevents hallucinated column names. The crew maps out the relationships using `get_meta` and builds accurate reports on the first try.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass your Vinkius endpoint directly into the `mcps` array on your agent. Use `pip install crewai[tools]` to grab the dependencies.
Yes. Import `MCPServerHTTP` and apply a `tool_filter`. You probably want your analyst agent seeing queries, not deployment tools.
CrewAI manages the Python side while Vinkius handles the isolated server execution. You just provide the endpoint token.
No. The MCP Server processes concurrent requests cleanly. Your crew can run parallel research tasks without stepping on each other.
Agents read dimension metadata, data source lists, and query outputs. We isolate those payloads in an ephemeral Vinkius sandbox that wipes completely clean after the Python script terminates.

Start using the Cube.dev MCP today

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

Built & Managed by Vinkius 30s setup 15 tools

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

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