C
Emerging
74/100
13 hours ago

Emerging. Nothing concerning found — the project is young, and grades cap until reputation is earned through real adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

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. Or connect your repo for the top badge — read-only, revoke anytime. What we access →

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 4 credentials: OAUTH_CLIENT_SECRET, JWT_SECRET_KEY, KALTURA_ADMIN_SECRET, KALTURA_REMOTE_ACCESS_TOKEN
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. Since this is a local server, you set these in your own MCP client configuration and they stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configKALTURA_DEBUG
configOAUTH_CLIENT_IDCustom OAuth client ID
🔐 secretOAUTH_CLIENT_SECRETCustom OAuth client secret
🔐 secretJWT_SECRET_KEY- For remote mode: Fill in , OAUTH_, and SERVER_ variables
configOAUTH_REDIRECT_URIOAuth callback URL (e.g., https://your-domain.com/oauth/callback)
configSERVER_HOSTServer bind address (default: 0.0.0.0)
configSERVER_PORTServer port (default: 8000)
configSERVER_RELOADEnable auto-reload in development (default: false)
configKALTURA_SERVICE_URL
configKALTURA_PARTNER_ID
🔐 secretKALTURA_ADMIN_SECRET
configKALTURA_USER_ID
configKALTURA_SESSION_EXPIRY
configKALTURA_REMOTE_SERVER_URL"": "https://your-server.com/mcp/messages",
🔐 secretKALTURA_REMOTE_ACCESS_TOKEN"": "your-jwt-token-from-authorization-flow"
// 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/zoharbabin-kaltura-mcp-iqz53u)](https://m8ven.ai/mcp/zoharbabin-kaltura-mcp-iqz53u)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 567f016e536692959e294c1ee94c9fc901576cd8
code hash: 22316f1b46c7baaaf594c1c5ac32984c012ec4cc7fdd1452a376353f93acd65b
verified: 8/13/2026, 9:05:06 PM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client