Create an API key in the [Sitequest Dashboard](https://hosting.site.quest/en/dashboard/settings/api) with the scopes you need.
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.
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.
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 homeDomains — The Domains tool exposed by this serverOrders — The Orders tool exposed by this serverYou 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.
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.
| Tool | What it does |
|---|---|
| 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 directory -- they cannot affect other sites on the same node. |
| Domains | The Domains tool exposed by this server. |
| Orders | The Orders tool exposed by this 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.
| Variable | Description | Required |
|---|---|---|
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.