{
  "name": "v-sum",
  "version": "1.36.6",
  "title": "V-Sum",
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://v-sum.com/mcp",
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "search_briefings",
      "description": "Full-text search over V-Sum technical briefings. Matches against title, company, presenter, description, and tags. Returns briefing slug, title, company, event, presenter, and a short description."
    },
    {
      "name": "get_briefing",
      "description": "Get a single briefing by slug, including YouTube video id, presenter, company, event, description, tags, and timestamped chapters (when available)."
    },
    {
      "name": "list_briefings",
      "description": "List V-Sum briefings, newest event first. Optionally filter by event name or tag. Useful for pagination or topic-scoped exploration."
    },
    {
      "name": "list_events",
      "description": "List V-Sum convenings (events) in chronological order, with briefing counts per event. Use with list_briefings({event}) to drill into a specific convening."
    },
    {
      "name": "list_companies",
      "description": "List every company that has given a technical briefing at V-Sum, with their homepage URL and the slug of their most recent briefing. One entry per company."
    }
  ],
  "docs": {
    "server_card": "https://v-sum.com/.well-known/mcp/server-card.json",
    "openapi": "https://v-sum.com/openapi.json",
    "llms_txt": "https://v-sum.com/llms.txt",
    "developers": "https://v-sum.com/developers",
    "human": "https://v-sum.com/docs/api"
  },
  "usage": "POST JSON-RPC 2.0 to this URL with Accept including application/json and text/event-stream. Start with \"initialize\", then \"tools/list\" and \"tools/call\". See https://modelcontextprotocol.io/specification/2025-06-18/basic/transports"
}