69
/ 100
15 days ago
glama

Tutor Lesson-Script & Transcript Retrieval MCP

Enables retrieval of tutor lesson scripts from Supabase and diarized transcripts from PencilSpaces, with Google OAuth gating to a domain.

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.
🔐
You'll be asked for 4 credentials: PENCIL_SPACES_TOKEN, SUPABASE_SERVICE_ROLE_KEY, GOOGLE_OAUTH_CLIENT_SECRET, JWT_SIGNING_KEY
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.
configPENCIL_API_BASEJWT_SIGNING_KEY (random, stable), , PENCIL_SPACES_TOKEN.
🔐 secretPENCIL_SPACES_TOKENServer → PencilSpaces: Bearer secret. The token's account
configPENCIL_TIMEOUT
configSUPABASE_URL3. Set env vars , SUPABASE_SERVICE_ROLE_KEY, and CURRICULUM_ID in
🔐 secretSUPABASE_SERVICE_ROLE_KEYSupabase → Project Settings → API → service_role key. Server-side only.
configCURRICULUM_IDThe curriculum UUID this tool is scoped to (set your own).
configALLOWED_EMAIL_DOMAINGOOGLE_OAUTH_CLIENT_SECRET, (e.g. yourdomain.org),
configSERVER_BASE_URL(this server's public HTTPS URL), GOOGLE_OAUTH_CLIENT_ID,
configGOOGLE_OAUTH_CLIENT_IDSERVER_BASE_URL (this server's public HTTPS URL), ,
🔐 secretGOOGLE_OAUTH_CLIENT_SECRET, ALLOWED_EMAIL_DOMAIN (e.g. yourdomain.org),
🔐 secretJWT_SIGNING_KEY(random, stable), PENCIL_API_BASE, PENCIL_SPACES_TOKEN.
configPORT
// 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 5 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/snyderandrew35-tutor-eval-mcp-12mi51)](https://m8ven.ai/mcp/snyderandrew35-tutor-eval-mcp-12mi51)
commit: 8765e5545ed14396e54a0af8b13f38ea8bf0bd97
code hash: ddc293d6bb319a64536fcc78c4516de342bc968747e2ff64c35a52fa3ac689a0
verified: 7/16/2026, 8:41:26 AM
view raw JSON →