Sitequest MCP Server

Create an API key in the [Sitequest Dashboard](https://hosting.site.quest/en/dashboard/settings/api) with the scopes you need.

Local serverstdio

What is the Sitequest MCP MCP server?

Sitequest MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Create an API key in the Sitequest Dashboard with the scopes you need.

What you get

  • VPS Management — -- List, create, monitor, power control, OS reinstall, resize
  • Webspace Hosting — -- Provision shared hosting, install CMS (WordPress, Joomla, TYPO3), link domains, manage PHP versions and databases
  • SSH & File Operations — -- Execute commands, read/write files, manage SSH security on both VPS and webspaces (jailed)
  • Firewall & Backups — -- Configure firewall rules, create/restore/delete backups
  • Domain Management — -- Register, transfer, configure DNS records, WHOIS privacy, DNSSEC
  • Billing Integration — -- Provision resources with automatic payment via saved mandate

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

What the assistant can call

Once Sitequest MCP is connected, these are the calls the assistant has available:

  • Webspaces — Shared web hosting with isolated PHP/MariaDB sites. SFTP and exec tools operate as the unprivileged site Linux user, jailed to the site's home
  • Domains — The Domains tool exposed by this server
  • Orders — The Orders tool exposed by this server

Configuration and credentials

You will need one environment variable: YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the sitequest mcp mcp server does with a few real requests.

Choosing this one

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Sitequest MCP's toolset — Webspaces, Domains, Orders — is a fair guide to whether it matches your workflow. It is maintained by sitequest-software; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Sitequest MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
WebspacesShared web hosting with isolated PHP/MariaDB sites. SFTP and exec tools operate as the unprivileged site Linux user, jailed to the site's home directory -- they cannot affect other sites on the same node.
DomainsThe Domains tool exposed by this server.
OrdersThe Orders tool exposed by this server.

How to install the Sitequest MCP MCP server

{
  "mcpServers": {
    "sitequest": {
      "type": "streamableHttp",
      "url": "https://hosting.site.quest/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Sitequest MCP to Webspaces.
  • Use Sitequest MCP to Domains.
  • Use Sitequest MCP to Orders.

Frequently asked questions

It connects Sitequest MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Webspaces, Domains, Orders) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Sitequest MCP directly.