MCP server · Aptible
aptible-mcp.yml
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport
Tools
listAccounts— List all accounts/environments.getAccount— Get account/environment by handle.getAccountsByStack— Get all accounts/environments in a stack by stack name.createAccount— Create a new account/environment.listApps— List all apps.getApp— Get app by handle (account handle disambiguates).createApp— Create a new app from a Docker image.configureApp— Configure app environment variables.deleteApp— Delete (deprovision) an app.listAvailableDatabaseTypes— List all available database types and their image ids.listDatabases— List all databases.getDatabase— Get database by handle.createDatabase— Create a new database from an image id.deleteDatabase— Delete (deprovision) a database.listStacks— List all stacks.getStack— Get stack by name.listVhosts— List all vhosts/endpoints.getVhost— Get vhost by ID.createVhost— Create a new vhost/endpoint for a service.deleteVhost— Delete a vhost/endpoint.listServices— List all services for a specific app.getService— Get a service by handle within an app.scaleService— Scale a service by container count or size.listServiceVhosts— List all vhosts for a specific service.getOperationsForApp— Get recent operations for an app.getOperationsForDatabase— Get recent operations for a database.getOperationsForVhost— Get recent operations for a vhost/endpoint.getOperationLogs— Get logs for a specific operation.getProcfileExample— Example Procfile for defining app processes.getAptibleYamlExample— Example .aptible.yml for deploy hooks.getEndpointProvisionExample— Example GitHub Action for provisioning an endpoint.getAppProvisionExample— Example GitHub Action for provisioning an app.getAppDeprovisionExample— Example GitHub Action for deprovisioning an app.getAppConfigureExample— Example GitHub Action for configuring an app.getDatabaseProvisionExample— Example GitHub Action for provisioning a database.getDatabaseDeprovisionExample— Example GitHub Action for deprovisioning a database.getDatabaseRestoreExample— Example GitHub Action for restoring a database from backup.getBuildDeployExample— Example GitHub Action for build
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.