Truenas Ws

59 tools. 27 can modify or destroy data without limits.

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

Last updated:

27 can modify or destroy data
32 read-only
59 tools total

Community server · catalogue entry verified 03/07/2026

How to control Truenas Ws ↓

What Truenas Ws exposes to your agents

Read (32) Write / Execute (20) Destructive / Financial (7)
Critical Risk

The most dangerous Truenas Ws tools

27 of Truenas Ws's 59 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Truenas Ws

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

Deny destructive operations
{
  "delete_app": {
    "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
{
  "clone_snapshot": {
    "limits": [
      {
        "counter": "clone_snapshot_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_updates": {
    "limits": [
      {
        "counter": "check_updates_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 Truenas Ws — 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 TRUENAS WS →

Instant setup, no code required.

All 59 Truenas Ws tools

READ 32 tools
Read check_updates Check for available TrueNAS system updates. Read get_app_config Get the full configuration of a specific app. Read get_audit_log Query audit log entries (auth events, config changes). Read get_boot_pool Get boot pool health status. Read get_dataset Get detailed info for a specific dataset. Read get_disk_temps Get current temperatures for all disks. Read get_network_config Get network configuration: DNS servers, gateway, hostname. Read get_pool_status Get detailed pool status with VDEV topology and error counts. Read get_reporting_data get_reporting_data Read get_user Get details for a specific user. Read list_alerts List all active TrueNAS alerts with severity levels. Read list_apps List all installed apps with their state. Read list_available_apps Browse the app catalog for available apps to install. Read list_certificates List all SSL/TLS certificates. Read list_cloud_syncs List all cloud sync tasks with their status and schedule. Read list_cron_jobs List all configured cron jobs. Read list_datasets List datasets with usage and quota info. Always specify a pool to avoid timeouts on large systems. Read list_disks List all disks with model, serial number, size, and pool membership. Read list_graphs List available reporting graphs and their identifiers. Read list_interfaces List network interfaces with IPs and link state. Read list_jobs List recent system jobs with status, progress, and errors. Read list_nfs_exports List all NFS exports. Read list_pools List all storage pools with health, capacity, and fragmentation. Read list_replications List all replication tasks with their status. Read list_services List all services and their running status (SMB, NFS, SSH, etc.). Read list_smart_results List SMART test results for all disks. Read list_smb_shares List all SMB shares. Read list_snapshot_tasks List automated snapshot task schedules. Read list_snapshots List ZFS snapshots. Always specify a dataset to avoid timeouts on large systems. Read list_users List all system users. Read list_vms List all virtual machines with their state, CPU, and RAM configuration. Read system_info Get TrueNAS system information: version, uptime, CPU, RAM, boot time.

Related servers

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

Questions about Truenas Ws

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

Yes. The Truenas Ws server exposes 7 destructive tools including delete_app, delete_dataset, delete_nfs_export. 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 Truenas Ws? +

The Truenas Ws server has 10 write tools including clone_snapshot, create_dataset, create_nfs_export. 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 Truenas Ws.

How many tools does the Truenas Ws MCP server expose? +

59 tools across 4 categories: Destructive, Execute, Read, Write. 32 are read-only. 27 can modify, create, or delete data.

How do I enforce a policy on Truenas Ws? +

Register the Truenas Ws 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 Truenas Ws tool call.

Deterministic rules across all 59 Truenas Ws tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

59 Truenas Ws 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.