oto-dock (OtoDock/oto-dock) is an MCP server listed on the M8ven Trust Index. It scores 89 out of 100, grade B. It declares 115 tools. No publisher has claimed this listing.

B
Emerging
89/100

oto-dock

Your personal AI agent platform — self-hosted, BYO Claude/Codex subscription

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

OtoDock

Source: github_repo_search

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 our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
26 flows detected: PROXY_API_KEY, ELEVENLABS_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 17 credentials: PLAYWRIGHT_MCP_EXTENSION_TOKEN, PROXY_API_KEY, DELEGATION_MCP_API_KEY, GOOGLE_AI_API_KEY, OPENAI_IMAGE_API_KEY, OTODOCK_RELAY_TOKEN, UNSPLASH_ACCESS_KEY, PEXELS_API_KEY, SERPAPI_KEY, MEETINGS_MCP_API_KEY, MEMORY_MCP_API_KEY, ELEVENLABS_API_KEY, NOTIF_MCP_API_KEY, SCHEDULES_MCP_API_KEY, RUNWAY_API_KEY, FAL_API_KEY, PHONE_API_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configFFMPEG
configFFPROBE
configOTO_AGENT_NAME
configOTO_BROWSER_CHANNEL
configOTO_BROWSER_TOKEN_EXPECTED
configOTO_BROWSER_UNATTENDED
configOTO_STUDIO_CHROME
configOTO_WORKSPACE_DIR
configPLAYWRIGHT_MCP_BROWSER
configPLAYWRIGHT_MCP_EXECUTABLE_PATH
configPLAYWRIGHT_MCP_EXTENSION
🔐 secretPLAYWRIGHT_MCP_EXTENSION_TOKEN
configPLAYWRIGHT_MCP_USER_DATA_DIR
configProgramFiles
configProgramFiles(x86)
configOTO_ROLE
configOTO_SCOPE
configOTO_TASK_TYPE
configPROXY_URL
🔐 secretPROXY_API_KEY
configOTO_PLATFORM_ROLE
configOTO_COMPUTER_COORD_MODE
configOTO_COMPUTER_SETTLE_MS
configDELEGATION_MCP_AGENT
🔐 secretDELEGATION_MCP_API_KEY
configDELEGATION_MCP_TARGETS
configPROXY_TASK_SCOPE
configOTO_DEFAULT_SCOPE
configOTO_USERNAME
configPROXY_TASK_USERNAME
configOTO_SESSION_ID
🔐 secretGOOGLE_AI_API_KEY
🔐 secretOPENAI_IMAGE_API_KEY
configIMAGE_SAVE_DIR
configOTODOCK_RELAY_BASE
🔐 secretOTODOCK_RELAY_TOKEN
configOTODOCK_RELAY_ERROR
🔐 secretUNSPLASH_ACCESS_KEY
🔐 secretPEXELS_API_KEY
🔐 secretSERPAPI_KEY
configIMAGE_WORKSPACE
configMEETINGS_MCP_AGENT
🔐 secretMEETINGS_MCP_API_KEY
configMEETINGS_MCP_CHAT_ID
configMEETINGS_MCP_SESSION_ID
configMEMORY_MCP_AGENT
🔐 secretMEMORY_MCP_API_KEY
configPROXY_TASK_OWNER
configOTO_USER_SUB
configOTO_MEMORY_USER_ENABLED
configOTO_MEMORY_AGENT_ENABLED
🔐 secretELEVENLABS_API_KEY
configAUDIO_SAVE_DIR
configNOTIF_MCP_AGENT
🔐 secretNOTIF_MCP_API_KEY
configOTO_AVAILABLE_SCOPES
configNOTIF_MCP_CHAT_ID
configSCHEDULES_MCP_AGENT
🔐 secretSCHEDULES_MCP_API_KEY
configTRANSCRIBE_WORKSPACE
configSTT_PROVIDER_ID
configTRIG_MCP_AGENT
configTTS_PROVIDER_ID
🔐 secretRUNWAY_API_KEY
🔐 secretFAL_API_KEY
configVIDEO_SAVE_DIR
configOTO_SATELLITE_LOG
configOTO_SATELLITE_LOG_MAX_MB
configOTO_SATELLITE_LOG_BACKUPS
configOUTBOUND_ROUTE_ID
configMCP_UPSTREAM
configROUTER_PORT
configSESSION_IDLE_S
configSCREENSHOTS_DIR
configSCREENSHOTS_MAX_AGE_S
configSCREENSHOTS_MAX_COUNT
configSCREENSHOTS_GRACE_S
configSSE_KEEPALIVE_S
configOTO_MCP_CALL_TIMEOUT_S
configWAYLAND_DISPLAY
configDISPLAY
configFILETOOLS_PARSE_MEM_MB
configFILETOOLS_PARSE_TIMEOUT_S
configFILETOOLS_ISOLATION_INLINE
configMCP_PORT
configOTO_HOOK_NO_FORWARD
configOTO_INTERACTIVE
configOTO_AUDIO_LOG_TRANSCRIPTS
🔐 secretPHONE_API_SECRET
configPLATFORM_DATA_DIR
configPLATFORM_CONFIG_DIR
configPROXY_PORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

115/115 tools missing one or more hints — studio_start (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); studio_stop (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); studio_goto (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +112 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

88/115 tools referenced in tests (77%)

Write tests that reference each tool by name so every tool has at least one test.

Secrets not logged

4 secret values sent to print

Redact or omit secret values from log output.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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/otodock/oto-dock)](https://m8ven.ai/mcp/otodock/oto-dock)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 893afae59683e9a5dd4711bc2cca5e11dca881c8
code hash: 85c1dac941990f4191e901bf1071950780ce4f312a2715656279ac0e1e2bf7d1
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