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_KEYExample: 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
/apikeysGetApiKeys
POST
/apikeysCreateApiKey
GET
/restapis/{restapi_id}/authorizersGetAuthorizers
POST
/restapis/{restapi_id}/authorizersCreateAuthorizer
GET
/domainnames/{domain_name}/basepathmappingsGetBasePathMappings
POST
/domainnames/{domain_name}/basepathmappingsCreateBasePathMapping
GET
/restapis/{restapi_id}/deploymentsGetDeployments
POST
/restapis/{restapi_id}/deploymentsCreateDeployment
GET
/restapis/{restapi_id}/documentation/partsGetDocumentationParts
POST
/restapis/{restapi_id}/documentation/partsCreateDocumentationPart