Elastic Load Balancing MCP Server
<fullname>Elastic Load Balancing</fullname> <p>A load balancer can distribute incoming traffic across your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered instances and ensures that it routes traffic only
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-elasticloadbalancing
Environment Variables
ELASTIC_LOAD_BALANCING_API_KEYExample: your_elastic_load_balancing_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-elasticloadbalancing": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-elasticloadbalancing"],
"env": {
"ELASTIC_LOAD_BALANCING_API_KEY": "your_elastic_load_balancing_api_key"
}
}
}
}Endpoints
/#Action=AddTagsGET_AddTags
/#Action=AddTagsPOST_AddTags
/#Action=ApplySecurityGroupsToLoadBalancerGET_ApplySecurityGroupsToLoadBalancer
/#Action=ApplySecurityGroupsToLoadBalancerPOST_ApplySecurityGroupsToLoadBalancer
/#Action=AttachLoadBalancerToSubnetsGET_AttachLoadBalancerToSubnets
/#Action=AttachLoadBalancerToSubnetsPOST_AttachLoadBalancerToSubnets
/#Action=ConfigureHealthCheckGET_ConfigureHealthCheck
/#Action=ConfigureHealthCheckPOST_ConfigureHealthCheck
/#Action=CreateAppCookieStickinessPolicyGET_CreateAppCookieStickinessPolicy
/#Action=CreateAppCookieStickinessPolicyPOST_CreateAppCookieStickinessPolicy