A
licenseA
qualityD
maintenanceMCP server for uploading, listing, and retrieving files on S3-compatible storage (AWS S3, DigitalOcean Spaces) with public/private access and temporary URLs.
4
5 npm
MIT
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation: upload, list, head, delete, and copy. There is no meaningful overlap between them; even copy is clearly different from upload.
All tools follow the same assets_<verb> snake_case pattern. This makes the API predictable and easy for an agent to navigate.
Five tools is a well-scoped set for a personal assets store. Each tool covers a necessary capability without unnecessary bloat.
The tool surface covers the full lifecycle of managing assets: create, list, inspect metadata, copy, and delete. Since uploads return public URLs, a download tool is not necessary for the stated purpose.