74
/ 100
22 days ago
glama

sentou

Enables publishing and updating Claude artifacts or HTML to private, access-controlled links directly from Claude.

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 4 credentials: BETTER_AUTH_SECRET, SENTOU_API_KEY, SENTOU_RESEND_KEY, SENTOU_SECRET
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.
🔐 secretBETTER_AUTH_SECRET
configBETTER_AUTH_URLSENTOU_BASE_URL The public URL links are built from. Left unset, generated links point at http://localhost:3000. Better Auth reads first and falls back to SENTOU_BASE_URL; set either one.
configNEXT_PUBLIC_APP_URL
🔐 secretSENTOU_API_KEYenv =your-api-key \
configSENTOU_BASE_URLexport =https://sentou.yourdomain.com
configSENTOU_DB
configSENTOU_DB_JSON
configSENTOU_EMAIL_FROM
🔐 secretSENTOU_RESEND_KEY
configSENTOU_RETENTION_DAYS
🔐 secretSENTOU_SECRETecho "=$(openssl rand -hex 32)" > .env.local # signs session cookies; skip it locally and a random per-process key is used (dev sessions reset on restart)
configSENTOU_URLenv =https://sentou.yourdomain.com \
// 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 4 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/truelinecollective-sentou-wdssta)](https://m8ven.ai/mcp/truelinecollective-sentou-wdssta)
commit: 11e1e1cc2689fabcff1a5c761cc0a3307cf29444
code hash: fdac69c790c938ab7bfc5731309c092830f1a5c4373829fb549e945f2b66445c
verified: 6/30/2026, 9:49:12 AM
view raw JSON →