Productivity
branchly.io
Provides a knowledge base API for managing content nodes, including listing, creating, reading, updating, and retrieving application configuration.
ENDPOINT 1
https://api.branchly.io/mcp
MCP server metadata
- Name
- branchly-mcp-server
- Version
- 0.1.0
Known tools 33
read_session_detailRead a single session with its full history in token-dense form.
Inferred read-onlyget_active_sessions_over_timeTime series of active sessions, bucketed by day or week (auto-chosen from the time window).
Inferred read-onlyget_top_languagesTop detected natural languages of user CHAT questions, ranked by occurrence count.
Inferred read-onlyget_top_geographiesTop (country, region) combinations across all request types, ranked by occurrence count.
Inferred read-onlyget_sentiment_distributionSentiment distribution of chat answers as counts of 'positive', 'negative', and 'neutral'.
Inferred read-onlyget_top_cited_sourcesKnowledge-base nodes most frequently cited in chat answers, ranked by citation count.
Inferred read-onlyget_top_clicked_urlsURLs users actually clicked from inside the embed (search results, citation links, follow-ups, etc.
Inferred read-onlyget_top_interaction_sourcesPage URLs the user was ON when they interacted with the embed (chat, search, navigation, form submission), ranked by occurrence count.
Inferred read-onlyget_top_searchesTop user search queries (normalized: lowercased, trimmed), ranked by occurrence count.
Inferred read-onlyget_top_tagsTop tags attached to chat answers (auto-derived classifications), ranked by occurrence count.
Inferred read-onlyget_trending_classificationsTime series of trending classifications (topics OR intents inferred from chat content), one series per classification id.
Inferred read-onlyread_chat_request_documentsRead the full document chunks retrieved for a single chat request (QA or SA).
Inferred read-onlyread_chat_request_tool_callsRead the full tool calls executed for a single chat request.
Inferred read-onlyread_search_request_resultsRead the full search results returned for a single instant-search request.
Inferred read-onlyget_active_sessions_by_embedTime series of active sessions broken down by embed type (chat, chat_widget, navigator, search_interface, voice, api).
Inferred read-onlyupdate_chat_request_analyticsUpdate analytics fields on a chat request: summary, tags, answer_type, sentiment, classification_topic_id, or classification_intent_id.
Potential side effectsCONNECT 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.branchly-mcp-server]
url = "https://api.branchly.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"branchly-mcp-server": {
"type": "http",
"url": "https://api.branchly.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: branchly-mcp-server
Remote MCP URL: https://api.branchly.io/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": {
"branchly-mcp-server": {
"url": "https://api.branchly.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"branchly-mcp-server": {
"type": "http",
"url": "https://api.branchly.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "branchly-mcp-server",
"transport": "streamable-http",
"url": "https://api.branchly.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.