← WebMCP Directory

Tool tree

likuid.com

Developer Tools
https://likuid.com/
Québec web hosting on Montréal servers, with domains, SSL and French-language support.
Explore capabilities

Tools verified

page: Every page

find_hosting_planAnswer

Recommend a Likuid hosting plan based on user needs (region, plan type). Returns a URL to the relevant product page.

View tool JSON
{
  "name": "find_hosting_plan",
  "kind": "answer",
  "impl": "imperative",
  "description": "Recommend a Likuid hosting plan based on user needs (region, plan type). Returns a URL to the relevant product page.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "region": {
        "type": "string",
        "enum": [
          "ca",
          "eu",
          "us"
        ],
        "description": "Datacenter region. ca = Canada/Quebec, eu = Europe (GDPR-compliant), us = United States."
      },
      "plan_type": {
        "type": "string",
        "enum": [
          "shared",
          "wordpress",
          "vps",
          "dedicated",
          "email",
          "reseller"
        ],
        "description": "Type of hosting plan needed."
      }
    },
    "required": [
      "plan_type"
    ]
  },
  "page": "/"
}
get_datacenter_locationsAnswer

Get information about Likuid datacenter locations across regions.

View tool JSON
{
  "name": "get_datacenter_locations",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get information about Likuid datacenter locations across regions.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
contact_supportSensitive Action

Get information on how to contact Likuid customer support.

View tool JSON
{
  "name": "contact_support",
  "kind": "transact",
  "impl": "imperative",
  "description": "Get information on how to contact Likuid customer support.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
check_domainAnswer

Generate a URL to check the availability of a domain name in the Likuid registrar.

View tool JSON
{
  "name": "check_domain",
  "kind": "answer",
  "impl": "imperative",
  "description": "Generate a URL to check the availability of a domain name in the Likuid registrar.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "Domain name to check, e.g. mysite.com"
      }
    },
    "required": [
      "domain"
    ]
  },
  "page": "/"
}