Skip to main content
Glama

hostinger-api-mcp

Official

VPS_createNewProjectV1

Deploy or replace Docker Compose projects on a virtual machine by providing a URL or raw YAML content. Supports GitHub repositories and custom docker-compose.yaml files for streamlined project setup.

Instructions

Deploy new project from docker-compose.yaml contents or download contents from URL.

URL can be Github repository url in format https://github.com/[user]/[repo] and it will be automatically resolved to docker-compose.yaml file in master branch. Any other URL provided must return docker-compose.yaml file contents.

If project already exists, it will be replaced.

Input Schema

NameRequiredDescriptionDefault
contentYesURL pointing to docker-compose.yaml file, Github repository or raw YAML content of the compose file
project_nameYesDocker Compose project name using alphanumeric characters, dashes, and underscores only
virtualMachineIdYesVirtual Machine ID

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "URL pointing to docker-compose.yaml file, Github repository or raw YAML content of the compose file", "type": "string" }, "project_name": { "description": "Docker Compose project name using alphanumeric characters, dashes, and underscores only", "type": "string" }, "virtualMachineId": { "description": "Virtual Machine ID", "type": "integer" } }, "required": [ "virtualMachineId", "project_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