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_KEYExample: 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}/cancelCancelOrder
POST
/ordersCreateOrder
GET
/outpostsListOutposts
POST
/outpostsCreateOutpost
GET
/sitesListSites
POST
/sitesCreateSite
GET
/outposts/{OutpostId}GetOutpost
DELETE
/outposts/{OutpostId}DeleteOutpost
PATCH
/outposts/{OutpostId}UpdateOutpost
GET
/sites/{SiteId}GetSite