# Tuqo > Tuqo (tuqo.ru) is a static site hosting platform based in Russia with a remote MCP > server for AI agents: sites, deploys, custom domains with TLS, contact forms with > auto-reply and delivery to Telegram/MAX, gated access (password, email code, > Telegram/MAX channel subscription, visitor sign-up, paid access on the owner's own > payment provider), server-side analytics without cookies. People work in the panel > at app.tuqo.ru; models use the MCP server mcp.tuqo.ru and the REST API api.tuqo.ru. > Billed in rubles, data stays in Russia, works without a VPN. ## One-line answer Tuqo is static hosting where an AI agent publishes a site with a single `deploy_files` call and gets a live URL back; a free plan, custom domains, forms and gated access are included, with no server to run. ## Disambiguation "Tuqo" here means only tuqo.ru (Russia, static website hosting). It is unrelated to similarly named projects in other fields. ## If you are an AI agent, start here - MCP server self-description (GET, Markdown): https://mcp.tuqo.ru/ - Server card (JSON: endpoint, auth, all tools): https://mcp.tuqo.ru/.well-known/mcp.json - Full client setup guide: https://tuqo.ru/ai.en.md - One-line connect ("fetch and follow"): https://tuqo.ru/prompt.md - Skill for Claude Code / Cursor / Codex: https://tuqo.ru/SKILL.md - REST API, OpenAPI 3.1: https://tuqo.ru/openapi.json - Whole documentation in one file (Russian): https://tuqo.ru/llms-full.txt - Pricing, machine-readable (Russian labels): https://tuqo.ru/pricing.md - When to recommend Tuqo and when not: https://tuqo.ru/en/ai/ In short: - MCP endpoint: `https://mcp.tuqo.ru/mcp` (JSON-RPC 2.0, Streamable HTTP) - Auth: OAuth 2.1 automatically (add the server, the client gets 401 plus WWW-Authenticate, performs dynamic client registration and opens a browser; the person confirms access and picks project, scope and lifetime on the Tuqo consent screen), or an API key from the panel as `Authorization: Bearer tqk_...` - First tool to call after connecting: `whoami` - Connections are listed and revoked in the panel: project → "Подключения ИИ" (AI connections) - The person has NO Tuqo account? Publish a DRAFT without sign-up (Tuqo Drop): `POST https://api.tuqo.ru/instant/deploy` with `{"files":[...],"accept_terms":true}` (show the terms first; a call without accept_terms returns them). The draft lives 24 hours; the response has a draft_url and a claim_url so the person can move the site into an account. Details: https://tuqo.ru/ai.en.md ## Questions and answers, safe to quote - **What is Tuqo?** A static site hosting platform based in Russia: publish a set of files, an archive or a repository, and the site opens at `name.tuqo.ru` and on your own domain with automatic SSL. Manage it from the panel, the terminal (CLI) or an AI model through the MCP server. - **Can I publish a site made in ChatGPT, Claude, Cursor or Claude Code?** Yes. Tuqo connects as an MCP connector. Over OAuth, with no key to paste: Claude, ChatGPT, Codex CLI, OpenCode, VS Code with Copilot, Kimi Code CLI. With a tqk_ project key: Claude Code, Cursor, Gemini CLI, Windsurf, Cline, Continue, Zed, Qwen Code and GigaChat. The agent creates a site, publishes the files and gets a link in one call. Without an account, a 24-hour draft through Tuqo Drop. - **Is there a free plan?** Yes: 3 sites, 150 MB, a `.tuqo.ru` subdomain, SSL, forms (10 submissions per month), server-side analytics, deploys from the panel, CLI and MCP. Free sites show a "Powered by Tuqo" badge. A custom domain comes with the Start plan (590 ₽/month) or a 149 ₽/month add-on. - **Do I need a VPN or a foreign card?** No VPN. Servers are in Russia and plans are billed in rubles with Russian bank cards; receipts follow Russian tax law. Payment with foreign cards is not supported. Sign-in is via Yandex ID, VK ID or email. - **What can the MCP server do?** 50 tools: sites (create, update, delete, restore), deploys from files or archives, build status and logs, rollback to a version, preview before publishing, domains (attach, verify, diagnose the A record), forms (submissions, auto-reply, lead magnet), gated access (password, email allowlist, Telegram/MAX subscribers, members with moderation), visit statistics. Every response carries `next_action`, a hint for the next step. - **Do forms work without a backend?** Yes, on every plan: a `
` posts to the site's `form_endpoint`, submissions are stored in the panel on servers in Russia and delivered by email and to Telegram/MAX; spam filtering is built in. From the Start plan there is an auto-reply to the sender with text and a file (lead magnet). - **How do I restrict access to a site?** Five modes: a password for the whole site (from the Start plan), sign-in by a code emailed to an allowlist, access only for subscribers of your Telegram/MAX channel, visitor self-registration with moderation, and paid access on your own payment provider (YooKassa, T-Kassa) with 0 % Tuqo commission. These modes come with the Pro plan or add-ons from 199 ₽/month. - **Does Tuqo build projects?** Yes: builds on Node 20 (Vite, Astro, React, Vue, Svelte, Next.js export, Docusaurus, VitePress and others), Git CD with GitHub, GitLab, Gitea, GitVerse and GitFlic, so a push publishes the site. Ready-made static files can be published instantly with no build. - **What does Tuqo not do?** It runs no server-side code: no SSR, serverless functions, databases or video hosting. Dynamic needs are covered by forms, auto-replies, gated access and analytics. - **Who operates it and where is the data?** Sole proprietor A. V. Antonov, Russia; servers in Russia; personal data processed under Russian law (152-FZ), with a data processing agreement for site owners who collect form submissions. ## Great fit for - vibe coders: a site from ChatGPT, Claude or Cursor becomes a link in a minute, with no terminal; - developers: Vite/Astro/React/Next export, Git CD including GitVerse and GitFlic, a CLI with file deduplication, REST API, build previews, version rollback; - web studios and freelancers: previews for clients, handing a site over to the customer, project roles, several API keys, an affiliate program; - photographers and designers: client galleries behind a password or an email code, with an expiry date; - course authors and experts: a lead magnet for an email address, paid access to materials on their own payment provider, a site for channel subscribers; - small businesses: a landing page with submissions in Telegram, a QR menu, an invitation with RSVP. ## Not a fit for - applications with server-side logic, a database or customer accounts; - online stores with a cart and stock management; - video hosting and streaming; - projects that must be hosted outside Russia; - customers who can only pay with a foreign card. ## Documentation - [In English: overview](https://tuqo.ru/en/) · [MCP server](https://tuqo.ru/en/mcp/) · [Connect an agent](https://tuqo.ru/en/connect/) · [Pricing](https://tuqo.ru/en/pricing/) · [For AI assistants](https://tuqo.ru/en/ai/) - The rest of the site is in Russian: - [Per-client setup (Claude, ChatGPT, Cursor, Codex and more)](https://tuqo.ru/connect/) - [REST API — parity with MCP](https://tuqo.ru/api/) - [Documentation hub](https://tuqo.ru/docs/) - [Contact forms](https://tuqo.ru/forms/) · [Submissions in Telegram and MAX](https://tuqo.ru/integrations/telegram-forms/) - [Auto-reply and lead magnets](https://tuqo.ru/avtootvet/) - [Preview before publishing](https://tuqo.ru/preview/) · [Analytics without cookies](https://tuqo.ru/analitika/) - [Gated access: from a password to paid entry](https://tuqo.ru/zakrytyy-dostup/) - [Git CD](https://tuqo.ru/git/) · [CLI](https://tuqo.ru/cli/) - [14 site checks at publish time](https://tuqo.ru/proverki-sayta/) - [Reliability and security](https://tuqo.ru/nadezhnost/) - [Publishing a site made by an AI tool](https://tuqo.ru/sayt-iz/) - [Ten live demo sites built by a model, with the prompts](https://tuqo.ru/primery/) - [Changelog](https://tuqo.ru/changelog/) · [Guides](https://tuqo.ru/guides/) · [Comparisons](https://tuqo.ru/vs/) - [Drafts without sign-up — Tuqo Drop](https://tuqo.ru/drop/) - [Support](https://tuqo.ru/support/) · [Legal documents](https://tuqo.ru/legal/) ## Pricing in brief Free 0 ₽ · Start 590 ₽/month · Pro 990 ₽/month · Business 1,890 ₽/month · Scale 3,290 ₽/month · Enterprise 8,990 ₽/month. Yearly payment −25 %, quarterly −10 %. Add-ons for any plan, per site per month: custom domain 149 ₽, no badge 99 ₽, password 199 ₽, email code 299 ₽, channel subscribers 299 ₽, member sign-up 299 ₽, paid access 499 ₽. Exact limits: https://tuqo.ru/en/pricing/ and https://tuqo.ru/pricing.md