Hostinger Api

258 tools. 144 can modify or destroy data without limits.

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

Last updated:

144 can modify or destroy data
114 read-only
258 tools total

Community server · catalogue entry checked 23/07/2026 · full schemas captured for 245 of 258 tools

How to control Hostinger Api ↓

What Hostinger Api exposes to your agents

Read (114) Write / Execute (104) Destructive / Financial (40)

What Hostinger Api costs in tokens

32,065 tokens of tool definitions, loaded on every request
16% of a 200k context window
768 heaviest tool: agency-hosting_provisionANewAgencyPlanWebsiteV1
Critical Risk

The most dangerous Hostinger Api tools

144 of Hostinger Api's 258 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Hostinger Api

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

Block financial tools by default
{
  "billing_setDefaultPaymentMethodV1": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "agency-hosting_clearAgencyPlanWebsiteCacheV1": {
    "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
{
  "agency-hosting_changeAgencyPlanWebsiteDomainV1": {
    "limits": [
      {
        "counter": "agency-hosting_changeagencyplanwebsitedomainv1_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "agency-hosting_getAgencyPlanWebsiteDetailsV1": {
    "limits": [
      {
        "counter": "agency-hosting_getagencyplanwebsitedetailsv1_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 Hostinger Api — 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 HOSTINGER API →

Instant setup, no code required.

All 258 Hostinger Api tools

DESTRUCTIVE 37 tools
Destructive agency-hosting_clearAgencyPlanWebsiteCacheV1 Clears cache for all domains associated with an Agency Plan website, including its preview domain. This opera Destructive agency-hosting_deleteAgencyPlanWebsiteCronJobV1 Permanently deletes the cron job identified by its uuid from an Agency Plan website. The operation is idempot Destructive agency-hosting_deleteAgencyPlanWebsiteDatabaseUserV1 Permanently deletes a database user from an Agency Plan website database, revoking all access it had. The ope Destructive agency-hosting_deleteAgencyPlanWebsiteDatabaseV1 Permanently deletes a MySQL database and all its data from an Agency Plan website, including its users. The o Destructive agency-hosting_deleteAgencyPlanWebsiteV1 Deletes an Agency Plan website and schedules cleanup of its resources. This action is irreversible. Website f Destructive agencyHosting_deployNodeStaticWebsite Deploy a node-static Agency Plan (h5g) website from an archive file. WARNING: this overwrites the website's ex Destructive agencyHosting_deployPhpApplication Deploy a PHP (or other non-build) Agency Plan (h5g) website from an archive file. WARNING: this overwrites the Destructive billing_deletePaymentMethodV1 Delete a payment method from your account. Use this endpoint to remove unused payment methods from user accou Destructive DNS_deleteDNSRecordsV1 Delete DNS records for the selected domain. To filter which records to delete, add the name of the record and Destructive DNS_resetDNSRecordsV1 Reset DNS zone to the default records. Use this endpoint to restore domain DNS to original configuration. Destructive domains_deleteDomainForwardingV1 Delete domain forwarding data. Use this endpoint to remove redirect configuration from domains. Destructive domains_deleteWHOISProfileV1 Delete WHOIS contact profile. Use this endpoint to remove unused contact profiles from account. Destructive ecommerce_deleteStoreV1 Soft-delete a store owned by your account. The underlying store data is preserved; only the store is marked a Destructive hosting_clearWebsiteCacheV1 Permanently clears all server-side cache for the website at once. Use it when content was updated and needs to Destructive hosting_deleteAccountCronJobV1 Permanently deletes the cron job identified by its uid. The uid is returned by the list cron jobs endpoint. Destructive hosting_deleteAccountDatabaseRemoteConnectionV1 Permanently removes a remote-access rule, revoking the given host's remote access to the database. Identify t Destructive hosting_deleteAccountDatabaseV1 Permanently deletes a database and its remote connections. The database name must be the full name returned b Destructive hosting_deleteWebsiteParkedDomainV1 Delete an existing parked or alias domain from the selected website. Use this endpoint to remove parked domai Destructive hosting_deleteWebsiteSubdomainV1 Delete an existing subdomain from the selected website. Use this endpoint to remove subdomains that are no lo Destructive hosting_deleteWebsiteV1 Permanently deletes a website and all of its data. This action is destructive and cannot be undone. Always ask Destructive hosting_deleteWordPressInstallationV1 Delete the specified WordPress installation, with optional file and database removal. This removes all associa Destructive hosting_uninstallWordPressPluginsV1 Uninstall one or more plugins from a WordPress installation. Provide the WordPress installation (software) id Destructive hosting_uninstallWordPressThemesV1 Uninstall one or more themes from a WordPress installation. Provide the WordPress installation (software) ide Destructive mail_deleteMailboxV1 Delete a mailbox. The mailbox is soft-deleted and stays restorable for a limited period before it is permanent Destructive mail_deleteWebhookV1 Permanently delete a webhook. This action cannot be undone. After deletion the URL no longer receives event no Destructive mail_revokeAPITokenV1 Revoke an API token. The token immediately loses access to the [Hostinger Email API](https://api.mail.hostinge Destructive reach_deleteAContactV1 Delete a contact with the specified UUID. This endpoint permanently removes a contact from the email marketin Destructive VPS_deleteFirewallRuleV1 Delete a specific firewall rule from a specified firewall. Any virtual machine that has this firewall activat Destructive VPS_deleteFirewallV1 Delete a specified firewall. Any virtual machine that has this firewall activated will automatically have it Destructive VPS_deletePostInstallScriptV1 Delete a post-install script from your account. Use this endpoint to remove unused automation scripts. Destructive VPS_deleteProjectV1 Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up Destructive VPS_deletePTRRecordV1 Delete a PTR (Pointer) record for a specified virtual machine. Once deleted, reverse DNS lookups to the virtu Destructive VPS_deletePublicKeyV1 Delete a public key from your account. Deleting public key from account does not remove it from virtual mach Destructive VPS_deleteSnapshotV1 Delete a snapshot of a specified virtual machine. Use this endpoint to remove VPS snapshots. Destructive VPS_recreateVirtualMachineV1 Recreate a virtual machine from scratch. The recreation process involves reinstalling the operating system an Destructive VPS_restoreBackupV1 Restore a backup for a specified virtual machine. The system will then initiate the restore process, which ma Destructive VPS_uninstallMonarxV1 Uninstall the Monarx malware scanner on a specified virtual machine. If Monarx is not installed, the request
EXECUTE 34 tools
Execute agency-hosting_buildAgencyPlanWebsiteNodeJSAssetsV1 Builds and deploys a Node.js application for an Agency Plan website from an already-uploaded archive. Upload Execute hosting_activateWordPressPluginV1 Activate an installed plugin on a WordPress installation. Provide the WordPress installation (software) ident Execute hosting_createLoginLinksV1 Create temporary auto-login links for the specified WordPress installation. Provide the WordPress installatio Execute hosting_createNodeJSBuildFromArchiveV1 Upload a project archive, auto-detect build settings, and immediately start a Node.js build. This is the reco Execute hosting_deactivateWordPressPluginV1 Deactivate an installed plugin on a WordPress installation. Provide the WordPress installation (software) ide Execute hosting_deployJsApplication Deploy a JavaScript application from an archive file to a hosting server. IMPORTANT: the archive must ONLY con Execute hosting_deployStaticWebsite Deploy a static website from an archive file to a hosting server. IMPORTANT: This tool only works for static w Execute hosting_deployWordpressPlugin Deploy a WordPress plugin from a directory to a hosting server. This tool uploads all plugin files and trigger Execute hosting_deployWordpressTheme Deploy a WordPress theme from a directory to a hosting server. This tool uploads all theme files and triggers Execute hosting_detectWordPressInstallationsV1 Trigger a background scan to detect WordPress installations for the account. This operation is asynchronous: Execute hosting_installWordPressPluginsV1 Install one or more plugins on an existing WordPress installation. Provide the WordPress installation (softwa Execute hosting_installWordPressThemeV1 Install a theme on an existing WordPress installation. Provide the WordPress installation (software) identifi Execute hosting_installWordPressV1 Install WordPress on an existing website. The website must already exist before calling this endpoint. To cre Execute hosting_purgeLiteSpeedCacheV1 Purge the LiteSpeed Cache for the specified WordPress installation. Provide the WordPress installation (softw Execute hosting_repairDatabaseV1 Repairs corrupted database tables asynchronously. Use when database errors, crashes, or corruption are report Execute hosting_restartNode_jsApplicationV1 Restarts the Node.js server process for the website. Does not rebuild or redeploy the application. Use it to a Execute hosting_updateHostingerWordPressPluginV1 Update a Hostinger plugin to its latest version on a WordPress installation. Provide the WordPress installati Execute hosting_updatePHPVersionV1 Changes the PHP version of the website. Use the Get PHP details endpoint to see the versions available for th Execute hosting_updateWordPressPluginsV1 Update one or more installed plugins to their latest version on a WordPress installation. Provide the WordPre Execute VPS_activateFirewallV1 Activate a firewall for a specified virtual machine. Only one firewall can be active for a virtual machine at Execute VPS_createNewProjectV1 Deploy new project from docker-compose.yaml contents or download contents from URL. URL can be Github reposi Execute VPS_deactivateFirewallV1 Deactivate a firewall for a specified virtual machine. Use this endpoint to remove firewall protection from V Execute VPS_installMonarxV1 Install the Monarx malware scanner on a specified virtual machine. [Monarx](https://www.monarx.com/) is a sec Execute VPS_restartProjectV1 Restarts all services in a Docker Compose project by stopping and starting containers in the correct dependenc Execute VPS_restartVirtualMachineV1 Restart a specified virtual machine by fully stopping and starting it. If the virtual machine was stopped, it Execute VPS_setupPurchasedVirtualMachineV1 Setup newly purchased virtual machine with initial state. Use this endpoint to configure and initialize purch Execute VPS_startProjectV1 Starts all services in a Docker Compose project that are currently stopped. This operation brings up contain Execute VPS_startRecoveryModeV1 Initiate recovery mode for a specified virtual machine. Recovery mode is a special state that allows users to Execute VPS_startVirtualMachineV1 Start a specified virtual machine. If the virtual machine is already running, the request will still be proce Execute VPS_stopProjectV1 Stops all running services in a Docker Compose project while preserving container configurations and data volu Execute VPS_stopRecoveryModeV1 Stop recovery mode for a specified virtual machine. If virtual machine is not in recovery mode, this operatio Execute VPS_stopVirtualMachineV1 Stop a specified virtual machine. If the virtual machine is already stopped, the request will still be proces Execute VPS_syncFirewallV1 Sync a firewall for a specified virtual machine. Firewall can lose sync with virtual machine if the firewall Execute VPS_updateProjectV1 Updates a Docker Compose project by pulling the latest image versions and recreating containers with new confi
WRITE 70 tools
Write agency-hosting_changeAgencyPlanWebsiteDomainV1 Changes the primary domain for an Agency Plan website. Provide the current domain in the path and the new dom Write agency-hosting_changeAgencyPlanWebsiteWordPressCoreVersionV1 Changes the installed WordPress core version on an Agency Plan website to one of the versions available for in Write agency-hosting_createAgencyPlanWebsiteCronJobV1 Creates a cron job for an Agency Plan website from a schedule expression and a command. Returns the created c Write agency-hosting_createAgencyPlanWebsiteDatabaseUserV1 Creates a user for an existing database on an Agency Plan website. Each database supports a single non-system Write agency-hosting_createAgencyPlanWebsiteDatabaseV1 Creates a MySQL database with a dedicated user for an Agency Plan website. The database name, username, and p Write agency-hosting_importAgencyPlanWebsiteFromArchiveV1 Imports an Agency Plan website from an already-uploaded archive. Upload the archive to the website's root dir Write agency-hosting_linkDomainToAgencyPlanWebsiteV1 Links a domain to the specified Agency Plan website so it can serve traffic for that domain. Write agency-hosting_provisionANewAgencyPlanWebsiteV1 Provisions a new website on one of your Agency Plan hosting orders. Choose the datacenter, stack (flavor), an Write agency-hosting_unlinkDomainFromAgencyPlanWebsiteV1 Unlinks a domain from the specified Agency Plan website. The website stops serving traffic on this domain imm Write billing_createPurchaseOrderV1 Create a purchase order for any Hostinger product. This unified endpoint places an order for one or more cata Write billing_disableAutoRenewalV1 Disable auto-renewal for a subscription. Use this endpoint when disable auto-renewal for a subscription. Write billing_enableAutoRenewalV1 Enable auto-renewal for a subscription. Use this endpoint when enable auto-renewal for a subscription. Write DNS_restoreDNSSnapshotV1 Restore DNS zone to the selected snapshot. Use this endpoint to revert domain DNS to a previous configuration Write DNS_updateDNSRecordsV1 Update DNS records for the selected domain. Using overwrite = true will replace existing records with the pro Write domains_createDomainForwardingV1 Create domain forwarding configuration. Use this endpoint to set up domain redirects to other URLs. Write domains_createWHOISProfileV1 Create WHOIS contact profile. Use this endpoint to add new contact information for domain registration. Write domains_disableDomainLockV1 Disable domain lock for the domain. Domain lock needs to be disabled before transferring the domain to anothe Write domains_disablePrivacyProtectionV1 Disable privacy protection for the domain. When privacy protection is disabled, domain owner's personal infor Write domains_enableDomainLockV1 Enable domain lock for the domain. When domain lock is enabled, the domain cannot be transferred to another r Write domains_enablePrivacyProtectionV1 Enable privacy protection for the domain. When privacy protection is enabled, domain owner's personal informa Write domains_updateDomainForwardingV1 Update domain forwarding configuration. Use this endpoint to modify existing redirect configuration for domai Write domains_updateDomainNameserversV1 Set nameservers for a specified domain. Be aware, that improper nameserver configuration can lead to the doma Write ecommerce_createCustomSalesChannelV1 Create a custom sales channel for a store. Build your own frontend and keep your catalog, orders, shipping and Write ecommerce_createDigitalProductV1 Create a published digital product with a single variant and an optional external download link. Write ecommerce_createPhysicalProductV1 Create a published physical product with a single variant priced in the store currency. Write ecommerce_createStoreV1 Create a new store for your account. A primary sales channel is created alongside the store. Write ecommerce_enableManualPaymentMethodV1 Enable a manual payment method so the store can accept orders without an online payment provider. Write ecommerce_setStoreShippingV1 Set the flat-rate shipping price for a store, creating the shipping zone if it does not exist yet. Write ecommerce_updateSalesChannelV1 Update a custom sales channel. The merchant-facing name and the public url (returned as the channel domain) ca Write horizons_createWebsiteV1 Create new Hostinger Horizons website from the given message.\n Use this tool when user asks you to create a w Write hosting_activateWordPressThemeV1 Activate an installed theme on a WordPress installation. Provide the WordPress installation (software) identi Write hosting_changeDatabasePasswordV1 Changes the password for the specified database user. The database name must be the full name returned by the Write hosting_createAccountCronJobV1 Creates a cron job for the specified account from a schedule expression and a command. Returns the created cr Write hosting_createAccountDatabaseRemoteConnectionV1 Allows a remote host to connect to the specified database. Provide an IPv4/IPv6 address, or "%" to allow any Write hosting_createAccountDatabaseV1 Creates a database with a database user and password for the specified account. The database name and user ar Write hosting_createWebsiteParkedDomainV1 Create a parked or alias domain for the selected website. Provide a domain name or IP address to park on the Write hosting_createWebsiteSubdomainV1 Create a new subdomain for the selected website. Provide a subdomain prefix and, optionally, a custom directo Write hosting_createWebsiteV1 Create a new website for the authenticated client. Provide the domain name and associated order ID to create Write hosting_generateAFreeSubdomainV1 Generate a unique free subdomain that can be used for hosting services without purchasing custom domains. Free Write hosting_importWordpressWebsite Import a WordPress website from an archive file to a hosting server. This tool uploads a website archive (zip, Write hosting_patchNode_jsVulnerabilitiesV1 Patches the selected Node.js vulnerabilities by updating the affected package versions in package.json and ope Write hosting_resetPHPExtensionsV1 Resets all PHP extensions of the website to their default state. Use it to recover from extension conflicts o Write hosting_setAIOptionStatusV1 Enable or disable an AI option for the Hostinger Tools plugin on the specified WordPress installation. Provid Write hosting_toggleWebsiteCacheV1 Turns server-side caching for the website on or off, based on the enabled flag. Enable it for faster page load Write hosting_updatePHPExtensionsV1 Enables or disables PHP extensions (modules) for the website. Use the Get PHP details endpoint to check the c Write hosting_updatePHPOptionsV1 Updates PHP options for the website (e.g. memory_limit, max_execution_time, upload_max_filesize). Only provide Write hosting_updateWordPressCoreV1 Update the WordPress core for the specified installation (minor update or a specific version). Provide the Wo Write hosting_updateWordPressThemesV1 Update one or more installed themes to their latest version on a WordPress installation. Provide the WordPres Write mail_createAPITokenV1 Create an API token for the given mail order. The token grants access to the [Hostinger Email API](https://api Write mail_createMailboxV1 Create a mailbox under the given mail order. The full email address is composed from the given local part and Write mail_createWebhookV1 Create a webhook for the given mailbox. The generated secret is returned only in this response and is sent as Write mail_updateWebhookV1 Partially update a webhook. Only the fields included in the request body are changed; omitted fields retain th Write reach_createANewContactSegmentV1 Create a new contact segment. This endpoint allows creating a new contact segment that can be used to organiz Write reach_createANewContactV1 Create a new contact in the email marketing system. This endpoint allows you to create a new contact with bas Write reach_createNewContactsV1 Create a new contact in the email marketing system. This endpoint allows you to create a new contact with bas Write VPS_attachPublicKeyV1 Attach existing public keys from your account to a specified virtual machine. Multiple keys can be attached t Write VPS_createFirewallRuleV1 Create new firewall rule for a specified firewall. By default, the firewall drops all incoming traffic, which Write VPS_createNewFirewallV1 Create a new firewall. Use this endpoint to set up new firewall configurations for VPS security. Write VPS_createPostInstallScriptV1 Add a new post-install script to your account, which can then be used after virtual machine installation. The Write VPS_createPTRRecordV1 Create or update a PTR (Pointer) record for a specified virtual machine. Use this endpoint to configure rever Write VPS_createPublicKeyV1 Add a new public key to your account. Use this endpoint to register SSH keys for VPS authentication. Write VPS_createSnapshotV1 Create a snapshot of a specified virtual machine. A snapshot captures the state and data of the virtual machi Write VPS_resetHostnameV1 Reset hostname and PTR record of a specified virtual machine to default value. Use this endpoint to restore d Write VPS_restoreSnapshotV1 Restore a specified virtual machine to a previous state using a snapshot. Restoring from a snapshot allows us Write VPS_setHostnameV1 Set hostname for a specified virtual machine. Changing hostname does not update PTR record automatically. If Write VPS_setNameserversV1 Set nameservers for a specified virtual machine. Be aware, that improper nameserver configuration can lead to Write VPS_setPanelPasswordV1 Set panel password for a specified virtual machine. If virtual machine does not use panel OS, the request wil Write VPS_setRootPasswordV1 Set root password for a specified virtual machine. Requirements for password are same as in the [recreate vir Write VPS_updateFirewallRuleV1 Update a specific firewall rule from a specified firewall. Any virtual machine that has this firewall activat Write VPS_updatePostInstallScriptV1 Update a specific post-install script. Use this endpoint to modify existing automation scripts.
READ 114 tools
Read agency-hosting_getAgencyPlanWebsiteDetailsV1 Retrieves detailed information about a specific Agency Plan website, including configuration, status, metadata Read agency-hosting_getAgencyPlanWebsiteSetupStatusV1 Returns the current status of an Agency Plan website setup started via the setups endpoint. Poll this endpoin Read agency-hosting_getAgencyPlanWebsiteWordPressSettingsV1 Returns the current WordPress settings for an Agency Plan website: installed core version, LiteSpeed Cache plu Read agency-hosting_listAgencyPlanDomainsV1 Returns a paginated list of domains associated with Agency Plan websites accessible to the authenticated clien Read agency-hosting_listAgencyPlanWebsiteCronJobsV1 Returns a paginated list of cron jobs configured for an Agency Plan website. Each entry includes the schedule Read agency-hosting_listAgencyPlanWebsiteDatabasesV1 Returns a paginated list of MySQL databases created for an Agency Plan website. Each entry includes the datab Read agency-hosting_listAvailableDatacentersForAnAgencyPlanOrderV1 Lists the datacenters available for provisioning a new website on the given Agency Plan hosting order. Each d Read agency-hosting_listAvailableWordPressVersionsForAnAgencyPlanWebsiteV1 Lists the WordPress core versions available for installation on an Agency Plan website. Read agency-hosting_listRunningAgencyPlanWebsiteProcessesV1 Lists active and recently completed asynchronous processes for an Agency Plan website. Each process has a uni Read billing_getCatalogItemListV1 Retrieve catalog items available for order. Prices in catalog items is displayed as cents (without floating p Read billing_getPaymentMethodListV1 Retrieve available payment methods that can be used for placing new orders. If you want to add new payment me Read billing_getSubscriptionListV1 Retrieve a list of all subscriptions associated with your account. Use this endpoint to monitor active servic Read DNS_getDNSRecordsV1 Retrieve DNS zone records for a specific domain. Use this endpoint to view current DNS configuration for doma Read DNS_getDNSSnapshotListV1 Retrieve DNS snapshots for a domain. Use this endpoint to view available DNS backup points for restoration. Read DNS_getDNSSnapshotV1 Retrieve particular DNS snapshot with contents of DNS zone records. Use this endpoint to view historical DNS Read DNS_validateDNSRecordsV1 Validate DNS records prior to update for the selected domain. If the validation is successful, the response w Read domains_checkDomainAvailabilityV1 Check availability of domain names across multiple TLDs. Multiple TLDs can be checked at once. If you want al Read domains_getDomainAuthorizationCodeV1 Retrieve the authorization (EPP) code for a specified domain so it can be transferred away from Hostinger to a Read domains_getDomainDetailsV1 Retrieve detailed information for specified domain. Use this endpoint to view comprehensive domain configurat Read domains_getDomainForwardingV1 Retrieve domain forwarding data. Use this endpoint to view current redirect configuration for domains. Read domains_getDomainListV1 Retrieve all domains associated with your account. Use this endpoint to view user's domain portfolio. Read domains_getDomainRenewalInformationV1 Retrieve renewal information for a specified domain, including its status and current expiration date. Use th Read domains_getTransferListV1 Retrieve all domain transfers in your portfolio. Use this endpoint to monitor incoming and outgoing registrar Read domains_getTransferV1 Retrieve the transfer for a specified domain. Use this endpoint to track an incoming or outgoing registrar tr Read domains_getWHOISProfileListV1 Retrieve WHOIS contact profiles. Use this endpoint to view available contact profiles for domain registration Read domains_getWHOISProfileUsageV1 Retrieve domain list where provided WHOIS contact profile is used. Use this endpoint to view which domains us Read domains_getWHOISProfileV1 Retrieve a WHOIS contact profile. Use this endpoint to view domain registration contact information. Read ecommerce_getCustomStorefrontSetupInstructionsV1 Retrieve step-by-step setup instructions, formatted as Markdown, for connecting a custom sales channel to your Read ecommerce_getStoreMetadataV1 Get a store's readiness metadata: whether payment methods and shipping are configured, plus its default curren Read ecommerce_getStoresV1 Retrieve the stores associated with your account. Read ecommerce_listSalesChannelsV1 List a store's active sales channels with their full metadata. Read horizons_getWebsiteV1 Get a link for the user to edit their website in Hostinger Horizons interface.\n Use this tool when user wants Read hosting_checkIfWooCommerceIsInstalledV1 Check whether WooCommerce is installed on any WordPress installation of a domain. Optionally filter by domain Read hosting_checkIfWordPressInstallationsAreValidV1 Check whether one or more WordPress installations are valid and working correctly. Detects broken installation Read hosting_getCronJobOutputV1 Returns the output captured from the last execution of the cron job identified by its uid. The uid is returne Read hosting_getInstallationJWTTokenV1 Return a JWT token used to authenticate requests against the specified WordPress installation, including its M Read hosting_getNodeJSBuildLogsV1 Retrieve logs from a specific Node.js build process. To stream live output while a build is running, poll thi Read hosting_getPHPDetailsV1 Returns the full PHP configuration for the website: current version, available versions (supported and unsuppo Read hosting_getPHPInfoV1 Returns the full phpinfo page (HTML) for the website. Use it to debug PHP issues or inspect the complete PHP Read hosting_getPhpMyAdminLinkV1 Returns a direct sign-on link to phpMyAdmin for the specified database. Use this when a visual database inter Read hosting_listAccountCronJobsV1 Returns the list of cron jobs configured for the specified account, including their schedule and command. Read hosting_listAccountDatabaseRemoteConnectionsV1 Returns the remote-access rules for the specified account: the remote hosts (IPv4/IPv6 addresses, or "%" for a Read hosting_listAccountDatabasesV1 Returns a paginated list of databases for the specified account. Use the domain and is_assigned filters to fi Read hosting_listAvailableDatacentersV1 Retrieve a list of datacenters available for setting up hosting plans based on available datacenter capacity a Read hosting_listAvailableWordPressCoreUpdatesV1 List available WordPress core updates for the specified installation. Provide the WordPress installation (sof Read hosting_listAvailableWordPressPluginsV1 List plugins recommended for installation on a WordPress installation that are not yet installed. Provide the Read hosting_listInstalledWordPressPluginsV1 List plugins installed on a WordPress installation, including their status, available updates and known vulner Read hosting_listInstalledWordPressThemesV1 List themes installed on a WordPress installation, including their status, available updates and known vulnera Read hosting_listJsDeployments List javascript application deployments for checking their status. Use this tool when customer asks for the st Read hosting_listNode_jsVulnerabilitiesV1 Lists known npm package vulnerabilities detected on a Node.js website, enriched with advisory metadata (severi Read hosting_listNodeJSBuildsV1 Retrieve a paginated list of Node.js build processes for a specific website. Each build represents a single r Read hosting_listOrdersV1 Retrieve a paginated list of orders accessible to the authenticated client. This endpoint returns orders of y Read hosting_listSuggestedWordPressPluginsV1 List curated plugin suggestions grouped by website type. Use the returned slug values with POST /api/hosting/ Read hosting_listWebsiteParkedDomainsV1 Retrieve all parked or alias domains created under the selected website. Use this endpoint to inspect parked Read hosting_listWebsiteSubdomainsV1 Retrieve all subdomains created under the selected website. Use this endpoint to inspect subdomain configurat Read hosting_listWebsitesV1 Retrieve a paginated list of websites (main and addon types) accessible to the authenticated client. This end Read hosting_listWordPressInstallationsV1 List WordPress installations accessible to the authenticated client. Use this endpoint to discover existing W Read hosting_listWordPressThemesV1 List WordPress themes available to install. Use the returned slug values with POST /api/hosting/v1/accounts/{ Read hosting_searchWordPressPluginsV1 Search the WordPress.org plugin directory for plugins available to install. Use the returned slug values with Read hosting_showAIOptionStatusV1 Show the current AI option status for the Hostinger Tools plugin on the specified WordPress installation. Filt Read hosting_showJsDeploymentLogs Retrieve logs for a specified JavaScript application deployment for debugging purposes in case of failure. Read hosting_showLiteSpeedCacheStatusV1 Show the LiteSpeed Cache status for the specified WordPress installation. Provide the WordPress installation Read hosting_showMaintenanceStatusV1 Show the maintenance mode status for the specified WordPress installation. Provide the WordPress installation Read hosting_showMemcachedObjectCacheStatusV1 Show the Memcached object cache status for the specified WordPress installation. Provide the WordPress instal Read hosting_showWordPressCoreVersionV1 Show the WordPress core version for the specified installation, along with known vulnerabilities affecting it. Read hosting_toggleCachelessModeV1 Turns development (cacheless) mode on or off, based on the enabled flag. When enabled, nothing is cached, effe Read hosting_toggleMaintenanceModeV1 Enable or disable maintenance mode for the specified WordPress installation, based on the enabled flag. Provi Read hosting_toggleMemcachedObjectCacheV1 Activate or deactivate the Memcached object cache for the specified WordPress installation, based on the enabl Read hosting_verifyDomainOwnershipV1 Verify ownership of a single domain and return the verification status. Use this endpoint to check if a domai Read mail_changeMailboxPasswordV1 Change the password of a mailbox. Read mail_getOrderPlanV1 Retrieve the plan the given mail order was purchased with, including domain-level and mailbox-level quotas, li Read mail_getWebhookV1 Retrieve the details of a single webhook. The webhook secret is never included; it is returned only when a web Read mail_listAccessLogsV1 Retrieve paginated access logs for the domain attached to the given mail order. Supports filtering by account, Read mail_listActionLogsV1 Retrieve paginated account action logs (administrative and user actions) for the given mail order. Supports fi Read mail_listAPITokensV1 Retrieve a paginated list of [Hostinger Email API](https://api.mail.hostinger.com/) tokens across all your mai Read mail_listInboundLogsV1 Retrieve paginated inbound (received mail) delivery logs for the domain attached to the given mail order. Supp Read mail_listMailboxActionLogsV1 Retrieve paginated mailbox action logs (message and mailbox events) for a mailbox in the given mail order. The Read mail_listMailboxesV1 Retrieve a paginated list of mailboxes belonging to a mail order. Use this endpoint to monitor mailboxes of y Read mail_listOrdersV1 Retrieve a paginated list of mail orders associated with your account. Use this endpoint to monitor your mail Read mail_listOutboundLogsV1 Retrieve paginated outbound (sent mail) delivery logs for the domain attached to the given mail order. Support Read mail_listWebhookDeliveryLogsV1 Retrieve a paginated list of webhook delivery logs for the given mail order, including delivery outcome, durat Read mail_listWebhooksV1 Retrieve a paginated list of webhooks belonging to the given mail order. Supports filtering by mailbox and sta Read mail_regenerateWebhookSecretV1 Regenerate the secret of a webhook. The previous secret is immediately invalidated. The new secret is returned Read mail_testWebhookV1 Send a test delivery to the webhook URL and return the result. Test requests are rate limited upstream. Read reach_getProfileDomainDNSStatusV1 Retrieve the DNS configuration status for a profile's domain. This endpoint reports the state of MX, SPF, DKI Read reach_getSegmentDetailsV1 Get details of a specific segment. This endpoint retrieves information about a single segment identified by U Read reach_listContactGroupsV1 Get a list of all contact groups. This endpoint returns a list of contact groups that can be used to organize Read reach_listContactsV1 Get a list of contacts, optionally filtered by group and subscription status. This endpoint returns a paginat Read reach_listProfileSegmentContactsV1 Retrieve contacts associated with a specific segment for a given profile. This endpoint allows you to fetch a Read reach_listProfilesV1 This endpoint returns all profiles available to the client, including their basic information. Read reach_listSegmentContactsV1 Retrieve contacts associated with a specific segment. This endpoint allows you to fetch and filter contacts t Read reach_listSegmentsV1 Get a list of all contact segments. This endpoint returns a list of contact segments that can be used to orga Read v2_getDomainVerificationsDIRECT Retrieve a list of pending and completed domain verifications. Read VPS_getActionDetailsV1 Retrieve detailed information about a specific action performed on a specified virtual machine. Use this endp Read VPS_getActionsV1 Retrieve actions performed on a specified virtual machine. Actions are operations or events that have been ex Read VPS_getAttachedPublicKeysV1 Retrieve public keys attached to a specified virtual machine. Use this endpoint to view SSH keys configured f Read VPS_getBackupsV1 Retrieve backups for a specified virtual machine. Use this endpoint to view available backup points for VPS d Read VPS_getDataCenterListV1 Retrieve all available data centers. Use this endpoint to view location options before deploying VPS instance Read VPS_getFirewallDetailsV1 Retrieve firewall by its ID and rules associated with it. Use this endpoint to view specific firewall configu Read VPS_getFirewallListV1 Retrieve all available firewalls. Use this endpoint to view existing firewall configurations. Read VPS_getMetricsV1 Retrieve historical metrics for a specified virtual machine. It includes the following metrics: - CPU usage Read VPS_getPostInstallScriptsV1 Retrieve post-install scripts associated with your account. Use this endpoint to view available automation sc Read VPS_getPostInstallScriptV1 Retrieve post-install script by its ID. Use this endpoint to view specific automation script details. Read VPS_getProjectContainersV1 Retrieves a list of all containers belonging to a specific Docker Compose project on the virtual machine. Th Read VPS_getProjectContentsV1 Retrieves the complete project information including the docker-compose.yml file contents, project metadata, a Read VPS_getProjectListV1 Retrieves a list of all Docker Compose projects currently deployed on the virtual machine. This endpoint ret Read VPS_getProjectLogsV1 Retrieves aggregated log entries from all services within a Docker Compose project. This endpoint returns re Read VPS_getPublicKeysV1 Retrieve public keys associated with your account. Use this endpoint to view available SSH keys for VPS authe Read VPS_getScanMetricsV1 Retrieve scan metrics for the [Monarx](https://www.monarx.com/) malware scanner installed on a specified virtu Read VPS_getSnapshotV1 Retrieve snapshot for a specified virtual machine. Use this endpoint to view current VPS snapshot information Read VPS_getTemplateDetailsV1 Retrieve detailed information about a specific OS template for virtual machines. Use this endpoint to view sp Read VPS_getTemplatesV1 Retrieve available OS templates for virtual machines. Use this endpoint to view operating system options befo Read VPS_getVirtualMachineDetailsV1 Retrieve detailed information about a specified virtual machine. Use this endpoint to view comprehensive VPS Read VPS_getVirtualMachinesV1 Retrieve all available virtual machines. Use this endpoint to view available VPS instances.

Related servers

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

Questions about Hostinger Api

Can an AI agent move money through the Hostinger Api MCP server? +

Yes. The Hostinger Api server exposes 3 financial tools including billing_setDefaultPaymentMethodV1, domains_purchaseNewDomainV1, VPS_purchaseNewVirtualMachineV1. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

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

Yes. The Hostinger Api server exposes 37 destructive tools including agency-hosting_clearAgencyPlanWebsiteCacheV1, agency-hosting_deleteAgencyPlanWebsiteCronJobV1, agency-hosting_deleteAgencyPlanWebsiteDatabaseUserV1. 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 Hostinger Api? +

The Hostinger Api server has 70 write tools including agency-hosting_changeAgencyPlanWebsiteDomainV1, agency-hosting_changeAgencyPlanWebsiteWordPressCoreVersionV1, agency-hosting_createAgencyPlanWebsiteCronJobV1. 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 Hostinger Api.

How many tools does the Hostinger Api MCP server expose? +

258 tools across 4 categories: Destructive, Execute, Read, Write. 114 are read-only. 144 can modify, create, or delete data.

How do I enforce a policy on Hostinger Api? +

Register the Hostinger Api 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 Hostinger Api tool call.

Deterministic rules across all 258 Hostinger Api tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

258 Hostinger Api tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Hostinger Api's registry record.

The record behind this page: 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 →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.