world-of-claudecraft-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WOC_ENV_SERVER | Yes | Path to the env_server.cjs executable |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wow_infoA | Return environment metadata: observation size, number of actions, the full action vocabulary, and max level. Call once at the start to learn the action names. |
| wow_list_actionsA | List the available action names for the current class setup. Same as wow_info action list. |
| wow_resetA | Start a NEW episode (or restart after one ends). Returns the initial decoded game state. player_class examples: warrior, paladin, priest, mage, hunter, rogue, warlock, druid, shaman. |
| wow_stepA | Take ONE named action and advance the sim by one env step (5 sim ticks ~ 0.25s). Returns reward, end flags, and the new decoded state. |
| wow_playA | Apply a SEQUENCE of named actions, one env step each. Fewer round-trips than calling wow_step repeatedly, so prefer batches of 1-10 actions per call. Stops early if the episode ends. Returns total reward, end flags, and final state. |
| wow_stateA | Re-decode and return the CURRENT game state without taking any action. Use this to read the situation before deciding. |
| wow_closeA | Shut down the environment subprocess. Call when you are completely done playing. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/u2/world-of-claudecraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server