Skip to content
MCP-Bridge
Cloud Infrastructure

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

Configuration 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

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

Environment Variables

ELASTIC_LOAD_BALANCING_API_KEY

Replace your_elastic_load_balancing_api_key with your actual elastic load balancing api key

Endpoints

GET/#Action=AddTags

GET_AddTags

POST/#Action=AddTags

POST_AddTags

GET/#Action=ApplySecurityGroupsToLoadBalancer

GET_ApplySecurityGroupsToLoadBalancer

POST/#Action=ApplySecurityGroupsToLoadBalancer

POST_ApplySecurityGroupsToLoadBalancer

GET/#Action=AttachLoadBalancerToSubnets

GET_AttachLoadBalancerToSubnets

POST/#Action=AttachLoadBalancerToSubnets

POST_AttachLoadBalancerToSubnets

GET/#Action=ConfigureHealthCheck

GET_ConfigureHealthCheck

POST/#Action=ConfigureHealthCheck

POST_ConfigureHealthCheck

GET/#Action=CreateAppCookieStickinessPolicy

GET_CreateAppCookieStickinessPolicy

POST/#Action=CreateAppCookieStickinessPolicy

POST_CreateAppCookieStickinessPolicy