Cloud MCPs3
s3
3 MCP tools on the Hanzo cloud door that call the s3 API.
The 3 tools tools/list names for s3. Each dispatches to an operation in the s3 API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_s3_name | DELETE /v1/s3/{name} | 1 | DropS3 deletes one bucket from the shared object store and removes its metadata row. |
get_v1_s3 | GET /v1/s3 | 0 | ListS3 lists the caller org's object-storage buckets. |
get_v1_s3_name | GET /v1/s3/{name} | 1 | GetS3 returns one bucket's metadata. It carries the bucket's status and the gateway address it is re |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?