You're viewing a demo portfolio

Join the waitlist
PRSM

create_ftp_account

Active

Tool of BorealHost

declared in 1.27.0

Create an FTP account on a site. The user is chrooted to the specified directory. Password must be at least 8 characters. Username must be lowercase alphanumeric. Requires: API key with write scope. Args: slug: Site identifier username: FTP username (lowercase, max 32 chars) password: Password (min 8 chars) home_dir: Chroot directory (default: /var/www/html) Returns: {"success": true, "username": "ftpuser", "home_dir": "/var/www/html"}

Parameters schema

{
  "type": "object",
  "title": "create_ftp_accountArguments",
  "required": [
    "slug",
    "username",
    "password"
  ],
  "properties": {
    "slug": {
      "type": "string",
      "title": "Slug"
    },
    "home_dir": {
      "type": "string",
      "title": "Home Dir",
      "default": "/var/www/html"
    },
    "password": {
      "type": "string",
      "title": "Password"
    },
    "username": {
      "type": "string",
      "title": "Username"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

BorealHost

https://github.com/alainsvrd/borealhost-mcp

1/7 registries
View full server →