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

butred999

Administrator
Staff member
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:

Code:
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:

Code:
List my Hostodo VMs and show me which ones are online.

Code:
Check disk usage on my production VM.

Code:
Reboot my staging VPS.

Code:
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:

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

Hermes example:

Code:
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
EPYC-1G1C16GN
EPYC-2G1C32GN
EPYC-4G2C64GN
EPYC-8G3C128GN
EPYC-16G6C192GN
[th]
vCPU​
[/th]​
[th]
RAM​
[/th]​
[th]
NVMe​
[/th]​
[th]
Monthly with LETMCP15​
[/th]​
[th]
Annual with LETMCP15​
[/th]​
[td]
1​
[/td]​
[td]
1GB​
[/td]​
[td]
20GB​
[/td]​
[td]
—​
[/td]​
[td][/td]​
[td]
2​
[/td]​
[td]
2GB​
[/td]​
[td]
32GB​
[/td]​
[td][/td]​
[td][/td]​
[td]
2​
[/td]​
[td]
4GB​
[/td]​
[td]
64GB​
[/td]​
[td][/td]​
[td][/td]​
[td]
3​
[/td]​
[td]
8GB​
[/td]​
[td]
128GB​
[/td]​
[td][/td]​
[td][/td]​
[td]
6​
[/td]​
[td]
16GB​
[/td]​
[td]
192GB​
[/td]​
[td][/td]​
[td][/td]​

Prices above are verified against the Hostodo production quote engine.


Locations​

LocationTest
Detroit, MIhttps://det01.hostodo.com
Las Vegas, NVhttps://lv.hostodo.com
Tampa, FLhttps://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
 
Back
Top