← dochost.io

INDIVIDUAL MCP TOOL

delete_page

Permanently delete one of your pages by slug.

dochost.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://dochost.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_page 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 deletion term.

Parent server

dochost.io

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.dochost]
url = "https://dochost.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dochost": {
      "type": "http",
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dochost
Remote MCP URL: https://dochost.io/api/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": {
    "dochost": {
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dochost": {
      "type": "http",
      "url": "https://dochost.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dochost",
  "transport": "streamable-http",
  "url": "https://dochost.io/api/mcp"
}
MCP Inspector

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

Related tools

  • publish — Publish Markdown or HTML as a hosted dochost page and get a shareable URL.
  • list_my_pages — List the pages you have published to dochost, newest first.
  • get_account — Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding).
  • get_page — Get one of your pages by slug: title, format, status, view/like counts, expiry, and whether it is password-protected.
  • update_page — Replace the content of one of your pages in place.