Deploy MCP endpoint and tools
You can find information about Deploy MCP tools and explore the available tools for managing applications, environments, and deployment processes.
Deploy MCP endpoint
You can use the following endpoint to connect to the Deploy MCP
server:
https://<loop_hostname>/deploy/mcpMCP tools available in Deploy
| Tools | Description | Input | Output |
| deploy_snapshot_to_environment | Deploys a snapshot to a target environment. | applicationId, applicationProcessId, snapshotId, environmentId |
Confirmation of successful deployment and deployment details |
| get_deployment_status | Gets the status of an application deployment that was previously requested. | requestId | The status and results of the requested application deployment |
| list_application_environments | Lists the environments for a specific application. | applicationId |
List of application environments with names and IDs |
| list_application_processes | Lists the deployment processes for a specific application | applicationId |
List of deployment processes with names and IDs for the application |
| list_application_snapshots | Lists the snapshots for a specific application. | applicationId |
List of snapshots for a specific application |
| list_applications | Lists the applications | None |
List of all available applications |