AWS Security MCP

Apache 2.0
4
  • Apple

list_s3_buckets

Discover and analyze S3 buckets in your AWS environment. Filter by name, retrieve metadata, and identify public access permissions for comprehensive security assessment.

Instructions

List S3 buckets with metadata and optional public access check.

Args: search_term: Optional search term to filter buckets by name check_public: Whether to check each bucket for public access Returns: JSON object with bucket information and public access details if requested

Input Schema

NameRequiredDescriptionDefault
check_publicNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "check_public": { "default": false, "title": "Check Public", "type": "boolean" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_s3_bucketsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g