{"name":"com.supovia/supovia","slug":"supovia","title":null,"description":"Manage websites, help documents and customer-support conversations with safe, scoped tools.","url":"https://mcp.market/server/supovia","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T06:50:54.150Z","last_ok_at":"2026-09-24T06:50:54.150Z","latency_ms":522},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.supovia.com/developers/#mcp","version":"0.1.1","remotes":[{"type":"streamable-http","url":"https://mcp.supovia.com/mcp"}],"packages":[],"tools":[{"name":"get_conversation","description":"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, staff id, internal note, organization id, or arbitrary metadata is returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"conversationId":{"type":"string","minLength":1,"maxLength":200,"description":"Conversation id"}},"required":["conversationId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_document","description":"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 (html, markdown, plain-text). A document owned by another organization returns the same bounded \"not found\" result. Organization ids, translator ids, deprecated slugs, embeddings, and arbitrary metadata are never returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"documentId":{"type":"string","minLength":1,"maxLength":200,"description":"Document id. Preferred over slug."},"slug":{"type":"string","minLength":1,"maxLength":300,"description":"Document slug. Used only when documentId is not supplied."},"locale":{"type":"string","minLength":1,"maxLength":20,"description":"Locale for the slug lookup (e.g. en, it, fr). Defaults to en."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_unresolved_conversation_counts","description":"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 truncation. Customer identifiers, staff ids, message text, and organization ids are never returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_website","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"idOrName":{"type":"string","minLength":1,"maxLength":200,"description":"Website id, exact vanity ID, or exact display name"}},"required":["idOrName"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_campaigns","description":"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 metadata are excluded, and campaigns cannot be sent from this tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"websiteId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Organization-owned website id whose campaigns to list"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":50,"description":"Maximum campaigns per page (default 20)"},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor from a previous call"}},"required":["websiteId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_conversations","description":"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 state, unread count, and timestamps. Message bodies, message ids, customer identifiers, internal notes, arbitrary metadata, and organization ids are excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"websiteId":{"type":"string","maxLength":200,"description":"Filter by website id"},"resolved":{"type":"boolean","description":"Filter by resolved status (true = resolved, false = open)"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":50,"description":"Maximum conversations per page (default 20)"},"cursor":{"type":"string","maxLength":2048,"description":"Opaque pagination cursor from a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_documents","description":"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 excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"websiteId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Filter by website id"},"locale":{"type":"string","minLength":1,"maxLength":20,"description":"Filter by locale (e.g. en, it, fr)"},"slugOriginal":{"type":"string","minLength":1,"maxLength":300,"description":"Filter by original slug (base slug before localization)"},"limit":{"type":"integer","exclusiveMinimum":0,"maximum":50},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor from a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_websites","description":"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, and arbitrary metadata are excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","exclusiveMinimum":0,"maximum":50},"cursor":{"type":"string","maxLength":4096,"description":"Opaque pagination cursor from a previous call"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"open_customer_inbox_conversation","description":"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 internal note.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"conversationId":{"type":"string","minLength":1,"maxLength":200}},"required":["conversationId"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"resolve_conversation","description":"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 dashboard. No other conversation field can be changed through this tool, and customer identifiers, staff ids, and organization ids are never returned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"conversationId":{"type":"string","minLength":1,"maxLength":200,"description":"Conversation id to mark resolved or reopened"},"resolved":{"type":"boolean","description":"true marks the conversation resolved (default), false reopens"}},"required":["conversationId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_documents","description":"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 excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":500,"description":"Semantic search query"},"websiteId":{"type":"string","pattern":"^[0-9a-f]{24}$","description":"Organization-owned website id to search"},"locale":{"type":"string","minLength":1,"maxLength":20,"description":"Filter by locale (e.g. en, it, fr)"}},"required":["query","websiteId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"send_message","description":"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 target and time without returning a message id or echoing the message body.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"conversationId":{"type":"string","minLength":1,"maxLength":200,"description":"Conversation id to send the message in"},"content":{"type":"string","minLength":1,"maxLength":4000,"description":"Message text content"},"idempotencyKey":{"type":"string","minLength":1,"maxLength":255,"description":"Stable unique retry key for this exact conversation and reply text"}},"required":["conversationId","content","idempotencyKey"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"show_customer_inbox","description":"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, unread count, and timestamps. It never receives message bodies, previews, message ids, customer details, or internal notes.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"show_support_overview","description":"Render a bounded organization-scoped snapshot of Supovia websites and recent conversations. Customer identifiers, internal record ids, message bodies, prompts, credentials, internal notes, organization ids, and arbitrary metadata are excluded.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"websiteId":{"description":"Optionally limit the overview to one organization-owned website","type":"string","minLength":1,"maxLength":200}},"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-23T11:54:34.953Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:54:34.897Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1531ms"]},"poisoning":{"score":15,"max":15,"notes":["14 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.supovia.com/mcp","reachable":true,"authRequired":false,"latencyMs":1531,"serverInfo":{"name":"supovia-mcp","version":"0.1.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.imagelato.com/images/favicon-supovia-b477d5ff-256w.png","source":"site","width":256,"height":256},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}