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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_API_GATEWAY_API_KEYReplace your_amazon_api_gateway_api_key with your actual amazon api gateway api key
Endpoints
/apikeysGetApiKeys
/apikeysCreateApiKey
/restapis/{restapi_id}/authorizersGetAuthorizers
/restapis/{restapi_id}/authorizersCreateAuthorizer
/domainnames/{domain_name}/basepathmappingsGetBasePathMappings
/domainnames/{domain_name}/basepathmappingsCreateBasePathMapping
/restapis/{restapi_id}/deploymentsGetDeployments
/restapis/{restapi_id}/deploymentsCreateDeployment
/restapis/{restapi_id}/documentation/partsGetDocumentationParts
/restapis/{restapi_id}/documentation/partsCreateDocumentationPart