Cloud InfrastructureAuto-generated
Amazon Interactive Video Service MCP Server
<p> <b>Introduction</b> </p> <p>The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both requests and responses, including errors.</p> <p>The API is an Amazon Web Services reg
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-ivs
Environment Variables
AMAZON_INTERACTIVE_VIDEO_SERVICE_API_KEYExample: your_amazon_interactive_video_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-ivs": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-ivs"],
"env": {
"AMAZON_INTERACTIVE_VIDEO_SERVICE_API_KEY": "your_amazon_interactive_video_service_api_key"
}
}
}
}Endpoints
POST
/BatchGetChannelBatchGetChannel
POST
/BatchGetStreamKeyBatchGetStreamKey
POST
/CreateChannelCreateChannel
POST
/CreateRecordingConfigurationCreateRecordingConfiguration
POST
/CreateStreamKeyCreateStreamKey
POST
/DeleteChannelDeleteChannel
POST
/DeletePlaybackKeyPairDeletePlaybackKeyPair
POST
/DeleteRecordingConfigurationDeleteRecordingConfiguration
POST
/DeleteStreamKeyDeleteStreamKey
POST
/GetChannelGetChannel