Elastic Load Balancing MCP Config
<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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-elasticloadbalancing.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-elasticloadbalancing.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-elasticloadbalancing": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-elasticloadbalancing"],
"env": {
"ELASTIC_LOAD_BALANCING_API_KEY": "your_elastic_load_balancing_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-elasticloadbalancing.jsonEnvironment Variables
ELASTIC_LOAD_BALANCING_API_KEYReplace your_elastic_load_balancing_api_key with your actual 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