← quickhost.my

INDIVIDUAL MCP TOOL

comments

Read the comments readers pinned on a document published with comments enabled.

quickhost.mynone authenticationAvailability not checked

LIVE ENDPOINT

https://quickhost.my/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

quickhost.my

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.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.

Related tools

  • publish — Publish a document and get a link anyone can open.
  • update — Replace the contents of a document you already published, keeping the same URL and expiry — readers just see the new version on refresh.
  • read — Fetch the current source of a published document.