The MCP server io.github.infoinlet-marketplace/mcp-s3 provides read-only object storage access for AI agents via S3/MinIO/R2-compatible interfaces. It enables listing buckets and objects, retrieving metadata, and fetching data from storage systems.
🛠️ Key Features
- Read-only S3/MinIO/R2-compatible access
- List buckets and objects
- Retrieve object metadata
- Fetch object data from storage backends
🚀 Use Cases
- AI agents querying storage inventories
- Metadata inspection for stored assets
- Data retrieval from S3-compatible backends for workflows
⚡ Developer Benefits
- Simple, standardized S3-compatible API
- Read-only operations reduce risk during integration
- Clear focus for agents interacting with external storage
⚠️ Limitations
- Read-only access only (no write operations)
- Descriptions limited to bucket/object metadata and fetch capabilities
- Specific backend features may vary by provider (S3/MinIO/R2 compatibility)