Developer Tools
singchat.org
Enables integration and management of SingChat live-chat widget and conversations.
ENDPOINT 1
https://mcp.singchat.org
MCP server metadata
- Name
- singchat
- Version
- 0.1.0
Known tools 17
get_embed_snippetReturn the SingChat chat-widget embed code for this workspace's web inbox, in three flavors: plain HTML, React (useEffect), and Next.
Inferred read-onlyclaim_accountReturn the link to claim (permanently secure) this SingChat workspace by setting an email and password.
Potential side effectslist_conversationsList the workspace's support conversations (agent/inbox view), newest activity first.
Inferred read-onlyget_conversationFetch a single conversation with its contact details and the most recent messages (oldest→newest).
Inferred read-onlylist_knowledgeList all knowledge documents for this workspace with their processing status (PENDING | PROCESSING | READY | FAILED) and chunk counts.
Inferred read-onlyset_keywordsAdd a keyword auto-reply rule: when an inbound message matches any of the keywords, the bot replies with the given text.
Potential side effectsmanage_faqList, create, update, or delete this workspace's FAQ items (shown in the chat widget and usable by the AI agent).
Potential side effectsget_analyticsReturn 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 effectsfetchFetch the full text of a single document by id, using an id returned by the search tool.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.