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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_OUTPOSTS_API_KEYReplace your_aws_outposts_api_key with your actual aws outposts api key
Endpoints
/orders/{OrderId}/cancelCancelOrder
/ordersCreateOrder
/outpostsListOutposts
/outpostsCreateOutpost
/sitesListSites
/sitesCreateSite
/outposts/{OutpostId}GetOutpost
/outposts/{OutpostId}DeleteOutpost
/outposts/{OutpostId}UpdateOutpost
/sites/{SiteId}GetSite