Wasabi MCP. Control your cloud data assets from conversation.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Wasabi gives your AI agent full command over cloud storage assets. List, create, and delete storage buckets; check file access control lists; or audit versioning status across all containers.
It's direct, programmatic management for high-performance data residency.
What your AI agents can do
Create storage bucket
Builds a brand-new, high-availability storage bucket in the designated Wasabi region.
Delete bucket object
Irreversibly removes one specific file from any given bucket.
Delete storage bucket
Permanently deletes an empty storage bucket after confirmation.
Get a complete list of every storage bucket visible in your account.
Activate versioning for any bucket to automatically protect against file deletion or overwrites.
Verify the physical geographic region where a bucket sits, or retrieve the access control list (ACL) for any specific file.
List all files inside a specific bucket, including their size and when they were last modified.
Permanently delete objects within a bucket, or remove entire empty storage buckets from your account.
Ask AI about this MCP
Supported MCP Clients
OAuth 2.0 CompatibleWaiting for input…
Wasabi MCP with 10 Tools
These tools let you manage the entire lifecycle of your data in Wasabi: from creating new buckets to auditing specific file permissions.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Wasabi on Vinkius019d761fcreate storage bucket
Builds a brand-new, high-availability storage bucket in the designated Wasabi region.
019d761fdelete bucket object
Irreversibly removes one specific file from any given bucket.
019d761fdelete storage bucket
Permanently deletes an empty storage bucket after confirmation.
019d761fenable bucket versioning
Turns on object versioning for a specific bucket to track changes over time.
019d761fget bucket datacenter location
Pulls the physical geographic region where the selected storage bucket is hosted.
019d761fget bucket versioning status
Checks whether or not object versioning is currently active for a given bucket.
019d761fget object access control
Retrieves the detailed access control list (ACL) for any particular file within a bucket.
019d761flist bucket objects
Returns a manifest of all files in a bucket, including their size and last modified date.
019d761flist pending multipart uploads
Identifies incomplete file uploads that are consuming storage space but aren't finished.
019d761flist storage buckets
Gives a list of all Wasabi buckets visible to the authenticated user account.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Wasabi, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,800+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Wasabi. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Dealing with cloud storage means juggling multiple consoles and confusing logs.
Today, checking your data status means jumping between the main bucket list, then clicking into each one to see its contents. You have to check if versioning is on, verify who can touch it, and finally, run a separate audit for where it physically lives. It's a cycle of clicks, copy-pasting IDs, and cross-referencing tabs.
With this MCP, the same process becomes a conversation. Ask your agent about 'user-data'. It immediately checks versioning status, lists the contents using `list_bucket_objects`, and confirms the region—all in one response. You get instant answers without leaving the chat.
The Wasabi MCP gives you full control over storage objects.
You no longer need to manually run audit scripts or cross-reference CLI output just to check object permissions. You simply ask the agent to get the access control list for a file, and it provides the data instantly.
It’s immediate command execution against your cloud infrastructure. No complex scripting required—just conversation.
What you can do with this MCP connector
You can run your cloud operations through natural conversation instead of clicking through complex console menus. This MCP lets you get granular control over every object and bucket in your Wasabi account. Need to know where your compliance data lives? You check the physical location of a specific bucket or audit its access permissions.
Running critical infrastructure tasks is inherently sensitive, so everything that happens is logged into a tamper-proof audit trail by Vinkius, giving you full accountability for every action. Beyond simple file retrieval, you can identify and clean up incomplete multipart uploads that waste space, ensuring your data integrity stays high. You'll manage versioning status to protect against accidental overwrites and even provision brand new storage buckets—all without leaving your chat window.
019d761f-24b5-7020-ba4c-4b46e95cfc4a How Wasabi MCP Works
- 1 Connect your Wasabi Access Key and Secret Key to the MCP using any compatible AI client.
- 2 Ask your agent for a specific task, like listing all available buckets or checking if versioning is enabled on 'user-data'.
- 3 The agent executes the necessary command and returns the data—like file lists or bucket locations—right in the chat.
The bottom line is you manage complex cloud infrastructure using simple, conversational prompts.
Who Is Wasabi MCP For?
Data Engineers and DevOps professionals who spend too much time clicking through dashboards at 2 am to find a single piece of metadata. You need programmatic control over your data lifecycle.
Verifying that stored assets meet compliance standards by checking the physical geographic region and managing buckets across different zones.
Cleaning up incomplete file uploads or auditing datasets to ensure all object versions are accounted for before a migration run.
Automating the provisioning of new storage buckets and checking file access permissions across development environments via chat.
What Changes When You Connect
- Manage full data lifecycle control. You can create new storage buckets using
create_storage_bucketor delete obsolete ones withdelete_storage_bucket. - Ensure compliance and safety by checking the physical location of data using
get_bucket_datacenter_location, crucial for regulated industries. - Prevent accidental losses. Running
enable_bucket_versioningmeans you always have historical copies, protecting files from simple overwrites. - Deep visibility into your storage. Use
list_bucket_objectsto browse file keys and sizes without manual dashboard navigation. - Clean up waste automatically. Run
list_pending_multipart_uploadsto find and address incomplete uploads that eat up storage space. - Audit access permissions easily. You can pull the full ACL for any object using
get_object_access_control.
Real-World Use Cases
Onboarding a new data source
A Data Engineer needs to provision a dedicated, isolated bucket for a new client dataset. They ask the agent to run create_storage_bucket, then immediately use enable_bucket_versioning so that any accidental changes are captured.
Compliance audit of data residency
A Cloud Architect must prove that all production backups reside only in the EU region. They ask the agent to run get_bucket_datacenter_location on the primary backup bucket, ensuring regional compliance.
Cleaning up old uploads
The Ops team noticed unexpected storage usage. They instruct the agent to use list_pending_multipart_uploads to find and confirm which incomplete uploads need permanent removal.
Investigating file access issues
A security analyst suspects unauthorized viewing of a critical config file. They ask the agent to run get_object_access_control on that specific object to review who has read/write permissions.
The Tradeoffs
Assuming everything is safe
A user just deletes a bucket object and assumes they can always get it back, even if the deletion was permanent.
→
Before deleting anything critical, run get_object_access_control to confirm permissions. If protection matters, use enable_bucket_versioning first so you have an instant rollback point.
Ignoring incomplete uploads
A large file upload fails halfway through and leaves behind 'ghost' data that continues to count against the storage budget.
→
Always run list_pending_multipart_uploads after a failed transfer. This shows exactly which partial files need cleanup so you can use delete_bucket_object.
Forgetting bucket structure
A user tries to find all their buckets but only gets results for the last one they used.
→
Start by calling list_storage_buckets. This provides a full manifest of every container in your account, letting you know what's out there.
When It Fits, When It Doesn't
Use this MCP if your job requires deep control over the object lifecycle—things like auditing access lists (get_object_access_control), verifying data residency (get_bucket_datacenter_location), or managing complex uploads (list_pending_multipart_uploads). Don't use it if you just need to copy a single file from one folder to another; use your standard client tools for that. This MCP is for governance and infrastructure changes, not simple transfers.
Common Questions About Wasabi MCP
How do I see all my buckets using the Wasabi MCP? +
Run list_storage_buckets. This tool provides a complete manifest of every single storage container visible to your account, giving you a clear starting point.
Can I check if versioning is enabled with the Wasabi MCP? +
Yes, use get_bucket_versioning_status. This quickly tells you if object versioning is active for a specific bucket, letting you know if your data is protected against accidental overwrites.
What should I run to find incomplete uploads? +
Run list_pending_multipart_uploads. This tool finds those 'ghost' files that consume space but aren't finished, so you know exactly what needs cleanup before they become a problem.
How do I get the access list for a file? Use Wasabi MCP. +
Use get_object_access_control. This pulls the detailed Access Control List (ACL) for any specific file, letting you audit exactly who has read or write permissions.
How do I check a bucket's physical location using the `get_bucket_datacenter_location` tool? +
It returns the specific geographic region where your data resides. This is essential for compliance audits, letting you prove that data residency requirements are met by confirming the hosting zone.
What details do I need to know before running `create_storage_bucket`? +
You must provide a globally unique name formatted in lower-kebab-case. Running this tool provisions an entirely new, high-availability storage bucket within your chosen Wasabi region.
Does the MCP enforce safety checks when using `delete_storage_bucket`? +
Yes, it will only delete a bucket if the tool verifies that the container is completely empty. This prevents accidental data loss and ensures you manage your storage lifecycle safely.
What metadata does `list_bucket_objects` provide for files inside a bucket? +
This function provides three key pieces of information for every object: the file key, its size in bytes, and the exact date it was last modified. It's fast way to audit your stored datasets.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.