Vision Roblox MCP (evonar543/vision-roblox-mcp) is an MCP server listed on the M8ven Trust Index. It scores 64 out of 100, grade C. It declares 13 tools. No publisher has claimed this listing.

C
Caution
64/100

Vision Roblox MCP

Automates Roblox Studio tasks via MCP by combining multiple backends for scene editing, script management, asset insertion, and playtesting with safety features like undo recordings and task leasing.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code 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

evonar543

Source: Glama

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
1 flow detected: ROBLOX_OPEN_CLOUD_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: ROBLOX_OPEN_CLOUD_API_KEY, VISION_PROVIDER_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes13 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

vision_status

Get live health and capability status for the Vision API, Studio plugin, Roblox native MCP, Rojo, and task queue.

vision_search_instances

Search the latest Studio snapshot by name, path, class, service, tag, attribute, or common property.

vision_inspect_instance

Inspect one instance from Vision's latest Studio snapshot, including properties, attributes, tags, and children.

vision_read_script

Read a synced Roblox LuaSourceContainer by full Studio path.

vision_list_tasks

List queued, leased, successful, failed, or cancelled Studio tasks and their result history.

vision_queue_task

Queue one validated modular Studio task. Destructive, code, and asset operations are blocked unless enabled in Vision settings.

vision_queue_batch

Queue an ordered group of validated tasks that Studio applies as one undo recording.

vision_create_build_plan

Create an approval-ready spatial plan from the latest Studio snapshot without applying it.

vision_accept_build_plan

Accept a reviewed Vision plan and queue its grouped Studio tasks.

vision_retry_task

Reset a failed or cancelled Studio task to queued state.

vision_cancel_task

Cancel a queued or leased Studio task before it is applied.

vision_native_mcp_call

Call an available tool from Roblox Studio's built-in MCP. Mutating tools require approved=true and the corresponding Vision safety setting.

vision_rojo

Inspect, start, stop, build, or generate a sourcemap for a Rojo project inside the Vision workspace.

// known CVEs in dependencies2 high5 medium6 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highvite@6.0.7GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@6.0.7GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

mediumvite@6.0.7GHSA-356w-63v5-8wf4

Vite has an `server.fs.deny` bypass with an invalid `request-target`

mediumvite@6.0.7GHSA-4w7w-66w2-5vf9

Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling

mediumvite@6.0.7GHSA-859w-5945-r5v3

Vite's server.fs.deny bypassed with /. for files under project root

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// 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.
configROBLOX_CREATOR_ID
configROBLOX_CREATOR_TYPE
🔐 secretROBLOX_OPEN_CLOUD_API_KEY
configROJO_PATH
configVISION_API_PORT
configVISION_API_URL
🔐 secretVISION_PROVIDER_API_KEY
configVISION_PROVIDER_BASE_URL
configVISION_PROVIDER_MODEL
// quality suggestions

All four hints declared on every tool

13/13 tools missing one or more hints — vision_status (missing: destructiveHint, idempotentHint); vision_search_instances (missing: destructiveHint, idempotentHint); vision_inspect_instance (missing: destructiveHint, idempotentHint), +10 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.

openWorldHint matches behaviour

13 tools claim openWorldHint=false but make outbound HTTP — vision_status → dynamic (line 239); vision_search_instances → dynamic (line 239); vision_inspect_instance → dynamic (line 239)

Either flip openWorldHint to true (acknowledging external reach) or refactor the handler to avoid outbound HTTP. If the only network calls are to a known fixed endpoint that you consider part of the tool itself, document that and keep openWorldHint=false; otherwise true is honest.

Tool inputs are validated

12/13 tool handlers declare input schemas (92%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/13 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tool test coverage

Only 0/13 tools referenced in tests (0%)

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

Production dependencies are patched

0 critical, 2 high severity in production deps — vite@6.0.7 (high), vite@6.0.7 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

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 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 Verified](https://m8ven.ai/badge/mcp/evonar543/vision-roblox-mcp?variant=verified)](https://m8ven.ai/mcp/evonar543/vision-roblox-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 79e2b8cabd593e1105e24d4f34a3a695732f4a41
code hash: 95bf6ca046b49aba70eec8ea854d1fc684766220b5e290c6d9398100a2d3cf27
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