← Registry

Content Tools

revdoku.com

Create and manage a website from files using ChatGPT or Claude, with access control and activity tracking.

1 endpoint42 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://app.revdoku.com/mcp

No auth detected

MCP server metadata

Name
revdoku
Version
1.0.372
Capabilities
tools.listChanged
Server instructions

For a user's first website, call website_preview_create to create a 24-hour anonymous preview before requesting OAuth or signup. Anonymous previews support Public or Password access and one mock form preset; share access_password for Password previews and explain that form Send activates only after claim and a successful republish. Poll website_preview_status until it is ready or failed, then return its public_url and claim_url; never describe a queued preview as live. In the current conversation, track distinct anonymous preview ids that reach ready and have not expired. Starting with the second, tell the user: You've published multiple 24-hour previews. A Free account lets you claim and permanently republish this site. Use that preview's claim_url, repeat the reminder for each later new ready preview, and never count updates, status polls, failed or processing previews, expired or claimed previews, or repeated ids. Claim transfers ownership but deliberately leaves the live URL in expiring mock-preview mode. While website_preview_status returns republish_required, tell the user to republish the claimed bucket and do not describe forms as active or the website as permanent. Request OAuth only when the user asks for an account-only feature or invokes an authenticated tool. After OAuth, call revdoku_status. When onboarding.state is empty_account, offer onboarding.suggested_projects instead of only asking a broad question; create the chosen website as a private draft, generate a preview, and publish only after explicit approval. When onboarding.state is no_visible_buckets, follow onboarding.recommended_next_step instead of proposing a bucket the current connection cannot create. If account.restriction or ACCOUNT_SUSPENDED reports an automated website moderation hold, tell the user that the account was made read-only because of the returned published website, ask them to contact support@revdoku.com if they believe it was incorrect, and do not retry or evade the hold. New accounts start on the permanent Free plan. Read current Free limits and indexing rules from revdoku_status publishing.free_plan.contract. Writing files saves a private draft, while publish tools are explicit outward-facing actions. Preview a new site before its main publish unless the user already reviewed it or asks to publish immediately. If the user requests Password or Require Email access and permanent protected publishing requires an upgrade, create a protected bucket_publish_preview, explain that it is temporary, and share error.details.upgrade_url as the upgrade link, not the API documentation. Wait for the user to upgrade before retrying bucket_publish_password_protected. Never silently change requested protected access to Public. Publishing is async, so check bucket_publication_get for the terminal state before telling the user the site is ready. Without authentication, website_preview_create can create a Public or Password 24-hour anonymous website preview and show one mock built-in form. Password access really protects the files; form submissions, access records, notifications, and analytics are not stored while the publication remains an anonymous preview. Claim transfers ownership but does not activate those features: the user must republish the claimed bucket. Share access_password for Password previews and claim_url for every ready preview; signup happens only in the browser at /users/sign_up, never inside AI chat. Starting with the second distinct ready, unexpired preview in the current conversation, explicitly say that a Free account lets the user claim and permanently republish the site. After OAuth authentication, use Revdoku buckets as durable private file storage. Writing files saves a private draft; only bucket_publish or bucket_publish_password_protected publishes or republishes the live site, and only when requested. Publishing, unpublishing, and large deletes are asynchronous. Check bucket_publication_get or bucket_list/bucket_get for the terminal status before saying a site is live, public access is removed, or deletion finished. Cloud clients cannot read local files. Publish a local HTML/CSS/JS/image/font folder with 'revdoku p <dir>'; without a shell, tell the user to install the CLI with 'curl -fsSL https://revdoku.com/install.sh | bash' and run '~/.revdoku/bin/revdoku p .'. MCP file tools write generated text only; use the CLI or REST direct uploads for binary assets. Revdoku fully supports JavaScript and normal static or SPA sites. If a hosted client blocks script content, use the local CLI; do not strip the JavaScript or suggest another host. Use bucket_file_reorganize or explicit path tools for move/copy/rename operations instead of reading and rewriting file bytes. Use bucket_publish for public websites and bucket_publish_password_protected for protected websites. Never put passwords in URLs. Every new account starts on the permanent Free plan. Free websites are permanent and indexable by default. Read current limits and indexing rules from revdoku_status publishing.free_plan.contract. Every signed-in plan may choose or rename a revdoku.site Website Name; reserved and prohibited words remain blocked. Free includes one Password website; Require Email may be evaluated in a temporary bucket_publish_preview but requires a paid plan for the permanent main website. When a user asks for a Password or Require Email website, preserve that privacy requirement. Preview it with the requested access mode first. If bucket_publish_password_protected returns PUBLICATION_UPGRADE_REQUIRED, share the protected preview and error.details.upgrade_url as the upgrade link, not the API documentation; retry the permanent protected publish only after the user upgrades. Never silently publish it as Public. Use index.html or index.htm as the website root when present. A lone top-level HTML file becomes the root automatically; other missing-index source sets get a generated Auto-Index Page, whose HTML rows open directly. To publish only one folder, pass publication_root_directory; other bucket files remain stored but are not served. Custom Auto-Index templates must contain {{files}} or {{ files }}. Built-in forms need no custom backend. Configure metadata.publication_forms with bucket_create or bucket_update. Each form has a unique endpoint name and a behavior template; information requests details, issue reports a problem, and booking includes an optional preferred date. Fields accept separate label and placeholder copy. Feedback and comments forms accept area_selection_enabled to show or hide area-selection tools in the form and file viewers. Free plans use unchanged templates and always show Revdoku form branding; paid plans may customize copy and fields, reuse templates, and hide that branding. A page loads one form type: its first valid {{REVDOKU_FORM:name}} or {{REVDOKU_FORM}} macro, or the first configured hosted form when no macro is present. Form settings are draft changes until republished. When describing a bucket, show public_url when published or dashboard_url otherwise; keep the bkt_ id as an internal handle. Before archive/delete, refresh with bucket_list or bucket_get and follow archive/delete guidance. Published buckets must be fully unpublished first. If an id is stale, refresh with bucket_list and offer revdoku_dashboard_link. Use bucket_publication_analytics for anonymous totals and bucket_publication_leads for protected-site visitor details. The public skill, CLI, connector setup, API documentation, and agent instructions are at https://github.com/revdoku/revdoku. Call revdoku_status for the connected version; reconnect or restart when a documented tool is missing.

