Skip to content
MCP-Bridge
Developer Tools

Amazon S3 on Outposts MCP Config

Amazon S3 on Outposts provides access to S3 on Outposts operations.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-s3outposts.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-s3outposts.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-s3outposts": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-s3outposts"],
      "env": {
      "AMAZON_S3_ON_OUTPOSTS_API_KEY": "your_amazon_s3_on_outposts_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-s3outposts.json

Environment Variables

AMAZON_S3_ON_OUTPOSTS_API_KEY

Replace your_amazon_s3_on_outposts_api_key with your actual amazon s3 on outposts api key

Endpoints

POST/S3Outposts/CreateEndpoint

CreateEndpoint

DELETE/S3Outposts/DeleteEndpoint#endpointId&outpostId

DeleteEndpoint

GET/S3Outposts/ListEndpoints

ListEndpoints

GET/S3Outposts/ListOutpostsWithS3

ListOutpostsWithS3

GET/S3Outposts/ListSharedEndpoints#outpostId

ListSharedEndpoints