Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elemental MediaLive MCP Config

API for AWS Elemental MediaLive

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-medialive": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-medialive"],
      "env": {
      "AWS_ELEMENTAL_MEDIALIVE_API_KEY": "your_aws_elemental_medialive_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-medialive.json

Environment Variables

AWS_ELEMENTAL_MEDIALIVE_API_KEY

Replace your_aws_elemental_medialive_api_key with your actual aws elemental medialive api key

Endpoints

POST/prod/inputDevices/{inputDeviceId}/accept

AcceptInputDeviceTransfer

POST/prod/batch/delete

BatchDelete

POST/prod/batch/start

BatchStart

POST/prod/batch/stop

BatchStop

GET/prod/channels/{channelId}/schedule

DescribeSchedule

PUT/prod/channels/{channelId}/schedule

BatchUpdateSchedule

DELETE/prod/channels/{channelId}/schedule

DeleteSchedule

POST/prod/inputDevices/{inputDeviceId}/cancel

CancelInputDeviceTransfer

POST/prod/claimDevice

ClaimDevice

GET/prod/channels

ListChannels