Ask your AI about your hosting — then let it do the work

HostPepper is the AI-powered way to host. Connect it to any AI app that speaks MCP. Your assistant can then check and change your domains, DNS, mailboxes, files, backups and billing directly — no dashboard hunting, no copy-pasting, no clicking through settings.

Works with Claude, Cursor, ChatGPT & any AI with MCPBrowser sign-in — no API keys to manageRead or write — you choose, per category
Your AI app

Are any of my sites running an outdated PHP version?

Reading your HostPepper account…

Two of your four sites are behind. Here is where each one stands.

Sites checked4
Up to date2 sites on PHP 8.3
Needs attentionshop.example.com — PHP 7.4
Update availableblog.example.net — PHP 8.1
Answered from your live account

What the AI Connector actually is

It is a secure bridge between your HostPepper account and your AI app — an MCP server. You add it once, approve it in your browser, and from then on your assistant can look things up and make changes for you, the same way you would in the control panel.

Step 1

You ask

“Is SSL still valid on my main domain?” or “Add a mailbox for Sarah” — in plain language, in the AI app you already use.

Step 2

Your assistant asks HostPepper

It calls the HostPepper connector with the permissions you approved, signed in as you.

Step 3

It gets done

A real answer from your live account, or the change made and confirmed back to you — not a guess, not a help-desk article.

Your AI app

Delete the old staging database — we are done with it.

Asked you to confirm — approved

You confirmed, so it is gone. Your live database was not touched.

ActionDelete database
Databasestaging_db
ConfirmedBy you, in the chat
StatusDeleted
Changed in your live account — confirmed by you

No new tool to learn

It lives inside the AI assistant you already use every day. Nothing to install on your machine.

Nothing risky without your say-so

Everyday changes happen as soon as you ask. Deletes, restores and billing changes wait for you to confirm in the chat.

Built on an open standard

MCP is the open protocol AI apps use to connect to external systems. Any MCP client can connect.

Ask it, or have it done

No commands, no syntax. Ask the way you would ask a colleague — to check something or to change it — and your assistant works out which account, domain or package you mean, then takes care of it.

Sites & hosting

Ask
  • List my hosting accounts and what is on each one.
  • Show the document root and SSL status for example.com.
Have it do
  • Install SSL on example.com, www included.
  • Create a staging subdomain for this site.

Domains & DNS

Ask
  • Show the DNS records for example.com.
  • Do any of my domains need verification right now?
Have it do
  • Add a CNAME so shop points at my online store.
  • Lock this domain against transfers.

Email & mailboxes

Ask
  • List the mailboxes on this hosting package.
  • Did my mailbox import finish?
Have it do
  • Create a mailbox for sarah@example.com.
  • Forward sales@ to my main address.

Files & backups

Ask
  • Show me what is in my .htaccess file.
  • When was my last backup, and what does it cover?
Have it do
  • Fix the redirect in .htaccess and save it.
  • Restore last night's backup of my site.

Apps, cron & logs

Ask
  • Which WordPress installations do I have?
  • Show me the errors my site logged today.
Have it do
  • Install WordPress on blog.example.com.
  • Run my cleanup script every night at 2am.

Billing & renewals

Ask
  • What am I currently paying for?
  • What would upgrading this package cost me?
Have it do
  • Go ahead and upgrade this package.
  • Turn on auto-renew for this domain.

Changes only happen in the categories you gave write access to. Deleting something, restoring a backup, upgrading or cancelling always stops and asks you to confirm in the chat before anything runs.

How to connect it

Setup is a one-time job and takes about two minutes. You add a link in your AI app, sign in to HostPepper in your browser, approve the access, and you are back in the chat — connected.

Your HostPepper connector link

https://mcp.hostpepper.com/mcp

The same link works for every AI app. Keep it handy — you will need it in step 2.

1

Open your AI app's connector settings

The screenshots here follow Claude — Settings → Connectors → “Add custom connector”. Every app has the same screen under a slightly different name; the exact path for each one is listed further down this page.

Claude's Connectors settings with the Add menu open on “Add custom connector”
2

Paste the HostPepper link

Give it a name you will recognise — HostPepper — and paste the connector link below as the URL. That link is the only thing you need; there is no API key, token or password to generate.

https://mcp.hostpepper.com/mcp
The Add custom connector dialog, named HostPepper, with the connector link pasted into the URL field
3

Sign in to HostPepper in your browser

Your AI app hands you over to your browser and opens the HostPepper sign-in page. Log in with the account you already use for the control panel.

The HostPepper customer login page opened in a browser tab
4

Choose what it may read or change

You will see exactly which parts of your account the connector is asking for, each one with its own choice — no access, read, or read & write. Give it write access only where you want it to make changes. Approve, and the browser hands you straight back to your AI app.

The HostPepper authorisation screen listing each permission with a no access, read, or read & write choice
5

You are connected — start asking

Back in your AI app the connector shows as connected, with every tool listed and a Disconnect button beside it. Try “list my hosting accounts” to see it work. You only do this once; it stays connected until you remove it.

