67
/ 100
16 days ago
glama

ElevenLabs Agents Platform MCP

MCP server giving Claude full control over ElevenLabs Conversational AI agents, conversations, knowledge base, tools, tests, telephony, and workspace settings.

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 2 credentials: MCP_AUTH_TOKEN, ELEVENLABS_API_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.
🔐 secretMCP_AUTH_TOKENHTTP mode — Bearer token protecting /mcp
configMCP_ALLOW_UNAUTHENTICATEDAuth: every /mcp request needs the bearer token (constant-time compare); server refuses to boot without a ≥32-char token. Alternative IAM-only mode: =true + --no-allow-unauthenticated.
configPORTno 8080 HTTP port (Cloud Run sets this)
🔐 secretELEVENLABS_API_KEY"env": { "": "sk_..." }
configELEVENLABS_API_BASEData residency: point at your regional endpoint (EU: https://api.eu.residency.elevenlabs.io).
configELEVENLABS_MCP_MAX_CHARSno 50000 Response truncation limit
configELEVENLABS_MCP_READ_ONLYno false Block all non-GET API calls
// 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 6 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/amaanshaikh-dc-elevenlabs-agent-platform-mcp-ctjmnf)](https://m8ven.ai/mcp/amaanshaikh-dc-elevenlabs-agent-platform-mcp-ctjmnf)
commit: 524e73a1dc84dde53284b3168b2bb905d8e6c312
code hash: c4f079757d9de11824499268135595362f2d19cbbf2ee6f3e5dfa9ec7cbedc74
verified: 7/15/2026, 8:45:58 AM
view raw JSON →