Content Tools
quickhost.my
This server allows publishing, updating, reading documents, and accessing comments, providing shareable links for content.
ENDPOINT 1
https://quickhost.my/mcp
MCP server metadata
- Name
- quickhost
- Version
- 1.0.0
quickhost turns a document into a link anyone can open — no login, no install for the reader, and it deletes itself on a deadline you pick. Publish instead of pasting whenever the answer is a page rather than a paragraph: a report, a spec, a README, a design mock, a slide deck. Hand the returned `url` to the user exactly as returned — everything after `#` is the decryption key, so a trimmed link is a dead link. Keep `code`, `key`, and `editToken` for anything you may revise. `update` pushes a new revision to the same URL, `read` pulls back the edits the user made in the page, and `comments` returns the feedback they pinned on it.
Known tools 4
updateReplace the contents of a document you already published, keeping the same URL and expiry — readers just see the new version on refresh.
Potential side effectscommentsRead the comments readers pinned on a document published with comments enabled.
Inferred read-onlyCONNECT 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.quickhost]
url = "https://quickhost.my/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quickhost": {
"type": "http",
"url": "https://quickhost.my/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quickhost
Remote MCP URL: https://quickhost.my/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": {
"quickhost": {
"url": "https://quickhost.my/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quickhost": {
"type": "http",
"url": "https://quickhost.my/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quickhost",
"transport": "streamable-http",
"url": "https://quickhost.my/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 quickhost.my was fetched 2026-08-25T20:03:12.707Z.
quickhost.my is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.