com.supovia/supovia
com.supovia/supoviaManage websites, help documents and customer-support conversations with safe, scoped tools.
Tools · 14
List a bounded page of websites in the authenticated Supovia organization. Only safe website identity and status fields are returned; prompts, credentials, integration configuration, organization ids,…
Fetch safe metadata for one website owned by the authenticated Supovia organization. Organization ids, agent prompts, credentials, integration configuration, and arbitrary metadata are never returned.
List a bounded newest-first page of conversation activity in the authenticated Supovia organization. Returns only the conversation id needed for an explicit follow-up, website id, channel, resolved st…
Summarize one organization-owned Supovia conversation using safe status fields and sender-category counts from at most 50 recent records. No message body, preview, message id, customer identifier, sta…
Count every unresolved conversation in the authenticated Supovia organization, grouped by website. Totals cover all returned count groups; the sorted per-website preview is capped at 100 and reports t…
List a bounded newest-first page of safe support-document metadata in the authenticated Supovia organization. Document content, embeddings, prompts, organization ids, and arbitrary metadata are exclud…
Fetch one support document owned by the authenticated Supovia organization, including its article text (capped at 20000 characters) and the contentFormat naming which syntax that text is written in (h…
Search published support documents for one organization-owned Supovia website. Returns at most 5 safe document identities; content chunks, embeddings, scores, prompts, and arbitrary metadata are exclu…
List a bounded page of campaign identities for one website owned by the authenticated Supovia organization. Recipient lists, subjects, message content, user ids, organization ids, and arbitrary metada…
Idempotently send one exact operator reply in an organization-owned Supovia conversation. Reuse the same idempotencyKey only when retrying the same conversation and text. The result confirms the targe…
Mark one organization-owned Supovia conversation resolved, or reopen it. This is idempotent: re-sending the same state is a no-op write. It broadcasts a conversation-updated event to the operator dash…
Render a bounded organization-scoped snapshot of Supovia websites and recent conversations. Customer identifiers, internal record ids, message bodies, prompts, credentials, internal notes, organizatio…
Open a metadata-only Supovia inbox and report only how many conversations have unread activity. The embedded view receives conversation ids needed for an explicit follow-up plus channel, status, unrea…
Refresh safe activity metadata for one conversation selected in the embedded Supovia inbox. This app-only tool reads no thread and returns no message body, preview, message id, customer detail, or int…
Resources · 7
A tenant-safe Supovia overview with bounded website and recent-conversation metadata.
ui://supovia/support-overview-v1.html
A metadata-only Supovia inbox with unread counts, status and timestamps but no thread content.
ui://supovia/customer-inbox-v2.html
A tenant-safe Supovia conversation activity summary with no thread content.
ui://supovia/conversation-detail-v2.html
Query and manage Supovia customer-support data with the `supovia` CLI — list and read help-center documents, follow support conversations and their messages, look up customers, resolve or reopen conve…
skill://supovia/supovia/SKILL.md
Operate a Supovia customer-support workspace safely — triage unresolved conversations from metadata-only activity, inspect bounded support summaries, search and read help-center documents, inventory c…
skill://supovia/support-operations/SKILL.md
Work through a Supovia support inbox end to end with the `supovia` CLI — find the conversations that still need an answer, read whole threads, pull customer context, ground replies in published help-c…
skill://supovia/triage-inbox/SKILL.md
Lists the skills this server publishes as skill:// resources.
skill://supovia/index.json
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.supovia/supovia": {
"url": "https://mcp.supovia.com/mcp",
"transport": "streamable-http"
}
}
}