Cito MCP connects Claude, Cursor or ChatGPT to your Prostack account, so you can deploy and debug your sites by just asking.
Get connected
Run this command in your terminal:
claude mcp add --transport http Cito https://mcp.prostack.uk/mcp
On first use, Claude Code opens your browser so you can sign in with your Prostack account.
Add Cito as a custom connector:
https://mcp.prostack.uk/mcp
Click Connect to sign in with your Prostack account. The same steps work on claude.ai in your browser.
Click the button below to add Cito to Cursor:
Add to Cursor~/.cursor/mcp.json
{
"mcpServers": {
"Cito": {
"url": "https://mcp.prostack.uk/mcp"
}
}
}
ChatGPT supports MCP through Developer Mode (requires Plus, Team or Enterprise):
https://mcp.prostack.uk/mcp
Choose OAuth when asked about authentication.
To learn more about what you can do with the Cito MCP server, read the documentation.
This is the list of tools that the MCP server exposes. Your AI tool will choose when to invoke them. Human confirmation is always required for destructive actions.
cito_whoamiShow current user and available serverscito_list_serversList available Cito serverscito_server_infoGet detailed server informationcito_list_deployment_profilesList site profiles (WordPress, Laravel, Node.js, …)cito_list_sitesList sites on a servercito_get_siteGet site detailscito_create_siteCreate a new site from a deployment profilecito_update_siteUpdate site configurationcito_delete_siteDelete a sitecito_clone_siteClone a site to a new domain, optionally with databasescito_list_databasesList all databases on a servercito_get_databaseGet database detailscito_create_databaseCreate a new databasecito_delete_databaseDelete a databasecito_add_db_userAdd a user to a databasecito_remove_db_userRemove a user from a databasecito_list_site_databasesList databases owned by a sitecito_clone_databaseClone a database with fresh credentialscito_list_filesList files in a site directorycito_read_fileRead file content from a sitecito_write_fileWrite or overwrite a file on a sitecito_create_fileCreate a new file in a directorycito_delete_fileDelete a filecito_create_directoryCreate a directory on a sitecito_delete_directoryDelete a directorycito_change_permissionsChange file or directory permissionscito_extract_archiveExtract a zip / tar / tar.gz archivecito_list_logsList available log files for a sitecito_get_logsRetrieve log contentcito_list_site_ssh_keysList SSH keys for a sitecito_deploy_initStart a deployment and prepare secure file transfercito_deploy_finalizeComplete a deployment and run post-deploy commandscito_run_commandsRun framework commands on a site via SSH