com.pulsemcp/s3
MCP server for AWS S3 with fine-grained tool control and S3-compatible endpoint support.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"s3-aws-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>",
"AWS_REGION": "us-east-1",
"AWS_ENDPOINT_URL": "<aws_endpoint_url>",
"S3_FORCE_PATH_STYLE": "false",
"S3_BUCKET": "<s3_bucket>",
"S3_ENABLED_TOOLGROUPS": "<s3_enabled_toolgroups>",
"S3_ENABLED_TOOLS": "<s3_enabled_tools>",
"S3_DISABLED_TOOLS": "<s3_disabled_tools>",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}{
"mcpServers": {
"s3": {
"command": "npx",
"args": [
"-y",
"s3-aws-mcp-server"
],
"env": {
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>",
"AWS_REGION": "us-east-1",
"AWS_ENDPOINT_URL": "<aws_endpoint_url>",
"S3_FORCE_PATH_STYLE": "false",
"S3_BUCKET": "<s3_bucket>",
"S3_ENABLED_TOOLGROUPS": "<s3_enabled_toolgroups>",
"S3_ENABLED_TOOLS": "<s3_enabled_tools>",
"S3_DISABLED_TOOLS": "<s3_disabled_tools>",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}npx -y s3-aws-mcp-serverAWS_ACCESS_KEY_IDAWS access key ID for authentication.
AWS_SECRET_ACCESS_KEYAWS secret access key for authentication.
AWS_REGIONAWS region for S3 operations.
AWS_ENDPOINT_URLCustom S3 endpoint URL for MinIO or S3-compatible services.
S3_FORCE_PATH_STYLEUse path-style addressing instead of virtual-hosted-style.
S3_BUCKETConstrain all operations to a single bucket.
S3_ENABLED_TOOLGROUPSComma-separated tool groups: readonly or readwrite.
S3_ENABLED_TOOLSWhitelist specific tools by name.
S3_DISABLED_TOOLSBlacklist specific tools by name.
SKIP_HEALTH_CHECKSSkip AWS credential validation health checks at startup.
Create AWS cost estimates and shareable AWS Pricing Calculator URLs.
Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents.
AI-powered Amazon ECS workload management