Skip to content
MCP-Bridge
Cloud Infrastructure

Elastic Load Balancing MCP Config

<fullname>Elastic Load Balancing</fullname> <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes t

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-elasticloadbalancingv2.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-elasticloadbalancingv2.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-elasticloadbalancingv2": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-elasticloadbalancingv2"],
      "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-elasticloadbalancingv2.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=AddListenerCertificates

GET_AddListenerCertificates

POST/#Action=AddListenerCertificates

POST_AddListenerCertificates

GET/#Action=AddTags

GET_AddTags

POST/#Action=AddTags

POST_AddTags

GET/#Action=CreateListener

GET_CreateListener

POST/#Action=CreateListener

POST_CreateListener

GET/#Action=CreateLoadBalancer

GET_CreateLoadBalancer

POST/#Action=CreateLoadBalancer

POST_CreateLoadBalancer

GET/#Action=CreateRule

GET_CreateRule

POST/#Action=CreateRule

POST_CreateRule