Skip to content
Back to search
100
MCP live http

SingChat

org.singchat/singchat

Free live chat and AI support agent. Auto-create a workspace and embed from your AI editor.

Uptime
50.0%
2 probes
Response
526ms
last probe
Tools
17
callable

Tools · 17

ping

Health check for the SingChat MCP server. Returns 'pong' and whether this request is authenticated to a workspace.

singchat_setup

Get the user up and running with SingChat live-chat. Call this FIRST. If no workspace API key is configured, this creates a brand-new free workspace and returns ready-to-use DASHBOARD LOGIN (email + p…

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.js (next/script). Requires a workspace API key. Optionally pass `pl…

claim_account

Return the link to claim (permanently secure) this SingChat workspace by setting an email and password. Use this for workspaces that were auto-created via MCP so the user does not lose access. Require…

list_conversations

List the workspace's support conversations (agent/inbox view), newest activity first. Optionally filter by status or a free-text search over the contact name/email and last message. Returns a compact …

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. This takes the conversation over from the AI (turns off automated AI handling) and broadcasts the message live to the visitor and the agent inbox. The reply is a…

resolve_conversation

Mark a conversation as RESOLVED (closes it). The visitor's widget will no longer show it as active.

add_knowledge

Train the AI agent by adding a knowledge source. type='url' crawls a website (up to 50 pages); type='qa' stores a single question/answer pair. Ingestion is asynchronous, the source starts as PENDING; …

list_knowledge

List all knowledge documents for this workspace with their processing status (PENDING | PROCESSING | READY | FAILED) and chunk counts. Use this to check whether items added via add_knowledge have fini…

search_knowledge

Semantic search over the workspace knowledge base. Returns the most relevant chunks (with source document title and similarity score) for a query. Only searches documents that have finished training (…

configure_agent

Configure this workspace's AI support agent. All fields are optional, only the fields you pass are updated; the rest keep their current values. Call with no fields to just read back the current config…

set_keywords

Add a keyword auto-reply rule: when an inbound message matches any of the keywords, the bot replies with the given text. Good for canned FAQ-style triggers (e.g. keyword 'invoice' -> 'Download it from…

manage_faq

List, create, update, or delete this workspace's FAQ items (shown in the chat widget and usable by the AI agent). Set `action` to 'list' | 'create' | 'update' | 'delete'. 'create' needs `question` + `…

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

search

Search SingChat for relevant documents. When called with a workspace API key, this searches that workspace knowledge base; without a key it searches SingChat's own help content (what SingChat is, addi…

fetch

Fetch the full text of a single document by id, using an id returned by the search tool. With a workspace API key this reads a knowledge document from that workspace; without a key it reads a SingChat…

Similar MCP servers embedding-nearest

ai.mcpanalytics/analytics live
The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
14 tools · streamable-http
ai.dataecho/mcp live
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
26 tools · streamable-http
ai.meetlark/mcp-server live
Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.
6 tools · streamable-http
370.ai — AI Gateway: Video (Seedance 2.0, Wan, HappyHorse), Image, Speech + 100+ Chat Models live
One key, 100+ models — chat with any LLM and generate video, images, speech. Free trial at 370.ai.
7 tools · streamable-http
OpenMandate live
MCP server for OpenMandate — post mandates and check matches for cofounders and early teams.
15 tools · streamable-http
primitive.dev live
Email infrastructure for AI agents — send, receive, search, and manage email over a clean HTTP API. Connect verified domains, route inbound
29 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "singchat": {
      "url": "https://mcp.singchat.org",
      "transport": "http"
    }
  }
}