Clever Cloud (Developer PaaS API)

Clever Cloud (Developer PaaS API) MCP Connector for Claude

A+

Manage your Clever Cloud infrastructure—apps, add-ons, and deployments—directly from your AI agent.

14 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Clever Cloud account to any AI agent and take full control of your PaaS resources through natural conversation.

What you can do

  • Application Management — List, create, and inspect your applications. Get detailed metadata and configuration for any specific app.
  • Add-on Provisioning — List all your provisioned services like databases or Redis, and provision new ones on the fly.
  • Deployment Workflows — Trigger new deployments for your applications directly from your chat or IDE.
  • Organization Control — Manage multiple organizations, list their specific applications, and create new organizational units.
  • User Insights — Retrieve your current user profile and settings to verify access levels.

How it works

  1. Subscribe to this server
  2. Enter your Clever Cloud API credentials (Consumer Key, Secret, and Tokens)
  3. Start managing your cloud infrastructure from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • DevOps Engineers — quickly check application statuses and trigger deployments without leaving the terminal or editor.
  • Full-stack Developers — provision databases (add-ons) and manage app configurations while writing code.
  • Technical Leads — oversee multiple organizations and applications across the entire Clever Cloud ecosystem.
paascloud-hostingdeployment-automationinfrastructure-as-codeclever-cloud

14 tools expose this connector's capabilities to your AI agent.

create_application

Provide necessary configuration in the body. Create a new Clever Cloud application

create_organization

Provide configuration in the body. Create a new organization

delete_application

Delete an application

get_addon

Get details of a specific add-on

get_application_logs

Fetch application logs

get_application

Get details of a specific application

get_current_user

Get information about the current user

list_addons

). List all your add-ons

list_applications

List all your Clever Cloud applications

list_instances

List running instances

list_organization_applications

List applications in an organization

list_organizations

List organizations you belong to

provision_addon

Provide configuration in the body. Provision a new add-on

trigger_deployment

Trigger a deployment

See how to talk to your AI agent using Clever Cloud (Developer PaaS API).

List all my Clever Cloud applications.

I've retrieved your applications. You have 3 active apps: 'frontend-prod' (ID: app_123), 'api-gateway' (ID: app_456), and 'worker-service' (ID: app_789).

Trigger a new deployment for application app_456.

Deployment triggered successfully for 'api-gateway' (app_456). The platform is now building and deploying your latest changes.

Show me the details of my provisioned add-ons.

You have 2 active add-ons: a PostgreSQL database (ID: addon_abc) and a Redis instance (ID: addon_xyz). Both are currently in 'running' status.

Yes! Use the `trigger_deployment` tool by providing the `appId`. You can optionally specify deployment options like a commit ID in the request body.

Related Connectors