INDIVIDUAL MCP TOOL
get_unresolved_conversation_counts
Count every unresolved conversation in the authenticated Supovia organization, grouped by website.
LIVE ENDPOINT
https://mcp.supovia.com/mcp
Connect to this endpoint to inspect the live schema for get_unresolved_conversation_counts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.supovia-mcp]
url = "https://mcp.supovia.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"supovia-mcp": {
"type": "http",
"url": "https://mcp.supovia.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: supovia-mcp
Remote MCP URL: https://mcp.supovia.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"supovia-mcp": {
"url": "https://mcp.supovia.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"supovia-mcp": {
"type": "http",
"url": "https://mcp.supovia.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "supovia-mcp",
"transport": "streamable-http",
"url": "https://mcp.supovia.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_websites— List a bounded page of websites in the authenticated Supovia organization.get_website— Fetch safe metadata for one website owned by the authenticated Supovia organization.list_conversations— List a bounded newest-first page of conversation activity in the authenticated Supovia organization.get_conversation— Summarize one organization-owned Supovia conversation using safe status fields and sender-category counts from at most 50 recent records.list_documents— List a bounded newest-first page of safe support-document metadata in the authenticated Supovia organization.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 (html, markdown, plain-text).search_documents— Search published support documents for one organization-owned Supovia website.list_campaigns— List a bounded page of campaign identities for one website owned by the authenticated Supovia organization.