Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Interactive Video Service MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-ivs.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-ivs.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-ivs.json

Environment Variables

AMAZON_INTERACTIVE_VIDEO_SERVICE_API_KEY

Replace your_amazon_interactive_video_service_api_key with your actual 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