AWS S3 Control MCP Config
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-s3control.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-s3control.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-s3control": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-s3control"],
"env": {
"AWS_S3_CONTROL_API_KEY": "your_aws_s3_control_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-s3control.jsonEnvironment Variables
AWS_S3_CONTROL_API_KEYReplace your_aws_s3_control_api_key with your actual aws s3 control api key
Endpoints
GET
/v20180820/accesspoint/{name}#x-amz-account-idGetAccessPoint
PUT
/v20180820/accesspoint/{name}#x-amz-account-idCreateAccessPoint
DELETE
/v20180820/accesspoint/{name}#x-amz-account-idDeleteAccessPoint
GET
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idGetAccessPointForObjectLambda
PUT
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idCreateAccessPointForObjectLambda
DELETE
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idDeleteAccessPointForObjectLambda
PUT
/v20180820/bucket/{name}CreateBucket
GET
/v20180820/jobs#x-amz-account-idListJobs
POST
/v20180820/jobs#x-amz-account-idCreateJob
POST
/v20180820/async-requests/mrap/create#x-amz-account-idCreateMultiRegionAccessPoint