Sitequest Hosting

by sitequest-software

Not rated
GitHub

About

A remote Model Context Protocol (MCP) server for managing VPS servers and domains on Sitequest. Lets AI assistants provision, monitor, and configure infrastructure through natural language.

Details

Author
sitequest-software
Categories
Cloud Service, Infrastructure

Setup

Install Sitequest Hosting in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/sitequest-software/sitequest-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A remote Model Context Protocol (MCP) server for managing VPS servers and domains on Sitequest. Lets AI assistants provision, monitor, and configure infrastructure through natural language.

A remoteModel Context Protocol(MCP) server for managing VPS servers, webspaces, and domains onSitequest. Lets AI assistants provision, monitor, and configure infrastructure through natural language.

- 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
- Scope-Based Access-- Fine-grained API key permissions per tool category

Create an API key in theSitequest Dashboardwith the scopes you need.

VS Code / GitHub Copilot-- Create.vscode/mcp.jsonin your workspace:

{ "servers": { "sitequest": { "type": "http", "url": "https://hosting.site.quest/mcp", "headers": { "Authorization": "Bearer ${input:sitequest-api-key}" } } }, "inputs": [ { "id": "sitequest-api-key", "type": "promptString", "description": "Sitequest API key", "password": true } ] }

Claude Desktop-- Add toclaude_desktop_config.json:

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

Seeexamples/for more client configurations.

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 directory -- they cannot affect other sites on the same node.

API keys use granular scopes to control access:

Keys can also be restricted to specific VPS, webspace, or domain IDs for narrower access.

60 requests per minute per API key. Rate limit headers are included in every response:

- X-RateLimit-Limit
- X-RateLimit-Remaining
- X-RateLimit-Reset

All destructive operations (reinstall OS, delete backups, register/cancel domains, etc.) require an explicitconfirm: trueparameter. The server will not execute them without confirmation.

Full documentation:site.quest/docs/api/mcp

Core AWS MCP server providing prompt understanding and server management capabilities.

Manage and interact with Microsoft Azure services.

Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.

Interact with and manage Azure services using natural language.

An AI-powered interface for managing the Dokploy infrastructure platform.

An AI-powered interface for managing the Dokploy infrastructure platform.

Integrate with Foreman to manage hosts and other infrastructure resources.

The official Impreza Host connector for offshore server management

A server for Kubernetes CLI tools like kubectl, istioctl, helm, and argocd, supporting multi-cluster management via dynamic kubeconfig.

An MCP server for kubectl, enabling AI assistants to interact with Kubernetes clusters through a standardized protocol.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.