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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_INTERACTIVE_VIDEO_SERVICE_API_KEYReplace your_amazon_interactive_video_service_api_key with your actual amazon interactive video service api key
Endpoints
/BatchGetChannelBatchGetChannel
/BatchGetStreamKeyBatchGetStreamKey
/CreateChannelCreateChannel
/CreateRecordingConfigurationCreateRecordingConfiguration
/CreateStreamKeyCreateStreamKey
/DeleteChannelDeleteChannel
/DeletePlaybackKeyPairDeletePlaybackKeyPair
/DeleteRecordingConfigurationDeleteRecordingConfiguration
/DeleteStreamKeyDeleteStreamKey
/GetChannelGetChannel