org.singchat/singchat

MCPcomunidaden línea
v0.2.0org.singchatUnknownActualizado hace 2 m

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

Estado del endpointen línea
comprobado hace 1 día · 473 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 2 mÚltima actualización
Paquete
Autororg.singchat
LicenciaUnknown
Versión0.2.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas17 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hace 1 d¿Qué tan bien funciona este análisis?
PROMPTtool:configure_agent#systemPromptReferences the system prompt
EvaluacionesNinguna
Indexado16 jul 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

17 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor1d ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://mcp.singchat.org17 herramientas · 473 ms
pingHealth check for the SingChat MCP server. Returns 'pong' and whether this request is authenticated to a workspace.

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

No se publicó ningún esquema de entrada para esta herramienta.

singchat_setupGet the user up and running with SingChat live-chat. Call this FIRST. If no authenticated workspace is configured, this creates a brand-new free workspace and returns a short-lived, single-use browser claim link plus the website embed snippet. The user chooses their own sign-in details in the brows…

Get the user up and running with SingChat live-chat. Call this FIRST. If no authenticated workspace is configured, this creates a brand-new free workspace and returns a short-lived, single-use browser claim link plus the website embed snippet. The user chooses their own sign-in details in the brows…

ParámetroTipoDescripción
namestringOptional workspace/brand name for a newly created workspace. Ignored if a key is already set.
get_embed_snippetReturn 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 `platform` to get just one flavor.

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 `platform` to get just one flavor.

ParámetroTipoDescripción
platformstringWhich snippet to return. Omit to get all three.
claim_accountReturn 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. The link is single-use and expires after 15 minutes. Requires an authenticated legacy workspace.

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. The link is single-use and expires after 15 minutes. Requires an authenticated legacy workspace.

No se publicó ningún esquema de entrada para esta herramienta.

list_conversationsList 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 list: id, contact name, status, unreadCount, last message preview, updatedAt.

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 list: id, contact name, status, unreadCount, last message preview, updatedAt.

ParámetroTipoDescripción
statusstringOnly conversations with this status.
searchstringFree-text match on contact name/email and the last message preview.
limitintegerMax conversations to return (default 100).
get_conversationFetch a single conversation with its contact details and the most recent messages (oldest→newest).

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

ParámetroTipoDescripción
conversationId*stringThe conversation id (from list_conversations).
reply_to_conversationSend an agent reply through a supported SingChat real-time inbox. This takes the conversation over from the AI and broadcasts the message to the visitor and agent inbox. Email, Telegram, and WhatsApp conversations are rejected before any change.

Send an agent reply through a supported SingChat real-time inbox. This takes the conversation over from the AI and broadcasts the message to the visitor and agent inbox. Email, Telegram, and WhatsApp conversations are rejected before any change.

ParámetroTipoDescripción
conversationId*stringThe conversation id to reply in.
content*stringThe reply text to send to the visitor.
resolve_conversationMark a conversation as RESOLVED (closes it). The visitor's widget will no longer show it as active.

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

ParámetroTipoDescripción
conversationId*stringThe conversation id to resolve.
add_knowledgeTrain 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; poll `list_knowledge` for READY status.

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; poll `list_knowledge` for READY status.

ParámetroTipoDescripción
type*string'url' to crawl a website, or 'qa' to add a question/answer pair.
urlstringWebsite root URL to crawl. Required when type='url'.
questionstringThe question. Required when type='qa'.
answerstringThe answer. Required when type='qa'.
list_knowledgeList 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 finished training.

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

No se publicó ningún esquema de entrada para esta herramienta.

search_knowledgeSemantic 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 (status READY).

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 (status READY).

ParámetroTipoDescripción
query*stringThe search query / user question.
topKintegerMax number of chunks to return (default 5).
configure_agentConfigure 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 configuration. Does not touch or return any API keys.

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 configuration. Does not touch or return any API keys.

NOTAEn el parámetro systemPrompt: References the system promptThe agent's system prompt / persona and answering rules.
ParámetroTipoDescripción
enabledbooleanTurn the automated AI agent on (true) or off (false).
systemPromptstringThe agent's system prompt / persona and answering rules.
greetingMessagestringFirst message visitors see when they open the chat. Pass an empty string to clear it.
modelstringChat model id, e.g. gpt-4o-mini.
providerModestring'platform' = platform-hosted keys (billed via AI credits); 'byok' = bring your own key.
set_keywordsAdd 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 the billing page').

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 the billing page').

ParámetroTipoDescripción
keywords*arrayTrigger words/phrases (case-insensitive).
reply*stringThe reply text to send.
matchTypestringCONTAINS (default) = keyword appears anywhere in the message; EXACT = whole message equals the keyword.
manage_faqList, 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` + `answer`; 'update' and 'delete' need `id`.

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` + `answer`; 'update' and 'delete' need `id`.

ParámetroTipoDescripción
action*stringWhich FAQ operation to run.
idstringFAQ item id. Required for 'update' and 'delete'.
questionstringQuestion text. Required for 'create'; optional for 'update'.
answerstringAnswer text. Required for 'create'; optional for 'update'.
enabledbooleanWhether the FAQ item is visible/active. Optional for 'create' and 'update'.
get_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).

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

ParámetroTipoDescripción
daysintegerLook-back window in days for the conversation/message stats (default 30).
searchSearch 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, adding the chat widget, MCP setup, free tier, AI training, channels, white label, pricing). Returns a l…

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, adding the chat widget, MCP setup, free tier, AI training, channels, white label, pricing). Returns a l…

ParámetroTipoDescripción
query*stringThe search query or user question.
fetchFetch 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 help article. Returns id, title, text, url, and optional metadata.

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 help article. Returns id, title, text, url, and optional metadata.

ParámetroTipoDescripción
id*stringThe document id returned by the search tool.

17 de 17 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.