Configure server.properties for generating a new world. Sets the level name, seed, world type, and other generation options. The server must be restarted (with the old world deleted or renamed) to generate the new world.
AI agents use setup_world to create or update resources in Minecraft Server MCP — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Minecraft Server MCP environment.
This tool modifies server configuration files (server.properties), which is a Write operation. However, the description notes that the old world must be deleted or renamed for the new world to generate, meaning this tool itself does not delete anything — it only writes configuration.
From the tool's definition Configure server.properties for generating a new world. Sets the level name, seed, world type, and other generation options.
Attacks that exploit this kind of access
Configure server.properties for generating a new world. Sets the level name, seed, world type, and other generation options. The server must be restarted (with the old world deleted or renamed) to generate the new world. It is categorised as a Write tool in the Minecraft Server MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Minecraft Server MCP server in PolicyLayer and add a rule for setup_world: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Minecraft Server MCP. Nothing to install.
setup_world is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the setup_world rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for setup_world. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
setup_world is provided by the Minecraft Server MCP server (tamo2918/minecraft-server-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
setup_world is one line of Minecraft Server's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →