← Registry

Developer Tools

singchat.org

Enables integration and management of SingChat live-chat widget and conversations.

1 endpoint17 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.singchat.org

No auth detected

MCP server metadata

Name
singchat
Version
0.1.0
Capabilities
tools.listChanged

Known tools 17

ping

Health check for the SingChat MCP server.

Inferred read-only
singchat_setup

Get the user up and running with SingChat live-chat.

Inferred read-only
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.

Inferred read-only
claim_account

Return the link to claim (permanently secure) this SingChat workspace by setting an email and password.

Potential side effects
list_conversations

List the workspace's support conversations (agent/inbox view), newest activity first.

Inferred read-only
get_conversation

Fetch a single conversation with its contact details and the most recent messages (oldest→newest).

Inferred read-only
reply_to_conversation

Send an agent reply to a conversation.

Potential side effects
resolve_conversation

Mark a conversation as RESOLVED (closes it).

Inferred read-only
add_knowledge

Train the AI agent by adding a knowledge source.

Inferred read-only
list_knowledge

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

Inferred read-only
search_knowledge

Semantic search over the workspace knowledge base.

Inferred read-only
configure_agent

Configure this workspace's AI support agent.

Inferred read-only
set_keywords

Add a keyword auto-reply rule: when an inbound message matches any of the keywords, the bot replies with the given text.

Potential side effects
manage_faq

List, create, update, or delete this workspace's FAQ items (shown in the chat widget and usable by the AI agent).

Potential side effects
get_analytics

Return a compact analytics summary for this workspace over the last `days` days (default 30): conversation counts + resolution rate, message volume + AI share, plus a live snapshot of today (UTC).

Potential side effects
search

Search SingChat for relevant documents.

Inferred read-only
fetch

Fetch the full text of a single document by id, using an id returned by the search tool.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.