Cloud InfrastructureAuto-generated
AWS Elemental MediaLive MCP Server
API for AWS Elemental MediaLive
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-medialive
Environment Variables
AWS_ELEMENTAL_MEDIALIVE_API_KEYExample: your_aws_elemental_medialive_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-medialive": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-medialive"],
"env": {
"AWS_ELEMENTAL_MEDIALIVE_API_KEY": "your_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