Liara MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIARA_TEAM_ID | No | Optional team ID if you're working with a team account | |
| LIARA_API_TOKEN | Yes | Your Liara API token (required). Get it from the API section in Liara Console (https://console.liara.ir/API) | |
| LIARA_API_BASE_URL | No | Liara API base URL | https://api.iran.liara.ir |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| liara_list_appsC | List all apps/projects in your Liara account |
| liara_get_appC | Get detailed information about a specific app |
| liara_create_appC | Create a new app |
| liara_delete_appC | Delete an app |
| liara_start_appC | Start an app (scale up) |
| liara_stop_appC | Stop an app (scale down) |
| liara_restart_appC | Restart an app |
| liara_resize_appC | Change app plan (resize resources) |
| liara_set_env_varsC | Set or update environment variables for an app |
| liara_set_env_varC | Set a single environment variable for an app |
| liara_get_env_varsB | Get all environment variables for an app |
| liara_delete_env_varC | Delete/unset an environment variable for an app |
| liara_delete_env_varsC | Delete/unset multiple environment variables for an app |
| liara_set_zero_downtimeC | Enable or disable zero-downtime deployment for an app |
| liara_set_default_subdomainC | Enable or disable default subdomain for an app |
| liara_set_fixed_ipC | Enable or disable static IP for an app (returns IP when enabling) |
| liara_set_read_onlyC | Enable or disable read-only mode for an app |
| liara_upload_sourceC | Upload source code (.tar.gz file) for deployment |
| liara_deploy_releaseC | Deploy a release using a source ID |
| liara_list_releasesC | List all releases for an app |
| liara_get_releaseC | Get details of a specific release |
| liara_rollback_releaseC | Rollback to a previous release |
| liara_list_sourcesC | List all uploaded sources for an app |
| liara_delete_sourceC | Delete an uploaded source |
| liara_list_databasesC | List all databases in your Liara account |
| liara_get_databaseB | Get details of a specific database |
| liara_get_database_connectionB | Get database connection information (host, port, credentials) |
| liara_update_databaseC | Update database settings such as plan (resize) or version |
| liara_create_databaseC | Create a new database |
| liara_delete_databaseC | Delete a database |
| liara_start_databaseC | Start a database |
| liara_stop_databaseC | Stop a database |
| liara_resize_databaseC | Change database plan (resize resources) |
| liara_create_backupC | Create a database backup |
| liara_list_backupsC | List backups for a database |
| liara_get_backup_download_urlC | Get download URL for a database backup |
| liara_restart_databaseC | Restart a database |
| liara_restore_backupC | Restore a database from a backup |
| liara_delete_backupC | Delete a database backup |
| liara_list_bucketsB | List all storage buckets |
| liara_get_bucketC | Get details of a specific bucket |
| liara_create_bucketC | Create a new storage bucket |
| liara_delete_bucketC | Delete a storage bucket |
| liara_get_bucket_credentialsC | Get S3-compatible credentials for a bucket |
| liara_list_objectsC | List objects in a bucket |
| liara_upload_objectC | Upload an object to a bucket |
| liara_get_object_download_urlC | Get download URL for an object |
| liara_delete_objectC | Delete an object from a bucket |
| liara_list_plansB | List available plans (apps, databases, or VMs) |
| liara_get_planC | Get details of a specific plan |
| liara_list_zonesB | List all DNS zones |
| liara_get_zoneC | Get details of a DNS zone |
| liara_create_zoneC | Create a new DNS zone |
| liara_delete_zoneC | Delete a DNS zone |
| liara_list_dns_recordsC | List DNS records for a zone |
| liara_create_dns_recordC | Create a DNS record |
| liara_get_dns_recordC | Get details of a DNS record |
| liara_update_dns_recordC | Update a DNS record |
| liara_delete_dns_recordC | Delete a DNS record |
| liara_list_domainsB | List all domains attached to apps |
| liara_get_domainC | Get details of a domain |
| liara_add_domainC | Add a domain to an app |
| liara_remove_domainC | Remove a domain from an app |
| liara_list_mail_serversC | List all mail servers |
| liara_get_mail_serverC | Get details of a mail server |
| liara_create_mail_serverC | Create a new mail server |
| liara_delete_mail_serverC | Delete a mail server |
| liara_send_emailC | Send an email via a mail server |
| liara_start_mail_serverD | Start a mail server |
| liara_stop_mail_serverC | Stop a mail server |
| liara_restart_mail_serverC | Restart a mail server |
| liara_list_vmsC | List all virtual machines |
| liara_get_vmC | Get details of a virtual machine |
| liara_create_vmC | Create a new virtual machine |
| liara_start_vmC | Start a virtual machine |
| liara_stop_vmC | Stop a virtual machine |
| liara_restart_vmC | Restart a virtual machine |
| liara_delete_vmC | – |
| liara_delete_vmC | Delete a virtual machine |
| liara_resize_vmC | Resize a virtual machine (change plan) |
| liara_create_snapshotC | Create a VM snapshot |
| liara_list_snapshotsC | List VM snapshots |
| liara_restore_snapshotC | Restore a VM from a snapshot |
| liara_delete_snapshotC | Delete a VM snapshot |
| liara_attach_networkC | Attach a network to a VM |
| liara_detach_networkC | Detach a network from a VM |
| liara_list_disksC | List disks for an app |
| liara_create_diskC | Create a new disk for an app |
| liara_delete_diskC | Delete a disk |
| liara_get_diskB | Get details of a specific disk |
| liara_resize_diskC | Resize a disk |
| liara_create_ftp_accessC | Create FTP access for a disk |
| liara_list_ftp_accessesC | List FTP accesses for a disk |
| liara_delete_ftp_accessC | Delete/revoke FTP access for a disk |
| liara_list_networksC | List all networks |
| liara_get_networkC | Get details of a network |
| liara_create_networkC | Create a new network |
| liara_delete_networkC | Delete a network |
| liara_get_userB | Get comprehensive user information including plans and teams |
| liara_get_metricsC | Get app metrics summary |
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
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/razavioo/liara-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server