← v-sum.com
INDIVIDUAL MCP TOOL
list_events
List V-Sum convenings (events) in chronological order, with briefing counts per event.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.v-sum-com]
url = "https://v-sum.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"v-sum-com": {
"type": "http",
"url": "https://v-sum.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: v-sum-com
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-com": {
"url": "https://v-sum.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"v-sum-com": {
"type": "http",
"url": "https://v-sum.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "v-sum-com",
"transport": "streamable-http",
"url": "https://v-sum.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_briefings— Full-text search over V-Sum technical briefings.get_briefing— Get a single briefing by slug, including YouTube video id, presenter, company, event, description, tags, and timestamped chapters (when available).list_briefings— List V-Sum briefings, newest event first.list_companies— List every company that has given a technical briefing at V-Sum, with their homepage URL and the slug of their most recent briefing.