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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_ELEMENTAL_MEDIALIVE_API_KEYReplace your_aws_elemental_medialive_api_key with your actual aws elemental medialive api key
Endpoints
POST
/prod/inputDevices/{inputDeviceId}/acceptAcceptInputDeviceTransfer
POST
/prod/batch/deleteBatchDelete
POST
/prod/batch/startBatchStart
POST
/prod/batch/stopBatchStop
GET
/prod/channels/{channelId}/scheduleDescribeSchedule
PUT
/prod/channels/{channelId}/scheduleBatchUpdateSchedule
DELETE
/prod/channels/{channelId}/scheduleDeleteSchedule
POST
/prod/inputDevices/{inputDeviceId}/cancelCancelInputDeviceTransfer
POST
/prod/claimDeviceClaimDevice
GET
/prod/channelsListChannels