Labsco
MCP SERVER

LetsCloud MCP Server

by letscloud-community

Create, inspect and delete LetsCloud servers and SSH keys from your assistant, with nothing installed locally.

Cloud Resources & Infrastructure as Code
Summary
Infrastructure changes as sentences, with the key never leaving the request.

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.

What it is

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.

What you get
  • 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
Requirements

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.

Setup effort

One command plus a key — npx -y mcp-remote https://mcp.letscloud.io/mcp, then supply credentials