Cito logo

Cito MCP Server Beta

Cito MCP connects Claude, Cursor or ChatGPT to your Prostack account, so you can deploy and debug your sites by just asking.

Get connected

Connect your AI Tool

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:

  1. Open Settings > Connectors
  2. Click Add custom connector
  3. Name it Cito and enter this URL:
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
Config file: ~/.cursor/mcp.json
{
  "mcpServers": {
    "Cito": {
      "url": "https://mcp.prostack.uk/mcp"
    }
  }
}

ChatGPT supports MCP through Developer Mode (requires Plus, Team or Enterprise):

  1. Go to Settings > Connectors > Advanced Settings
  2. Enable Developer Mode (beta)
  3. Create a new connector with this MCP URL:
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.

Full tool reference

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.

Account & servers4 tools
cito_whoamiShow current user and available servers
cito_list_serversList available Cito servers
cito_server_infoGet detailed server information
cito_list_deployment_profilesList site profiles (WordPress, Laravel, Node.js, …)
Sites6 tools
cito_list_sitesList sites on a server
cito_get_siteGet site details
cito_create_siteCreate a new site from a deployment profile
cito_update_siteUpdate site configuration
cito_delete_siteDelete a site
cito_clone_siteClone a site to a new domain, optionally with databases
Databases8 tools
cito_list_databasesList all databases on a server
cito_get_databaseGet database details
cito_create_databaseCreate a new database
cito_delete_databaseDelete a database
cito_add_db_userAdd a user to a database
cito_remove_db_userRemove a user from a database
cito_list_site_databasesList databases owned by a site
cito_clone_databaseClone a database with fresh credentials
Files9 tools
cito_list_filesList files in a site directory
cito_read_fileRead file content from a site
cito_write_fileWrite or overwrite a file on a site
cito_create_fileCreate a new file in a directory
cito_delete_fileDelete a file
cito_create_directoryCreate a directory on a site
cito_delete_directoryDelete a directory
cito_change_permissionsChange file or directory permissions
cito_extract_archiveExtract a zip / tar / tar.gz archive
Logs & SSH3 tools
cito_list_logsList available log files for a site
cito_get_logsRetrieve log content
cito_list_site_ssh_keysList SSH keys for a site
Deployment3 tools
cito_deploy_initStart a deployment and prepare secure file transfer
cito_deploy_finalizeComplete a deployment and run post-deploy commands
cito_run_commandsRun framework commands on a site via SSH