Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AmazonApiGatewayManagementApi MCP Server

The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}

Quick Setup

Transport: STDIO

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

Environment Variables

AMAZONAPIGATEWAYMANAGEMENTAPI_API_KEY

Example: your_amazonapigatewaymanagementapi_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-apigatewaymanagementapi": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-apigatewaymanagementapi"],
      "env": {
      "AMAZONAPIGATEWAYMANAGEMENTAPI_API_KEY": "your_amazonapigatewaymanagementapi_api_key"
}
    }
  }
}

Endpoints

GET/@connections/{connectionId}

GetConnection

POST/@connections/{connectionId}

PostToConnection

DELETE/@connections/{connectionId}

DeleteConnection