Skip to content
MCP-Bridge
Design & Creative

Amazon Kinesis Video Signaling Channels MCP Config

Kinesis Video Streams Signaling Service is a intermediate service that establishes a communication channel for discovering peers, transmitting offers and answers in order to establish peer-to-peer connection in webRTC technology.

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-kinesis-video-signaling.json

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-kinesis-video-signaling": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-kinesis-video-signaling"],
      "env": {
      "AMAZON_KINESIS_VIDEO_SIGNALING_CHANNELS_API_KEY": "your_amazon_kinesis_video_signaling_channels_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-kinesis-video-signaling.json

Environment Variables

AMAZON_KINESIS_VIDEO_SIGNALING_CHANNELS_API_KEY

Replace your_amazon_kinesis_video_signaling_channels_api_key with your actual amazon kinesis video signaling channels api key

Endpoints

POST/v1/get-ice-server-config

GetIceServerConfig

POST/v1/send-alexa-offer-to-master

SendAlexaOfferToMaster