Skip to content

MCP tools

ShipSquares ships a first-class MCP server (Model Context Protocol) so AI agents — and the built-in assistant — can operate the platform. It runs over streamable HTTP with API-key authentication, is RBAC-bound (every tool call re-enters the API as the caller, with the caller’s permissions), and audits every mutation.

Because the MCP tools call the same REST surface as the dashboard, an agent can do anything a user can — and nothing they can’t.

ToolDoes
list_appsList the apps in the active organization.
get_statusReport an app’s current status and latest deployment.
deploy_appTrigger a deployment (from GitHub, an image, or the catalog).
rollbackRoll an app back to a previous image.
tail_logsStream build/runtime logs.
set_envSet environment variables and secrets (write-only).
add_domainAttach a custom domain (certificate issued automatically).

Managed Email and other first-class surfaces expose their own tools as those features are enabled on your control plane.

Point an MCP-capable client at your control plane’s /mcp endpoint and authenticate with a scoped API key (ss_live_…). The agent then operates strictly within that key’s role — see Security for the permission model.