Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-kinesis-video-signaling.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-kinesis-video-signaling": {
      "url": "https://mcpbridge.org/config/amazonaws-com-kinesis-video-signaling.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-kinesis-video-signaling": {
      "url": "https://mcpbridge.org/config/amazonaws-com-kinesis-video-signaling.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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