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

How to Use the Wasabi MCP in CrewAI

Build autonomous teams that manage Wasabi cloud infrastructure using CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Wasabi MCP to CrewAI

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

Monitor and list Wasabi resources with MCP Server

A specialized agent can use `list_storage_buckets` to report all buckets visible across the account. This is useful for a monitor agent checking resource availability. Furthermore, agents can check which files exist in any bucket using `list_bucket_objects`, returning keys and modification dates.

Manage Wasabi object life cycle with CrewAI

If an object needs to go, the agent uses `delete_bucket_object` for permanent removal. Since this action is irreversible, a moderator agent must validate the request. To clear out old resources entirely, use `delete_storage_bucket`. Remember that empty buckets are required before this final step.

Get location and permissions details with CrewAI

Need to know where your data resides? The `get_bucket_datacenter_location` tool retrieves the physical region. This helps specialized agents plan cross-regional operations. The team also uses `get_object_access_control` to confirm that the necessary permissions are attached before any action is taken.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can call `get_bucket_datacenter_location` to know the physical region of a bucket. This allows your crew to design operations that respect geographical boundaries.
The `delete_bucket_object` tool permanently removes the file, and this action is irreversible. Your workflow must account for this finality.
Yes. An agent can check `get_bucket_versioning_status` to confirm if versioning is enabled, giving the whole crew accurate information about data protection.
The `list_pending_multipart_uploads` tool helps your autonomous operations discover and report on any unfinished, large-scale file transfers in a bucket.
This Wasabi MCP Server deals with object keys, file sizes, and access control lists (ACLs). The entire metadata set is available for inspection by your agents.

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