Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon API Gateway MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-apigateway.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-apigateway.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-apigateway.json

Environment Variables

AMAZON_API_GATEWAY_API_KEY

Replace your_amazon_api_gateway_api_key with your actual 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