Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Announcing Hostodo MCP Server - Control your VPS instances via Claude/Hermes/Codex/Cursor

HassanHassan Member, Patron Provider

Hi LET. We added MCP support for Hostodo.

If you use Claude Desktop, Claude Code, Cursor, Hermes, or another MCP-compatible client, you can now connect it directly to your Hostodo account and manage your VPSes from your AI assistant.

Docs:
https://hostodo.com/docs/mcp

Setup in Console:
https://console.hostodo.com/settings/developer-access

MCP endpoint:

https://api.hostodo.com/mcp

What it does

The Hostodo MCP server lets your AI client:

  • list your VPS instances
  • inspect VM details
  • start / stop / reboot / reset
  • reinstall VMs with a selected OS template
  • rename VMs
  • run bounded root commands on opted-in VMs
  • run longer background commands and poll output
  • transfer/install files

WIP: Deploy, helpdesk, etc. Just guaging interest first.

Example prompts:

List my Hostodo VMs and show me which ones are online.
Check disk usage on my production VM.
Reboot my staging VPS.
Deploy the docker-compose stack in this directory on my VM.

Security model

This is not “paste your SSH key into an AI client.”

Every MCP call is:

  • authenticated with a Hostodo developer token
  • scoped by permissions like vms:read, vms:power, vms:exec
  • checked against VM ownership
  • audited
  • rate limited

For command execution, there are two gates:

  1. the token needs vms:exec
  2. the VM must have MCP exec explicitly enabled

So you can give an AI client read-only access, power-control access, or exec access depending on what you actually want it to do.


Quick setup

  1. Log in to Hostodo Console:
    https://console.hostodo.com

  2. Go to Settings → Developer Access:
    https://console.hostodo.com/settings/developer-access

  3. Create a token with the scopes you want.

  4. Add the MCP server to your client.

Claude Code example:

claude mcp add --transport http \
  --header "Authorization: Bearer <your-token>" \
  hostodo https://api.hostodo.com/mcp

Hermes example:

hermes mcp add hostodo --url https://api.hostodo.com/mcp --auth header

Full docs:
https://hostodo.com/docs/mcp


LETMCP15

For LET users testing the MCP beta:

LETMCP15 = 15% off recurring

Works at checkout on Hostodo Console.

AMD EPYC 7742 · Pure NVMe · 1Gbps · KVM

Plan vCPU RAM NVMe Monthly with LETMCP15 Annual with LETMCP15
EPYC-1G1C16GN 1 1GB 20GB $17/yr
EPYC-2G1C32GN 2 2GB 32GB $2.98/mo $29.75/yr
EPYC-4G2C64GN 2 4GB 64GB $5.95/mo $59.50/yr
EPYC-8G3C128GN 3 8GB 128GB $7.65/mo $76.50/yr
EPYC-16G6C192GN 6 16GB 192GB $17/mo $170/yr

Prices above are verified against the Hostodo production quote engine.


Locations

Location Test
Detroit, MI https://det01.hostodo.com
Las Vegas, NV https://lv.hostodo.com
Tampa, FL https://tpa.hostodo.com

OS options

Ubuntu 25.04 / 24.04 / 22.04
Debian 13 / 12 / 11
AlmaLinux 9 / 8
Rocky Linux 9 / 8
CentOS Stream 9
Fedora 43 / 41
Arch Linux
OpenSUSE Leap 15.5
And more.


Unmanaged. Instant provisioning. Stripe, PayPal, Crypto, and Alipay.

Around since 2017. Same Hostodo, better everything.

Feedback welcome here, especially if you try the MCP integration with Claude/Cursor/Hermes/etc.

Questions here via helpdesk.

  • Hassan

Comments

  • deafcondeafcon Member

    Pretty interesting. The power/reset functions could be pretty useful. I could see using the reinstall, but that is a bit scarier. I can't see going through my provider to actually execute commands, the agent is probably already running on the VPS or some other machine that has SSH access.

    What would really be interesting is the ability to resize the VM on demand. The agent notices that the load is too heavy, it can automatically size up, then back down when the hard work is done. Bounded by some sort of budget set in the control panel of course.

  • s0n1cs0n1c Member

    someone ping me when some dude makes a thread on how the AI accidentally reinstalled beanmanOS onto their whole system when they meant to reboot it.

  • HassanHassan Member, Patron Provider

    @deafcon said:
    Pretty interesting. The power/reset functions could be pretty useful. I could see using the reinstall, but that is a bit scarier. I can't see going through my provider to actually execute commands, the agent is probably already running on the VPS or some other machine that has SSH access.

    What would really be interesting is the ability to resize the VM on demand. The agent notices that the load is too heavy, it can automatically size up, then back down when the hard work is done. Bounded by some sort of budget set in the control panel of course.

    Noted!! 🔖

  • HassanHassan Member, Patron Provider

    @s0n1c said:
    someone ping me when some dude makes a thread on how the AI accidentally reinstalled beanmanOS onto their whole system when they meant to reboot it.

    😆

Sign In or Register to comment.