AWS S3
JSON →Retrieve files like PDFs from an AWS S3 bucket. Requires AWS credentials for access.
Install
npx @modelcontextprotocol/inspector Tools · 3
- ListBuckets Returns a list of all buckets owned by the authenticated sender of the request
- ListObjectsV2 Returns some or all (up to 1,000) of the objects in a bucket with each request
- GetObject Retrieves an object from Amazon S3. In the GetObject request, specify the full key name for the object. General purpose buckets - Both the virtual-hosted-style requests and the path-style requests are supported
Environment variables
UV_PUBLISH_TOKEN
Links
★ 79 GitHub stars