74
/ 100
15 days ago
glama

Auth0 MCP Server Demo — CRM

A secure MCP server for CRM operations (contacts and deals) with Auth0 OIDC authentication, role-based access control (sales-rep read-only vs sales-manager full access), and on-behalf-of token exchange.

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 3 credentials: AUTH0_MANAGEMENT_TOKEN, MCP_AUTH0_CLIENT_SECRET, MCP_OBO_CLIENT_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.
configAUTH0_DOMAIN
🔐 secretAUTH0_MANAGEMENT_TOKENtoken> npm run setup:auth0
configCRM_API_AUDIENCE
configCRM_API_PORT
configMCP_AUTH0_AUDIENCE
configMCP_OBO_CLIENT_ID
configMCP_PUBLIC_URL
configMCP_SERVER_PORT
configMCP_AUTH0_CLIENT_ID
🔐 secretMCP_AUTH0_CLIENT_SECRET
🔐 secretMCP_OBO_CLIENT_SECRET
// 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 7 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/sohnithakkar-mcp-server-auth-gn3i94)](https://m8ven.ai/mcp/sohnithakkar-mcp-server-auth-gn3i94)
commit: 4ca70da110a234cf34e7e96dd94a6f44ddbde138
code hash: 98243ae46c44d23485e84245b2a7e8b159195e589ba848a6e37765844b0f35a3
verified: 7/16/2026, 8:39:04 AM
view raw JSON →