Skip to main content

MCP Integration

CloudRift exposes its REST API as Model Context Protocol (MCP) tools, enabling LLM-powered applications to manage cloud instances directly.

Endpoint

POST https://api.cloudrift.ai/mcp

The MCP endpoint accepts standard MCP protocol messages and is compatible with any MCP client, including Claude Code, Claude Desktop, and other MCP-compatible tools.

Supported Tools

The following CloudRift operations are available as MCP tools:

ToolDescription
list_instance_typesList available instance types with pricing and availability
rent_instanceRent a new VM or Docker instance
list_instancesList your active instances
terminate_instancesTerminate running instances
stop_instancesStop running instances
start_instancesStart stopped instances
get_account_infoGet account balance and details

Authentication

The MCP endpoint uses the same authentication as the REST API — provide your API key or JWT token in the request headers.