73
/ 100
18 days ago
glama

Red Bee MCP Server

Enables interaction with Red Bee Media OTT streaming platform, providing 33 tools for authentication, content search, playback, user management, purchases, and EPG operations across movies, TV shows, and live channels.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: REDBEE_SESSION_TOKEN, REDBEE_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configREDBEE_HTTP_HOST
configREDBEE_CUSTOMER"": "CUSTOMER_NAME",
configREDBEE_BUSINESS_UNIT"": "BUSINESS_UNIT_NAME"
configREDBEE_EXPOSURE_BASE_URL❌ No API base URL https://exposure.api.redbee.live
configREDBEE_USERNAME❌ No Username for authentication user@example.com
🔐 secretREDBEE_SESSION_TOKEN❌ No Existing session token eyJhbGciOiJIUzI1...
configREDBEE_DEVICE_ID❌ No Device identifier web-browser-123
configREDBEE_CONFIG_ID❌ No Configuration ID sandwich
configREDBEE_CORS_ORIGINS
configREDBEE_LOG_LEVEL
configREDBEE_LOG_PATH
🔐 secretREDBEE_PASSWORD❌ No Password for authentication password123
configREDBEE_TIMEOUT❌ No Request timeout in seconds 30
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/tamsi-redbee-mcp-cgj3rt)](https://m8ven.ai/mcp/tamsi-redbee-mcp-cgj3rt)
commit: 892148c8d270f40a3c0fa246ad184345b8649860
code hash: 94ea0d68ee918eea48aaf0a637634763f173d1836b30bc40c16a131d43820cd0
verified: 6/17/2026, 12:42:21 PM
view raw JSON →