← Registry

Learning Resources

v-sum.com

Provides search and retrieval of technical briefings from V-Sum, including metadata and chapters.

x402 supported1 endpoint5 known toolsFirst detected May 13, 2026Last detected September 21, 2026

ENDPOINT 1

https://v-sum.com/mcp

No auth detected

MCP server metadata

Name
v-sum
Version
1.47.0
Capabilities
toolsresources
Server instructions

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

search_briefings

Full-text search over V-Sum technical briefings.

Inferred read-only
get_briefing

Get a single briefing by slug, including YouTube video id, presenter, company, event, description, tags, and timestamped chapters (when available).

Inferred read-only
list_briefings

List V-Sum briefings, newest event first.

Inferred read-only
list_events

List V-Sum convenings (events) in chronological order, with briefing counts per event.

Inferred read-only
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.

Inferred read-only

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]
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.

Trust status Trusted

v-sum.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.