XenozMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XENOZ_VAULT_KEY | No | 64-char hex key for the AES-256-GCM vault |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| studio_statusB | Check if Roblox Studio is connected and available |
| vault_setA | Securely store an encrypted value (AES-256-GCM). Use for API keys and secrets. |
| vault_getB | Retrieve a decrypted value from the encrypted vault |
| vault_hasB | Check if a key exists in the encrypted vault |
| vault_listA | List all stored key names in the encrypted vault (values not shown) |
| list_studio_commandsA | List all available Roblox Studio MCP commands with descriptions and parameter details |
| execute_luauA | Execute Luau code in Roblox Studio. Use |
| script_readA | Read the full contents of a script in Roblox Studio by path |
| screen_captureA | Capture the Roblox Studio viewport. Takes a screenshot of the current scene. |
| inspect_instanceA | Inspect a Roblox instance by dot-path. Returns properties, attributes, and children. |
| start_stop_playB | Start or stop play-testing in Roblox Studio |
| get_studio_stateB | Get the current state of Roblox Studio connection and place info |
| search_game_treeB | Search for instances in the game tree by name or class |
| open_placeB | Open a Roblox place in Studio by place ID and universe ID |
| cloud_list_data_storesB | List all data stores for a universe |
| cloud_get_data_store_entryB | Get a value from a data store |
| cloud_set_data_store_entryC | Set a value in a data store |
| cloud_get_universe_infoB | Get information about a Roblox universe/experience |
| cloud_publish_placeC | Publish a place to Roblox |
| cloud_list_placesB | List all places in a universe |
| cloud_send_notificationB | Send a notification to all players in an experience |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xenoz-GitHub/XenozMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server