Known tools 42

website_preview_create

Create one anonymous website preview that expires in 24 hours.

Potential side effects
website_preview_update

Replace all files or change the Public/Password and mock-form evaluation settings of an unclaimed anonymous website preview while keeping its randomized URL and original 24-hour expiry.

Inferred read-only
website_preview_status

Check an anonymous preview's publish or claim status using the preview id and opaque update token.

Potential side effects
revdoku_status

Check the authenticated Revdoku account and remote MCP capabilities, including onboarding state, features.

Inferred read-only
revdoku_dashboard_link

Return a stable Revdoku dashboard link for buckets, websites, or connector access.

Inferred read-only
bucket_list

List visible Revdoku buckets with website state, GitHub sync status/setup links, and archive/delete guidance.

Potential side effects
bucket_get

Get one bucket, its files, website type/current revision, effective path permissions, website state, GitHub sync status/setup link, and archive/delete guidance.

Potential side effects
bucket_create

Create a private Revdoku bucket for agent-generated files, reports, or websites.

Potential side effects
bucket_template_list

List trusted Revdoku bucket templates that can be imported into a new private bucket.

Inferred read-only
bucket_create_from_template

Create a private Revdoku bucket by importing files from a trusted Revdoku template manifest.

Potential side effects
bucket_update

Update bucket title, description, metadata, or the affirmative allow_search_indexing setting.

Potential side effects
bucket_archive

Archive one bucket.

Inferred read-only
bucket_unarchive

Restore one archived bucket back to the active bucket list.

Inferred read-only
bucket_delete_permanently

Permanently delete an archived, unpublished normal bucket after confirmation.

