← singchat.org

INDIVIDUAL MCP TOOL

list_knowledge

List all knowledge documents for this workspace with their processing status (PENDING | PROCESSING | READY | FAILED) and chunk counts.

singchat.orgnone authenticationAvailability not checked

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 endpoint

singchat.org

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

.mcp.json

{
  "mcpServers": {
    "singchat": {
      "type": "http",
      "url": "https://mcp.singchat.org"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: singchat
Remote MCP URL: https://mcp.singchat.org

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": {
    "singchat": {
      "url": "https://mcp.singchat.org"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "singchat",
  "transport": "streamable-http",
  "url": "https://mcp.singchat.org"
}
MCP Inspector

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

Related tools

  • ping — Health check for the SingChat MCP server.
  • singchat_setup — Get the user up and running with SingChat live-chat.
  • get_embed_snippet — Return the SingChat chat-widget embed code for this workspace's web inbox, in three flavors: plain HTML, React (useEffect), and Next.
  • claim_account — Return the link to claim (permanently secure) this SingChat workspace by setting an email and password.
  • list_conversations — List the workspace's support conversations (agent/inbox view), newest activity first.
  • get_conversation — Fetch a single conversation with its contact details and the most recent messages (oldest→newest).
  • reply_to_conversation — Send an agent reply to a conversation.
  • resolve_conversation — Mark a conversation as RESOLVED (closes it).