Liara MCP Server

108 tools. 69 can modify or destroy data without limits.

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

Last updated:

69 can modify or destroy data
39 read-only
108 tools total

Community server · catalogue entry verified 12/06/2026

How to control Liara MCP Server ↓

What Liara MCP Server exposes to your agents

Read (39) Write / Execute (46) Destructive / Financial (23)
Critical Risk

The most dangerous Liara MCP Server tools

69 of Liara MCP Server's 108 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Liara MCP Server

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

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

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "liara_get_app": {
    "limits": [
      {
        "counter": "liara_get_app_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 Liara MCP Server — 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 LIARA →

Free to start. No card required.

All 108 Liara MCP Server tools

DESTRUCTIVE 23 tools
Destructive liara_delete_app Delete an app Destructive liara_delete_backup Delete a database backup Destructive liara_delete_bucket Delete a storage bucket Destructive liara_delete_database Delete a database Destructive liara_delete_disk Delete a disk Destructive liara_delete_dns_record Delete a DNS record Destructive liara_delete_env_var Delete/unset an environment variable for an app Destructive liara_delete_env_vars Delete/unset multiple environment variables for an app Destructive liara_delete_ftp_access Delete/revoke FTP access for a disk Destructive liara_delete_mail_server Delete a mail server Destructive liara_delete_network Delete a network Destructive liara_delete_object Delete an object from a bucket Destructive liara_delete_snapshot Delete a VM snapshot Destructive liara_delete_source Delete an uploaded source Destructive liara_delete_vm Delete a virtual machine Destructive liara_delete_zone Delete a DNS zone Destructive liara_remove_domain Remove a domain from an app Destructive liara_manage_app Comprehensive app management: list apps, get details, create, delete, start, stop, restart, or resize apps Destructive liara_manage_bucket_objects Bucket object operations: list objects, upload, get download URL, or delete objects Destructive liara_manage_buckets Storage bucket lifecycle management: list, get details, create, delete, or get credentials Destructive liara_manage_database_backups Database backup management: create, list, get download URL, restore, or delete backups Destructive liara_manage_databases Database lifecycle management: list, get details, create, delete, start, stop, restart, or resize databases Destructive liara_restore_snapshot Restore a VM from a snapshot
WRITE 32 tools
Write liara_detach_network Detach a network from a VM Write liara_add_domain Add a domain to an app Write liara_attach_network Attach a network to a VM Write liara_create_app Create a new app Write liara_create_backup Create a database backup Write liara_create_bucket Create a new storage bucket Write liara_create_database Create a new database Write liara_create_disk Create a new disk for an app Write liara_create_dns_record Create a DNS record Write liara_create_ftp_access Create FTP access for a disk Write liara_create_mail_server Create a new mail server Write liara_create_network Create a new network Write liara_create_snapshot Create a VM snapshot Write liara_create_vm Create a new virtual machine Write liara_create_zone Create a new DNS zone Write liara_manage_env_vars Manage environment variables: list, set single/multiple, or delete single/multiple variables Write liara_resize_app Change app plan (resize resources) Write liara_resize_database Change database plan (resize resources) Write liara_resize_disk Resize a disk Write liara_resize_vm Resize a virtual machine (change plan) Write liara_restore_backup Restore a database from a backup Write liara_send_email Send an email via a mail server Write liara_set_default_subdomain Enable or disable default subdomain for an app Write liara_set_env_var Set a single environment variable for an app Write liara_set_env_vars Set or update environment variables for an app Write liara_set_fixed_ip Enable or disable static IP for an app (returns IP when enabling) Write liara_set_read_only Enable or disable read-only mode for an app Write liara_set_zero_downtime Enable or disable zero-downtime deployment for an app Write liara_update_database Update database settings such as plan (resize) or version. At least one of planID or version must be provided. Write liara_update_dns_record Update a DNS record Write liara_upload_object Upload an object to a bucket Write liara_upload_source Upload source code (.tar.gz file) for deployment
READ 39 tools
Read liara_get_app Get detailed information about a specific app Read liara_get_backup_download_url Get download URL for a database backup Read liara_get_bucket Get details of a specific bucket Read liara_get_bucket_credentials Get S3-compatible credentials for a bucket Read liara_get_database Get details of a specific database Read liara_get_database_connection Get database connection information (host, port, credentials) Read liara_get_disk Get details of a specific disk Read liara_get_dns_record Get details of a DNS record Read liara_get_domain Get details of a domain Read liara_get_env_vars Get all environment variables for an app Read liara_get_infrastructure_overview Get a comprehensive overview of all Liara infrastructure: apps, databases, buckets, networks Read liara_get_logs Get app logs Read liara_get_mail_server Get details of a mail server Read liara_get_metrics Get app metrics summary Read liara_get_network Get details of a network Read liara_get_object_download_url Get download URL for an object Read liara_get_plan Get details of a specific plan Read liara_get_release Get details of a specific release Read liara_get_user Get comprehensive user information including plans and teams Read liara_get_vm Get details of a virtual machine Read liara_get_zone Get details of a DNS zone Read liara_list_apps List all apps/projects in your Liara account Read liara_list_backups List backups for a database Read liara_list_buckets List all storage buckets Read liara_list_databases List all databases in your Liara account Read liara_list_disks List disks for an app Read liara_list_dns_records List DNS records for a zone Read liara_list_domains List all domains attached to apps Read liara_list_ftp_accesses List FTP accesses for a disk Read liara_list_mail_servers List all mail servers Read liara_list_networks List all networks Read liara_list_objects List objects in a bucket Read liara_list_plans List available plans (apps, databases, or VMs) Read liara_list_releases List all releases for an app Read liara_list_snapshots List VM snapshots Read liara_list_sources List all uploaded sources for an app Read liara_list_vms List all virtual machines Read liara_list_zones List all DNS zones Read liara_manage_deployment Deployment management: list releases and sources

Related servers

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

Questions about Liara MCP Server

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

Yes. The Liara MCP Server server exposes 23 destructive tools including liara_delete_app, liara_delete_backup, liara_delete_bucket. 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 Liara MCP Server? +

The Liara MCP Server server has 32 write tools including liara_detach_network, liara_add_domain, liara_attach_network. 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 Liara MCP Server.

How many tools does the Liara MCP Server MCP server expose? +

108 tools across 4 categories: Destructive, Execute, Read, Write. 39 are read-only. 69 can modify, create, or delete data.

How do I enforce a policy on Liara MCP Server? +

Register the Liara MCP Server 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 Liara MCP Server tool call.

Deterministic rules across all 108 Liara MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

108 Liara MCP Server 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.