AWS Elemental MediaPackage VOD MCP Config
AWS Elemental MediaPackage VOD
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-mediapackage-vod.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-mediapackage-vod.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-mediapackage-vod": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-mediapackage-vod"],
"env": {
"AWS_ELEMENTAL_MEDIAPACKAGE_VOD_API_KEY": "your_aws_elemental_mediapackage_vod_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-mediapackage-vod.jsonEnvironment Variables
AWS_ELEMENTAL_MEDIAPACKAGE_VOD_API_KEYReplace your_aws_elemental_mediapackage_vod_api_key with your actual aws elemental mediapackage vod api key
Endpoints
PUT
/packaging_groups/{id}/configure_logsConfigureLogs
GET
/assetsListAssets
POST
/assetsCreateAsset
GET
/packaging_configurationsListPackagingConfigurations
POST
/packaging_configurationsCreatePackagingConfiguration
GET
/packaging_groupsListPackagingGroups
POST
/packaging_groupsCreatePackagingGroup
GET
/assets/{id}DescribeAsset
DELETE
/assets/{id}DeleteAsset
GET
/packaging_configurations/{id}DescribePackagingConfiguration