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

How to Use the Tower MCP in CrewAI

Run specialized teams of agents using the CrewAI framework with Tower.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Tower MCP to CrewAI

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

Autonomous Project Discovery

You can assign Agent A to run `list_projects` and gather all available scopes. Then, Agent B takes that list and runs `list_tasks` for each one. This is sequential, specialized work. The entire process happens without needing a human to trigger the second step; the agents collaborate automatically.

Coordinated Team Onboarding

Need to set up a new project? Agent A can use `list_teams` to validate available groups. Then, Agent B uses `list_members` to get all relevant users. Finally, Agent C calls `create_task` with the right team context. The agents manage roles: validation, data gathering, and action execution.

Deep Project Context Analysis

Want a full picture of a project? One agent can run `get_project` for metadata. Another runs `list_doc_folders` to find documentation. A third checks the latest discussions via `list_discussions`. The specialized roles ensure that all necessary data points are gathered and passed into a final summary report.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You assign an agent the role of 'Project Manager' and give it access to `list_projects`. This specialized agent runs the tool, gathers all project names, and passes that information along for the next step.
Yes. You can define a 'Task Executor' agent whose sole job is to call `update_task`. This keeps the action separate from discovery, ensuring clean role-based execution.
The agents can pull comprehensive data: they read team roles via `list_members`, project structure via `get_project`, and active discussions using `list_discussions` from the MCP Server.
You assign an agent 'Task Auditor' who uses `list_tasks`. This role is specialized for iteration. It finds all tasks within a given project scope and reports them back.
The server touches sensitive `user records` (members, teams) and detailed `project metadata`. The agents interact with this data to perform autonomous operations like task creation or status checks.

Start using the Tower 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 Tower. 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.