MCPHIVE

Tuqo: Documentation

Updated:

Connection

The Tuqo MCP server manages hosting on behalf of your project. Auth: project API key (Authorization: Bearer tqk_...) issued in the tuqo.ru dashboard.

Key tools

  • whoami — project, plan and key scopes.
  • create_site / update_site / delete_site — site management.
  • deploy_files — publish files as-is (HTML/CSS/JS as text, binaries as base64), instant, no build step.
  • deploy_site — deploy a tar.gz archive (for build projects: Vite, Astro, Next.js export, etc.).
  • get_manifest — current site files with sha256 (edit without re-uploading media).
  • get_deploy_status, get_logs, list_deploys — statuses and logs.
  • set_custom_domain / verify_domain — custom domains.
  • get_form_submissions — form submissions.

Typical agent flow

  1. whoami → check the project; 2. create_site; 3. deploy_files; 4. return the live url to the user.

Limits

Static only: no SSR or server functions. Heavy media sites deploy via CLI: npx @tuqo/cli deploy ./dist --site <id>.

Tuqo — Documentation