The connected HostPepper connector, showing its tool permissions and a Disconnect button

Where the setting lives in each app

The link is identical everywhere — only the menu changes. Whichever app you use, the browser sign-in and approval step above are the same.

Claude

Web, desktop & mobile

Settings → Connectors → Add custom connector → paste the link → Add.

The screenshots above are from Claude.

ChatGPT

Paid plans

Settings → Apps & Connectors → Advanced → developer mode, then Create → paste the link.

General-purpose connectors need developer mode, available on Pro, Team, Enterprise and Edu plans.

Grok

Paid tiers

grok.com/connectors → New Connector → Custom → paste the link.

Custom connectors sit on Grok's paid tiers.

Cursor & Claude Code

All plans

Add the server to your MCP config with the JSON below, then reload the app.

Cursor needs one extra line in that config — see the note below.

Gemini & everything else

Any MCP client

Look for “custom connector”, “remote MCP server” or “MCP” in the app's settings, then paste the same link.

If the app can add a remote MCP server, it can connect — the link and the browser sign-in never change.

Config-file clients

Apps configured with a file rather than a settings screen take the same link in their MCP config. Add the block below, restart the app, and the same browser sign-in appears.

{ "mcpServers": { "hostpepper": { "url": "https://mcp.hostpepper.com/mcp" } } }

One extra line for Cursor

Temporary

Our authorisation server uses Client ID Metadata Documents (CIMD), the registration method the MCP specification now prefers over Dynamic Client Registration. Claude, ChatGPT and most other clients already support it; Cursor does not yet. Until it does, add a static client ID to your Cursor config — nothing else changes, and the browser sign-in works the same way.

{ "mcpServers": { "hostpepper": { "url": "https://mcp.hostpepper.com/mcp", "auth": { "CLIENT_ID": "a2a66cdf-25e8-4d8a-9a15-f5d5690f75b3" } } } }

If something does not connect

  • • Check the link was pasted in full, including the ending — a trailing space is the usual culprit.
  • • Make sure your AI app supports remote MCP connectors; recent desktop and web builds do, older versions may not.
  • • If the browser tab never returns, close it and press connect again — the sign-in link is short-lived.
  • • Signed in to more than one HostPepper account? Approve with the one that owns the hosting you want to ask about.

Good to know

  • • You approve permission groups, not individual tools — and you can switch any group off.
  • • The connection uses your own login, so it sees exactly what you see in the control panel.
  • • It only changes things in categories you gave write access to, and asks you to confirm before deleting anything, restoring a backup or touching billing.
  • • Removing the connector ends access immediately, on every device.

Built so you stay in control

Handing an AI app access to your hosting should be a deliberate, reversible decision. The connector is built around that — modern OAuth sign-in, an explicit approval step, a scope you can see before you agree to it, and a confirmation for anything you cannot undo.

It confirms before anything destructive

Deleting, restoring a backup, upgrading or cancelling stops and asks you to confirm in the chat first. If your AI app cannot show that confirmation, the action simply does not run.

It signs in as you

There is no shared key. The connection uses your own HostPepper login, so it can only ever see what you can see in the control panel.

You approve the scope

The browser step lists every category being requested — hosting, domains, mail, files, billing — each set to no access, read, or read & write. Keep a category read-only and it can look but never change; turn it off and nothing in it is reachable.

Disconnect whenever you like

Remove the connector in your AI app and access stops immediately. Reconnecting is the same two-minute flow.

Questions people ask first

Still unsure about something? Our support team is happy to walk you through the setup.

What exactly is MCP?

MCP — the Model Context Protocol — is an open standard that lets AI assistants connect to outside systems. HostPepper runs an MCP server, so any AI app that speaks the standard can talk to your hosting account.

Which AI apps can I use?

Any AI app that supports custom remote MCP connectors — Claude, ChatGPT, Gemini, Grok, Claude Code and Cursor all do. A few have their own conditions: ChatGPT needs developer mode on a paid plan, and Grok puts custom connectors on its paid tiers. Apps configured with a file rather than a settings screen take the same link in their MCP config.

Do I need an API key or a developer account?

No. You paste one link, sign in to HostPepper in your browser and approve the access. There is no key to generate, store or rotate.

Can it change things, or only look?

Both — you decide. On the approval screen each category can be off, read-only, or read & write. Everyday changes like adding a DNS record or creating a mailbox happen as soon as you ask; deleting something, restoring a backup, or anything that touches billing stops and asks you to confirm in the chat first.

What does the AI provider get to see?

Only the answers to the questions you ask. When your assistant looks something up, that result comes into your chat exactly as if you had pasted it there yourself — so treat it like any other conversation.

How do I disconnect it?

Remove the connector in your AI app. Access ends straight away, and you can reconnect any time with the same link.

Put your hosting in your AI assistant

One link, one browser sign-in, and your assistant can check and manage your own accounts, domains and sites. Already a HostPepper customer? You are two minutes away.

Talk to support
ellipse iconfooter back ground image
Host Pepper logo
Copyright © 2026 HostPepper. All Rights Reserved.