Skip to main content
Glama

AWS Security MCP

scan_s3_buckets_for_public_access

Identify S3 buckets with public access permissions using specified search terms or bucket names. Returns JSON results for security assessment to address potential misconfigurations.

Instructions

Scan S3 buckets for public access permissions.

Args: search_term: Optional text to filter buckets by name (ignored if bucket_names is provided) bucket_names: Optional list of specific bucket names to scan Returns: JSON object with security assessment results for public buckets

Input Schema

NameRequiredDescriptionDefault
bucket_namesNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "bucket_names": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Bucket Names" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "scan_s3_buckets_for_public_accessArguments", "type": "object" }
Install Server

Other Tools from AWS Security MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/groovyBugify/aws-security-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server