Because it is hosted and authenticates per request, any LetsCloud customer connects with just their key — and the full instance and SSH key lifecycle is available with no local install and no stored credential.
A hosted server for the LetsCloud platform, reached over Streamable HTTP. Your API key travels on the request and is relayed upstream — the server itself stores no credentials. The same backend also exposes a REST API for plain HTTP integrations.
- Instances created, read and deleted, and the full list of what is running
- SSH keys created, read, listed and deleted, so a new instance is reachable from the start
- The catalogue you need before creating anything: plans, images and locations
- Account information read back, for quota and identity questions
Nothing to install — one HTTP entry pointed at https://mcp.letscloud.io/mcp. A LetsCloud API key generated in the dashboard, sent as Authorization: Bearer; it is relayed upstream on each request rather than stored.
One command plus a key — npx -y mcp-remote https://mcp.letscloud.io/mcp, then supply credentials
