INDIVIDUAL MCP TOOL
get_account
Get your plan, page-quota usage, and entitlement flags (size cap, custom slug, password, branding).
LIVE ENDPOINT
https://dochost.io/api/mcp
Connect to this endpoint to inspect the live schema for get_account and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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_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.delete_page— Permanently delete one of your pages by slug.