← revdoku.com

INDIVIDUAL MCP TOOL

bucket_update

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

revdoku.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.revdoku.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bucket_update and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

revdoku.com

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.

Related tools

  • website_preview_create — Create one anonymous website preview that expires in 24 hours.
  • 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.
  • website_preview_status — Check an anonymous preview's publish or claim status using the preview id and opaque update token.
  • revdoku_status — Check the authenticated Revdoku account and remote MCP capabilities, including onboarding state, features.
  • revdoku_dashboard_link — Return a stable Revdoku dashboard link for buckets, websites, or connector access.
  • bucket_list — List visible Revdoku buckets with website state, GitHub sync status/setup links, and archive/delete guidance.
  • 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.
  • bucket_create — Create a private Revdoku bucket for agent-generated files, reports, or websites.