Skip to main content
Glama

hostinger-api-mcp

Official

VPS_createPostInstallScriptV1

Automate VPS setup tasks by creating a post-install script that executes after virtual machine installation. The script is saved as /post_install and logs output to /post_install.log.

Instructions

Add a new post-install script to your account, which can then be used after virtual machine installation.

The script contents will be saved to the file /post_install with executable attribute set and will be executed once virtual machine is installed. The output of the script will be redirected to /post_install.log. Maximum script size is 48KB.

Use this endpoint to create automation scripts for VPS setup tasks.

Input Schema

NameRequiredDescriptionDefault
contentYesContent of the script
nameYesName of the script

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content of the script", "type": "string" }, "name": { "description": "Name of the script", "type": "string" } }, "required": [ "name", "content" ], "type": "object" }

Other Tools from hostinger-api-mcp

Related Tools

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/hostinger/api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server