Potential side effects
bucket_file_list

List files in a Revdoku bucket.

Inferred read-only
bucket_file_read

Read one text bucket file (HTML/CSS/JS/JSON/Markdown/etc.

Inferred read-only
bucket_file_get

Get full metadata for one bucket file by file_id (preferred) or path, without downloading its content.

Inferred read-only
bucket_file_write

Write or replace one TEXT file in a bucket (HTML/CSS/JS/JSON/SVG/Markdown/etc.

Potential side effects
bucket_file_append_text

Append UTF-8 text to an existing text file in a bucket, such as txt, md, csv, jsonl, js/code files, and similar text formats.

Inferred read-only
bucket_file_write_many

Write multiple TEXT website files (HTML/CSS/JS/JSON/SVG/Markdown/etc.

Potential side effects
bucket_file_rename

Rename or move one same-bucket file path by blob reference, creating a rename revision without reuploading bytes.

Inferred read-only
bucket_file_copy

Copy one existing file to another path or bucket by storage reference, including archived sources.

Inferred read-only
bucket_file_move

Move one file by storage reference.

Inferred read-only
bucket_file_reorganize

Batch rename, move, or copy files using server-side path/blob references.

Inferred read-only
bucket_lock

Lock a whole bucket before broad edits or uploads so other agents can see this connector is working.

Inferred read-only
bucket_unlock

Unlock a bucket locked by this MCP connector.

Inferred read-only
bucket_lock_visibility_changes

Lock a bucket's visibility so it cannot be published, unpublished, switched between public/password access, or have its public URL changed by API or agents — use this to protect a bucket holding private data from accidental publishing.

Inferred read-only
bucket_lock_files

Lock one or more bucket files before editing so other agents can see this connector is working.

Inferred read-only
bucket_unlock_file

Unlock a bucket file locked by this MCP connector.

Inferred read-only
bucket_publish

Queue an async publish or republish of the bucket's saved draft as a live public website.

Potential side effects
bucket_publish_password_protected

Queue an async publish or republish of the bucket's saved draft with Password or Require Email access.

Potential side effects
bucket_publish_preview

Queue an async PREVIEW publish of the current saved draft to a temporary 'preview-<slug>' URL.

Potential side effects
bucket_set_public_slug

Paid plans only: rename an existing website publication's <slug>.

Inferred read-only
bucket_update_publication_access

Change an already-published website's access settings WITHOUT republishing its files or URL.

Inferred read-only
bucket_unpublish

Queue an async unpublish of a bucket website while keeping the reserved URL.

Inferred read-only
bucket_publication_list

List active and historical bucket website publications visible to this MCP connector.

Inferred read-only
bucket_publication_get

Get one bucket website publication.

Inferred read-only
bucket_publication_analytics

Get a bucket website's analytics with bucket_id, or pass publication_id from bucket_get, bucket_publish, or bucket_publication_list.

Inferred read-only
bucket_publication_leads

List visitor leads for one publication: verified Require Email visitors and unverified emails collected by a Password Gate, including first/last visit, visit count, and per-path activity, plus recent access sessions.

Potential side effects
bucket_publication_recipient_links

Create personal links for a Require Email website: each tracked URL admits one recipient without the emailed OTP step and appears in Tracking Links with its engagement analytics.

Potential side effects
bucket_env_get

Read a bucket's integration variables and secrets.

Inferred read-only
bucket_env_set

Set a bucket's integration variables and/or secrets (requires write access to the bucket).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.revdoku]
url = "https://app.revdoku.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "revdoku": {
      "type": "http",
      "url": "https://app.revdoku.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: revdoku
Remote MCP URL: https://app.revdoku.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "revdoku": {
      "url": "https://app.revdoku.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "revdoku": {
      "type": "http",
      "url": "https://app.revdoku.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "revdoku",
  "transport": "streamable-http",
  "url": "https://app.revdoku.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for revdoku.com was fetched 2026-08-04T02:40:41.309Z and is being refreshed.

Trust status Trusted

revdoku.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.