Skip to content
MCP-Bridge
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_KEY

Example: 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/BatchGetChannel

BatchGetChannel

POST/BatchGetStreamKey

BatchGetStreamKey

POST/CreateChannel

CreateChannel

POST/CreateRecordingConfiguration

CreateRecordingConfiguration

POST/CreateStreamKey

CreateStreamKey

POST/DeleteChannel

DeleteChannel

POST/DeletePlaybackKeyPair

DeletePlaybackKeyPair

POST/DeleteRecordingConfiguration

DeleteRecordingConfiguration

POST/DeleteStreamKey

DeleteStreamKey

POST/GetChannel

GetChannel