Learning Resources
v-sum.com
Provides search and retrieval of technical briefings from V-Sum, including metadata and chapters.
ENDPOINT 1
https://v-sum.com/mcp
MCP server metadata
- Name
- v-sum
- Version
- 1.47.0
V-Sum exposes a read-only library of technical briefings, events, and companies. Start with list_events or search_briefings, then get_briefing(slug) for details including timestamped chapters.
Known tools 5
get_briefingGet a single briefing by slug, including YouTube video id, presenter, company, event, description, tags, and timestamped chapters (when available).
Inferred read-onlylist_eventsList V-Sum convenings (events) in chronological order, with briefing counts per event.
Inferred read-onlylist_companiesList every company that has given a technical briefing at V-Sum, with their homepage URL and the slug of their most recent briefing.
Inferred read-onlyCONNECT 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.v-sum]
url = "https://v-sum.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"v-sum": {
"type": "http",
"url": "https://v-sum.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: v-sum
Remote MCP URL: https://v-sum.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": {
"v-sum": {
"url": "https://v-sum.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"v-sum": {
"type": "http",
"url": "https://v-sum.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "v-sum",
"transport": "streamable-http",
"url": "https://v-sum.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for v-sum.com was fetched 2026-08-12T13:18:52.625Z and is being refreshed.
v-sum.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.