Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Outposts MCP Config

Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables customers to build and run applications on prem

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-outposts": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-outposts"],
      "env": {
      "AWS_OUTPOSTS_API_KEY": "your_aws_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-outposts.json

Environment Variables

AWS_OUTPOSTS_API_KEY

Replace your_aws_outposts_api_key with your actual aws outposts api key

Endpoints

POST/orders/{OrderId}/cancel

CancelOrder

POST/orders

CreateOrder

GET/outposts

ListOutposts

POST/outposts

CreateOutpost

GET/sites

ListSites

POST/sites

CreateSite

GET/outposts/{OutpostId}

GetOutpost

DELETE/outposts/{OutpostId}

DeleteOutpost

PATCH/outposts/{OutpostId}

UpdateOutpost

GET/sites/{SiteId}

GetSite