Loenn

82 tools. 34 can modify or destroy data without limits.

5 destructive tools with no built-in limits. Policy required.

Last updated:

34 can modify or destroy data
48 read-only
82 tools total

Community server · catalogue entry verified 03/07/2026

How to control Loenn ↓

What Loenn exposes to your agents

Read (48) Write / Execute (29) Destructive / Financial (5)
Critical Risk

The most dangerous Loenn tools

34 of Loenn's 82 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Loenn

PolicyLayer is an MCP gateway — it sits between your AI agents and Loenn, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "remove_decal": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "add_decal": {
    "limits": [
      {
        "counter": "add_decal_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "ai_analyze_map": {
    "limits": [
      {
        "counter": "ai_analyze_map_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Loenn — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON LOENN →

Instant setup, no code required.

All 82 Loenn tools

READ 48 tools
Read ai_analyze_map ai_analyze_map Read ai_describe_room ai_describe_room Read ai_suggest_entities ai_suggest_entities Read analyze_difficulty Estimate room or map difficulty from hazard density, nav aids, and tile coverage. Read analyze_entity_usage Analyze entity usage across the entire map. Read analyze_map Get detailed statistics about a map file. Read analyze_map_assets analyze_map_assets Read analyze_room_connectivity Analyze room adjacency graph showing isolated rooms, dead ends, and hubs. Read batch_validate_and_fix batch_validate_and_fix Read compare_maps Compare two maps and show structural differences. Read compare_rooms Compare two rooms in the same map side-by-side. Read detect_map_patterns Detect gameplay design archetypes (linear, hub, collectible-rich, etc.). Read export_room_json Export a room as a JSON file for external editing or sharing. Read find_entity_references Find all occurrences of an entity type across the map. Read get_effect_definition Read the source of a Lönn effect definition .lua file. Read get_entity_definition Read a Lönn entity Lua definition and extract its properties. Read get_loenn_manager_source Return the source code of the Lönn MCP Manager plugin. Read get_map_dependencies Read the mod dependencies list from a map's everest.yaml or meta node. Read get_map_metadata Read the map-level metadata block (Everest/celeste.yaml meta settings). Read get_mod_info Get information about the current mod project. Read get_room_settings get_room_settings Read get_room_tiles Get the complete tile grid for a room as text. Read get_trigger_definition Read the source of a Lönn trigger definition .lua file. Read ingest_external_map ingest_external_map Read list_decals List all decals in a room (foreground or background). Read list_effect_definitions List available Lönn effect definitions. Read list_entity_definitions List available Lönn entity definitions from the project. Read list_maps List all .bin map files in the project. Read list_stylegrounds list_stylegrounds Read list_trigger_definitions List available Lönn trigger definitions. Read pcg_mdmc_presets List all available MdMC configuration matrix presets. Read pcg_score_room pcg_score_room Read preview_map_section preview_map_section Read preview_terrain_biomes preview_terrain_biomes Read read_map_metadata Read high-level metadata from a map without listing all room contents. Read read_map_overview Parse a .bin map file and return a summary of rooms and structure. Read read_room Get detailed data for a specific room: tiles, entities, triggers. Read render_map_html render_map_html Read search_entities search_entities Read search_triggers Search for triggers across all rooms by type. Read suggest_improvements Suggest improvements for a room based on analysis. Read summarize_map_diff summarize_map_diff Read validate_map validate_map Read validate_room validate_room Read visualize_map_layout Generate an ASCII visualization of all room positions in a map. Read wiki_get Retrieve a specific wiki entry by key. Read wiki_list List all entries in the wiki cache. Read wiki_search Search the wiki cache by key, content, or tags.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Loenn

Can an AI agent delete data through the Loenn MCP server? +

Yes. The Loenn server exposes 5 destructive tools including remove_decal, remove_entity, remove_room. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Loenn? +

The Loenn server has 24 write tools including add_decal, add_entity, add_room. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Loenn.

How many tools does the Loenn MCP server expose? +

82 tools across 4 categories: Destructive, Execute, Read, Write. 48 are read-only. 34 can modify, create, or delete data.

How do I enforce a policy on Loenn? +

Register the Loenn MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Loenn tool call.

Deterministic rules across all 82 Loenn tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

82 Loenn tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.