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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_KINESIS_VIDEO_SIGNALING_CHANNELS_API_KEYReplace your_amazon_kinesis_video_signaling_channels_api_key with your actual amazon kinesis video signaling channels api key
Endpoints
POST
/v1/get-ice-server-configGetIceServerConfig
POST
/v1/send-alexa-offer-to-masterSendAlexaOfferToMaster