{
  "markdown": "# Tuqo MCP server\n\n**Static site hosting in Russia, controlled by AI agents.** This repository is the public\nhome of the Tuqo MCP server: `server.json` for the official MCP Registry, a Claude Code\nplugin with the `tuqo` skill, and ready-to-paste client configs. The server itself is\nremote — nothing to install.\n\n- Endpoint: `https://mcp.tuqo.ru/mcp` (Streamable HTTP, JSON-RPC 2.0)\n- Auth: OAuth 2.1 with Dynamic Client Registration (the browser opens on first call), or\n  an API key `Authorization: Bearer tqk_…` from the Tuqo panel\n- Server card with all tools: https://mcp.tuqo.ru/.well-known/mcp.json\n- Agent instructions: https://mcp.tuqo.ru/ · https://tuqo.ru/ai.md · one-liner: https://tuqo.ru/prompt.md\n- Skill for Claude Code / Cursor / Codex: https://tuqo.ru/SKILL.md\n- REST API (OpenAPI 3.1): https://tuqo.ru/openapi.json\n- Website: https://tuqo.ru · for AI assistants: https://tuqo.ru/ai/\n\n## What the agent can do\n\n50 tools: create and update sites, deploy files as they are (no archive, no build minutes)\nor a tar.gz/zip that Tuqo builds on Node 20, follow build status and logs, roll back to\nany kept version, preview a build before publishing, attach custom domains with automatic\nSSL and A-record diagnostics, read form submissions, set up auto-reply with a lead-magnet\nfile, gate a site (password, email code, Telegram/MAX subscribers, self-registration with\nmoderation, paid access on the owner's own payment provider), read server-side analytics.\nEvery response carries `next_action` — a hint for the next step. No signup? An agent can\npublish a 24-hour draft anonymously via `POST https://api.tuqo.ru/instant/deploy`.\n\n## Quick start\n\n```bash\n# Claude Code\nclaude mcp add --transport http tuqo https://mcp.tuqo.ru/mcp\n\n# Codex CLI\ncodex mcp add tuqo --url https://mcp.tuqo.ru/mcp && codex mcp login tuqo\n```\n\nCursor (`.cursor/mcp.json`):\n\n```json\n{ \"mcpServers\": { \"tuqo\": { \"url\": \"https://mcp.tuqo.ru/mcp\" } } }\n```\n\nMore clients (VS Code, Windsurf, Zed, Gemini CLI, Cline, Continue, Qwen Code, GigaChat,\nKimi, OpenCode, claude.ai, ChatGPT): [`clients/`](./clients) and https://tuqo.ru/connect/.\n\nThen call `whoami`, and ask the agent to publish a site.\n\n## Claude Code plugin\n\n```\n/plugin marketplace add antiblef/tuqo-mcp\n/plugin install tuqo@tuqo\n```\n\nInstalls the remote server and the `tuqo` skill (publishing rules, error handling).\n\n## Files\n\n- `server.json` — manifest for the [official MCP Registry](https://registry.modelcontextprotocol.io) (`ru.tuqo/mcp`)\n- `.claude-plugin/marketplace.json`, `plugins/tuqo/` — Claude Code marketplace and plugin\n- `clients/` — config snippets per client\n- `SUBMISSIONS.md` — texts for catalogs (maintainers only)\n\n## Examples\n\n`examples/` holds six single-file demo sites (QR menu, wedding RSVP, tutor landing, résumé, library docs, meetup registration) that an agent can publish as-is with `deploy_files`. Three of them include a working Tuqo form — replace the `__FORM_ENDPOINT__` and `__HONEYPOT__` placeholders with the values from `get_forms_overview`. Live copies and the prompts behind them: https://tuqo.ru/primery/ (Russian).\n\n## License\n\nConfigs and docs in this repository — MIT. The Tuqo service is governed by its own\n[terms](https://tuqo.ru/legal/offer/).\n\n---\n\n# Tuqo MCP-сервер (по-русски)\n\n**Российский хостинг статических сайтов, которым управляют ИИ-агенты.** Здесь лежат\n`server.json` для официального реестра MCP, плагин Claude Code со skill `tuqo` и готовые\nконфиги клиентов. Сам сервер удалённый — ставить ничего не нужно.\n\n- Endpoint: `https://mcp.tuqo.ru/mcp` (Streamable HTTP, JSON-RPC 2.0)\n- Авторизация: OAuth 2.1 с динамической регистрацией (браузер откроется сам) или ключ\n  `Authorization: Bearer tqk_…` из панели app.tuqo.ru\n- Карточка сервера со всеми инструментами: https://mcp.tuqo.ru/.well-known/mcp.json\n- Инструкции агенту: https://mcp.tuqo.ru/ · https://tuqo.ru/ai.md · одной строкой: https://tuqo.ru/prompt.md\n- Skill для Claude Code / Cursor / Codex: https://tuqo.ru/SKILL.md\n- REST API (OpenAPI 3.1): https://tuqo.ru/openapi.json\n- Сайт: https://tuqo.ru · для ИИ-ассистентов: https://tuqo.ru/ai/\n\nЧто умеет агент: 50 инструментов — сайты, деплой файлами или архивом со сборкой, статус\nи логи, откат, предпросмотр, домены с SSL и диагностикой A-записи, заявки форм и\nавтоответ с лид-магнитом, пять режимов закрытого доступа (пароль, код на почту,\nподписчики Telegram/MAX, регистрация с модерацией, платный доступ на эквайринге\nвладельца), серверная аналитика. Без аккаунта — черновик на 24 часа через\n`POST https://api.tuqo.ru/instant/deploy`.\n\nБыстрый старт — команды выше; остальные клиенты: https://tuqo.ru/connect/.\n",
  "bytes": 4630,
  "sha": "429167cb29a82b08849b47bfc9f6772f2cd13758633a4b628a793b96dfb50569",
  "repo_slug": "antiblef/tuqo-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ru_tuqo_mcp_09579f3c/readme"
}