Wasabi MCP. Govern Your Cloud Storage Assets via Chat
Wasabi MCP connects your AI agent directly to Wasabi Hot Cloud Storage. It lets you manage storage buckets, check object versions, and audit file access lists using natural conversation. Control where your data lives, list files within any bucket, or delete incomplete uploads—all without navigating a complex cloud console.
Give Claude and any AI agent real-world access
Create, list, and delete high-availability storage buckets in your account.
Retrieve the access control list (ACL) for any file to verify who has permission to view or edit it.
Check the physical geographic region where a specific storage bucket is hosted, which is crucial for compliance.
Activate or check object versioning on a bucket to protect against accidental overwrites and deletions.
List all files (objects) within a specific container, including their size and when they were last modified.
Identify and permanently delete incomplete multipart uploads that are wasting storage space.
Ask an AI about this
Waiting for input…
What AI agents can do with Wasabi: 10 Tools for Cloud Infrastructure Management
Use these tools to create, delete, list, check permissions, and audit every aspect of your cloud storage infrastructure via chat.
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 MCPCreate Storage Bucket
Creates a new, high-availability storage container in your configured Wasabi region.
Delete Storage Bucket
Permanently removes an empty storage bucket from your account. Note: This action...
Delete Bucket Object
Irreversibly deletes a single file from a specified container.
Enable Bucket Versioning
Turns on object versioning for a bucket, which keeps copies of files when they...
Get Bucket Datacenter Location
Retrieves the physical geographic location where an entire storage bucket is hosted.
Get Object Access Control
Pulls the access control list (ACL) for a specific file to show who has permissions.
Get Bucket Versioning Status
Checks if object versioning is currently turned on or off for your bucket.
List Storage Buckets
Lists all the storage buckets that are visible to your authenticated user account.
List Bucket Objects
Returns a list of files, showing their keys, sizes, and last modified dates within a...
List Pending Multipart Uploads
Lists incomplete multipart uploads that are consuming storage space in your bucket.
Security and governance baked right in.
Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.
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 each 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 5,200+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 5,200+ others, all in one place
- Add new capabilities to your AI anytime you want
- Connections are secured and governed automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog weekly
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 CLOUD
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on each call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
The Manual Pain of Cloud Storage Management
Today, managing your cloud storage means logging into a complex web console. You jump between buckets, run different reports to check for orphaned files, and click through multiple menus just to verify if versioning is active or what the data residency status is. It's tedious, slow, and requires constantly switching context.
With this MCP, you talk to your agent instead. Instead of clicking around five tabs to find out who has access to a file, you simply ask, 'Who can view that object?' Your agent handles all the API calls behind the scenes and gives you a direct answer in chat. It’s instant control.
Get Instant Cloud Visibility with Wasabi MCP
The manual steps that disappear are checking permissions, listing objects, and confirming the bucket's physical location. You don't have to copy names from one screen into another to run a status check.
Now, your AI agent is your cloud storage administrator. It gives you immediate visibility over every object, permission, and container in your account. That’s how fast it should be.
What Wasabi MCP does for your AI
You can use this MCP to take full control of all your Wasabi assets through chat. Instead of clicking through confusing storage consoles, you simply tell your AI agent what you need done. You can check which physical region your data is stored in, verify if versioning is active on a bucket for protection against accidental deletions, or even find out exactly who has permissions to view specific files by checking the Access Control List (ACL).
If you’re used to managing cloud assets via dedicated scripting tools, this MCP offers that control but wrapped in natural conversation. When you connect through Vinkius, your AI agent becomes a hands-on administrator for your entire cloud storage setup. You can also manage containers themselves—create new buckets or permanently remove old ones—and run cleanup tasks to delete those 'fractured' file uploads taking up space.
019d761f-24b5-7020-ba4c-4b46e95cfc4a How to set up Wasabi MCP
The bottom line is you manage complex cloud operations by talking to your AI agent instead of clicking through a console.
Subscribe to this MCP and provide your Wasabi Access Key, Secret Key, and Region credentials.
Connect the service to any compatible AI client, like Cursor or Claude.
Ask your agent natural language questions, such as 'List all buckets' or 'Check versioning on my main data bucket.'
Who uses Wasabi MCP
This MCP is for the Data Engineer who spends too much time writing boilerplate scripts just to check permissions. It's for the DevOps professional who needs instant compliance checks on data residency. If you handle cloud infrastructure and need conversational control over your assets, this is for you.
Verifies that all storage buckets meet regional data residency requirements or provisions new containers in specific geographic locations.
Browses entire datasets using list_bucket_objects to find files, checks the versioning status on critical buckets, and cleans up incomplete uploads via list_pending_multipart_uploads.
Automates tasks like calling create_storage_bucket or deleting_storage_bucket, and quickly audits file access by retrieving the object's ACL.
Benefits of connecting Wasabi MCP
Compliance checks are instant. Instead of manually checking the console for data residency, simply ask your agent to run get_bucket_datacenter_location and confirm where your data sits.
You'll never lose a file again. Use enable_bucket_versioning to activate object versioning on critical buckets, protecting against accidental overwrites or deletions across your dataset.
Know exactly what you're deleting. Before running delete_storage_bucket, use list_storage_buckets and list_bucket_objects to see the contents and verify which files are safe to remove.
Save time auditing permissions. Running get_object_access_control on a file instantly shows who can access it, eliminating manual security checks for sensitive data.
Stay organized with cleanup tasks. Use list_pending_multipart_uploads to find those 'orphaned' uploads that take up space and need permanent deletion via delete_bucket_object.
Wasabi MCP use cases
Auditing a New Project’s Data Residency
A Cloud Architect needs to confirm if all user data for a new EU client is physically stored in the European region. Instead of navigating compliance dashboards, they ask their agent to get_bucket_datacenter_location on the project bucket and verify the output matches the required geography.
Recovering from an Accidental Deletion
A Data Engineer accidentally overwrites a critical file. They immediately check the get_bucket_versioning_status and, finding it off, ask their agent to run enable_bucket_versioning before attempting any recovery.
Onboarding a New Team Member
A DevOps Professional needs to grant read-only access to a new team member for the 'user-logs' bucket. They use get_object_access_control on key files and then modify the permissions through their agent, ensuring least privilege.
Cleaning Up Test Environments
An IT Admin notices that old test data is accumulating and wasting money. They ask their agent to list_pending_multipart_uploads across several buckets, identify the junk uploads, and permanently delete them using delete_bucket_object.
Wasabi MCP tradeoffs
What to watch out for, and the recommended way to handle each one.
Relying on GUI navigation
Spending thirty minutes clicking through Wasabi's web console tabs to find out if a specific bucket has versioning enabled.
Just ask your agent directly using get_bucket_versioning_status. It gives you the answer in one chat prompt, saving all that manual navigation.
Assuming empty containers
Trying to run delete_storage_bucket on a bucket they think is empty but actually still contains old logs.
First, use list_bucket_objects to confirm the container is truly empty. Once confirmed, you can safely call delete_storage_bucket.
Forgetting data location rules
Assuming that because they created a bucket in the US, all data will stay there when accessed by international staff.
Always verify compliance first. Use get_bucket_datacenter_location to confirm the physical region before moving any sensitive assets.
When to use Wasabi MCP
Use this MCP if your primary workflow involves auditing, listing, or performing discrete administrative actions on cloud storage buckets and objects. It excels when you need to answer questions like 'What files are in X?' or 'Who can see Y?' without writing a script. Don't use it if you need continuous data streaming or real-time ETL pipelines; for those, stick to dedicated integration tools. However, if your goal is simply reading basic metadata that could be scraped via a public API endpoint, this MCP might be overkill. This tool shines when the complexity comes from the management layer (permissions, versioning, location), not just the data retrieval itself.
Frequently asked questions about Wasabi MCP
How do I use the Wasabi MCP to check my data residency? +
You run get_bucket_datacenter_location on the specific bucket name. This tells you the exact physical geographic region where your stored data is hosted, which is essential for compliance.
Can Wasabi MCP help me delete files from a bucket? +
Yes. You use delete_bucket_object to permanently remove a specific file, or you can run list_pending_multipart_uploads and then delete the whole incomplete upload.
Is there a way to see all my buckets with Wasabi MCP? +
You simply call list_storage_buckets. This command returns a complete inventory of every bucket visible to your authenticated user account.
Do I need to worry about versioning when using Wasabi MCP? +
It's wise to check the status first by calling get_bucket_versioning_status. If it’s off and you work with critical files, run enable_bucket_versioning immediately.
How do I list all the files inside a container? +
You use list_bucket_objects, specifying the name of the bucket. This returns key information like file names, sizes, and when they were last modified.