MCP integration

Manage your hosting from Claude Code.

Bring Sitequest into Claude Code with our first-class MCP server. Spin up VPS instances, deploy WordPress, edit DNS, run server commands and inspect logs — all from the terminal where you already write code.

Spin up a 4-core Ubuntu VPS in Frankfurt and deploy WordPress on a new staging subdomain.
I'll create the VPS first, then provision the webspace and install WordPress.
mcp_sitequest_create_vps
{ "os": "ubuntu-24.04", "cores": 4, "mem": 8, "datacenter": "fsn1" }
VPS my-app-server is provisioning (ETA ~60s). While we wait, creating the webspace…
mcp_sitequest_create_webspace
{ "subdomain": "staging", "cms": "wordpress" }
Done. WordPress is live at https://staging.example.com. Admin login email sent. Want me to back it up before you start editing?

Set up in under a minute

Add the Sitequest MCP server to Claude Code once. Then ask your agent anything.

  1. 1

    Install Claude Code

    Grab the official Anthropic CLI from claude.ai/code if you haven't already. macOS, Linux and Windows are supported.

  2. 2

    Generate a Sitequest API key

    In your dashboard, open the profile menu (top-right) → API / MCP and create a scoped key. Pick the resources Claude is allowed to touch (VPS, webspaces, DNS, billing).

  3. 3

    Add the MCP server

    Run the CLI command below or paste the JSON snippet into ~/.claude/mcp.json. Restart Claude Code so it picks up the new server.

    terminal
    $ claude mcp add --transport http sitequest https://hosting.site.quest/mcp \
        --header "Authorization: Bearer sq_your_api_key"
    $ claude
     "List my VPS instances and show CPU usage"
  4. 4

    Prompt away

    Paste the snippet, restart Claude, then try: "Show me my running VPS instances", "Deploy WordPress on a new webspace", or "Add an MX record for hello@example.com".

    ~/.claude/mcp.json
    # ~/.claude/mcp.json
    {
      "mcpServers": {
        "sitequest": {
          "type": "http",
          "url": "https://hosting.site.quest/mcp",
          "headers": {
            "Authorization": "Bearer sq_your_api_key"
          }
        }
      }
    }

What you can do from Claude Code

Every dashboard action is available as an MCP tool — talk to it instead of clicking.

Spin up & scale VPS

Create, resize, snapshot and destroy VPS instances. Pick OS, datacenter and resources in one prompt.

Deploy CMS in one prompt

"Install WordPress on staging.example.com" — Claude provisions the webspace, runs the installer and returns the login URL.

Manage DNS & domains

Register domains, edit zone files, rotate DNSSEC keys and add CAA records without leaving your editor.

Run remote commands

Execute SSH commands on any server, stream the output back into the chat, and let Claude diagnose the result.

Tail & search logs

Pull web server, PHP and system log lines into context with exec_command or read_file so Claude can debug a 500 error against your actual stack trace.

Backup before deploy

Ask Claude to snapshot a VPS or webspace before risky operations — it'll roll back if something breaks.

Secure by default

API keys are scoped, revokable from the dashboard, and every MCP call is audit-logged. Destructive actions require an explicit confirmation tool — your agent can't accidentally delete production.

Ready to manage hosting from Claude Code?

Pick a plan, generate an API key, and start prompting.

Web Hosting
from0,00 €/mo

Managed PHP & MariaDB hosting with one-click WordPress, Joomla, Drupal & TYPO3. Free SSL and HTTP/3 included.

See web hosting plans
VPS Hosting
from2,69 €/mo

Dedicated CPU, NVMe storage, full root access. Spin up via the dashboard or directly from your AI agent.

Explore VPS hosting