Talks & Presentations

v1.0.0

Conference talks and presentations archive

talkspresentationsconferencesspeaking

Server Information

Server ID
talks
Endpoint URL
https://bookchaowalit-talks-frontend.vercel.app
Author
bookchaowalit
Available Tools
4 tools

About

An archive of talks, presentations, and workshops. Includes slides and recordings. ## Features - Talk listings - Upcoming events - Slide deck links - Year filtering

Available Tools

talks_get_talks

Get all talks

Input Schema
{
  "type": "object",
  "properties": {}
}

talks_get_upcoming

Get upcoming talks

Input Schema
{
  "type": "object",
  "properties": {}
}

talks_get_by_year

Filter by year

Input Schema
{
  "type": "object",
  "properties": {
    "year": {
      "type": "number"
    }
  }
}

talks_get_slides

Get slide deck links

Input Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    }
  }
}

Usage Example

Connect to this MCP server using the Model Context Protocol:

{
  "mcpServers": {
    "talks": {
      "command": "node",
      "args": ["path/to/server.js"],
      "env": {
        "SERVER_URL": "https://bookchaowalit-talks-frontend.vercel.app"
      }
    }
  }
}