Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

Amazon API Gateway MCP Server

<fullname>Amazon API Gateway</fullname> <p>Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addres

Quick Setup

Transport: STDIO

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

Environment Variables

AMAZON_API_GATEWAY_API_KEY

Example: your_amazon_api_gateway_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-apigateway": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-apigateway"],
      "env": {
      "AMAZON_API_GATEWAY_API_KEY": "your_amazon_api_gateway_api_key"
}
    }
  }
}

Endpoints

GET/apikeys

GetApiKeys

POST/apikeys

CreateApiKey

GET/restapis/{restapi_id}/authorizers

GetAuthorizers

POST/restapis/{restapi_id}/authorizers

CreateAuthorizer

GET/domainnames/{domain_name}/basepathmappings

GetBasePathMappings

POST/domainnames/{domain_name}/basepathmappings

CreateBasePathMapping

GET/restapis/{restapi_id}/deployments

GetDeployments

POST/restapis/{restapi_id}/deployments

CreateDeployment

GET/restapis/{restapi_id}/documentation/parts

GetDocumentationParts

POST/restapis/{restapi_id}/documentation/parts

CreateDocumentationPart