Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

com.supovia/supovia

com.supovia/supovia

Manage websites, help documents and customer-support conversations with safe, scoped tools.

Uptime
100.0%
1 direct probes · 30d
Response
873ms
last probe
Tools
14
callable
Resources
7
readable
Prompts
0
available

Tools · 14

list_websites

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,…

get_website

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_conversations

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…

get_conversation

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…

get_unresolved_conversation_counts

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_documents

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…

get_document

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_documents

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_campaigns

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…

send_message

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…

resolve_conversation

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…

show_support_overview

Render a bounded organization-scoped snapshot of Supovia websites and recent conversations. Customer identifiers, internal record ids, message bodies, prompts, credentials, internal notes, organizatio…

show_customer_inbox

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…

open_customer_inbox_conversation

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

supovia-support-overview-v1

A tenant-safe Supovia overview with bounded website and recent-conversation metadata.

ui://supovia/support-overview-v1.html
supovia-customer-inbox-v2

A metadata-only Supovia inbox with unread counts, status and timestamps but no thread content.

ui://supovia/customer-inbox-v2.html
supovia-conversation-detail-v2

A tenant-safe Supovia conversation activity summary with no thread content.

ui://supovia/conversation-detail-v2.html
skill-supovia

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
skill-support-operations

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
skill-triage-inbox

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
supovia-skills-index

Lists the skills this server publishes as skill:// resources.

skill://supovia/index.json

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"
    }
  }
}