Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Outposts MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-outposts

Environment Variables

AWS_OUTPOSTS_API_KEY

Example: your_aws_outposts_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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