MCP server

MCP for any AI. Deploy, debug and migrate by asking.

Connect Claude, ChatGPT, Cursor or VS Code to Hostingsurge by signing in, with no keys to paste. Your assistant gets 72 tools to create projects, deploy, read logs, add domains, manage databases and move sites over from Vercel and other hosts.

MCP endpoint: https://hostingsurge.com/mcp

72 toolsOAuth 2.1 sign-inClaude · ChatGPT · Cursor · VS CodeTeam-scoped and revocable

Ask for it. Your assistant does the work.

It picks the right tools and tells you what it did. A few things you can ask:

“Move my Vercel project storefront to Hostingsurge.”

Imports its build settings, environment variables, domains, redirects and cron jobs, runs it on a preview URL and tells you which DNS records to change when you are ready.

“Add shop.example.com and tell me which DNS records to set.”

Adds the domain and replies with the exact records. Once they are in place, it verifies them and SSL is issued automatically.

“Why did the last deploy fail?”

Reads the deployment and its build logs, explains the error, and can fix the code, a setting or an environment variable and deploy again.

“Create a Postgres database for my app.”

Creates a managed PostgreSQL database on your team’s private network and adds the connection string to the project as an environment variable.

“Roll production back to the previous deploy.”

Lists recent deployments and rolls production back to the one you choose.

“Update the plugins on my WordPress site and run a health check.”

Runs the updates through WP-CLI and reports what changed and how the site is doing.

Connect your client.

Add the MCP endpoint, sign in to Hostingsurge and approve the access. There is no key to copy.

Claude

In claude.ai or Claude Desktop, open Customize → Connectors and add a custom connector with the MCP endpoint. Click Connect, sign in and allow access.

ChatGPT

Turn on developer mode under Settings → Security and login, then create an app for the MCP endpoint with OAuth. Sign in and allow access.

Cursor, VS Code and Claude Code

Add the server with the config or command below. Each one opens the Hostingsurge sign-in when it connects.

Config and commands

# Claude Code: then run /mcp and choose Authenticate
claude mcp add --transport http hostingsurge https://hostingsurge.com/mcp

# Cursor: ~/.cursor/mcp.json, then click Connect in the MCP settings
{ "mcpServers": { "hostingsurge": { "url": "https://hostingsurge.com/mcp" } } }

# VS Code: .vscode/mcp.json, then start the server and sign in
{ "servers": { "hostingsurge": { "type": "http", "url": "https://hostingsurge.com/mcp" } } }

# Any other MCP client: send a token from Settings → Tokens
Authorization: Bearer <your-hostingsurge-token>

Building your own agent? One plain-text file describes the platform, every MCP tool and the CLI. Read llms.txt

72 tools, grouped by area.

Your client loads the full list with input schemas when it connects. This is what they cover.

AreaWhat your assistant can doTools
Projects and accountCreate projects from Git, a Docker image, WordPress or uploaded files, change their settings and delete them8
Deployments and logsDeploy from Git or from files your assistant wrote, read build and runtime logs, roll back8
Environment variablesList, set and remove variables3
DomainsAdd a domain, get the exact DNS records, verify and remove it4
Databases and backupsCreate PostgreSQL, MySQL, MariaDB, Redis or MongoDB, attach it to a project, schedule and run backups, restore10
WordPressStatus and health checks, core, plugin and theme updates, hardening, auto-updates, admin password reset, backups and restore13
AutomationCron jobs with run-now, deploy hooks and push-to-deploy webhooks12
MigrationsImport from Vercel, Netlify, Git, WordPress, databases, cPanel and more, follow progress and cut over DNS3
EmailAdd email domains, create mailboxes and aliases, request sending and send transactional email7
AI BuilderStart a project from a prompt, ask for changes, check progress and publish (early access)4

Access you control.

Access is scoped to one team and easy to take back.

Sign in, no keys to paste

Claude, ChatGPT, Cursor and VS Code connect with OAuth 2.1. You sign in to Hostingsurge and approve the access yourself.

Scoped to one team

Every sign-in grant and token belongs to a single team. Your assistant only reaches that team’s projects, and every team’s data stays isolated.

Revoke any time

Disconnect an app under Settings → AI & MCP, or revoke a token under Settings → Tokens. Access ends immediately.

MCP questions

What is MCP?

The Model Context Protocol is an open standard that lets AI assistants use tools. The Hostingsurge MCP server gives your assistant 72 of them, covering projects, deployments, domains, databases, WordPress, email and migrations.

Which AI clients can connect?

Any client that supports remote MCP servers over HTTP. Claude, ChatGPT, Cursor and VS Code connect by signing in. Claude Code and other clients can sign in or use a token.

Do I have to paste an API key?

No. With OAuth you sign in to Hostingsurge in the browser and approve the access. Tokens are only for clients without OAuth, scripts and CI.

What can my assistant reach?

Only the team you approved. Sign-in grants and tokens are scoped to one team, and you can disconnect them at any time.

How is MCP different from the API and CLI?

They work on the same platform. Use MCP for AI assistants, the CLI for terminals and CI, and the REST API for your own code.

Is there documentation written for agents?

Yes. /llms.txt describes the platform, every MCP tool and the CLI in one plain-text file.

Connect your AI to Hostingsurge.

Create a free account, add https://hostingsurge.com/mcp to your client and sign in.