A
licenseD
qualityD
maintenanceThis server enables interaction with Amazon S3 buckets for listing and retrieving objects, with efficient streaming for large files like PDFs, through the Model Context Protocol.
3
141
5
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct S3 operation: retrieving objects, listing buckets, and listing objects. There is no overlap or ambiguity in their purposes.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., get-object, list-buckets), making them predictable and easy to understand.
With 3 tools, the server is tightly scoped to basic read operations, avoiding unnecessary bloat while covering essential S3 actions for a minimal MCP server.
The server covers listing and retrieval but lacks write operations like put-object or delete-object, which are notable gaps for a general S3 server. Agents cannot perform updates or deletions.