← so-yesterday.ai
INDIVIDUAL MCP TOOL
list_videos
Browse videos with optional filters by channel or tag.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.so-yesterday-ai]
url = "https://so-yesterday.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"so-yesterday-ai": {
"type": "http",
"url": "https://so-yesterday.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: so-yesterday-ai
Remote MCP URL: https://so-yesterday.ai/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": {
"so-yesterday-ai": {
"url": "https://so-yesterday.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"so-yesterday-ai": {
"type": "http",
"url": "https://so-yesterday.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "so-yesterday-ai",
"transport": "streamable-http",
"url": "https://so-yesterday.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_latest— Get a one-call briefing: latest daily digest (full content), 5 recent highlighted videos with summaries, 3 latest essays, and knowledge base stats.search— Search the AI knowledge base across all content types (videos, knowledge concepts, essays, digests, personas).get_video— Get a video's executive summary, key points, and optionally the full transcript.get_knowledge— Read a knowledge concept article with related concept links.get_essay— Read a full original essay on AI transformation.get_digest— Read a daily digest of the 5 most important AI developments for a specific date.get_latest_digest— Get the most recent daily digest.list_tags— List all content tags with usage counts.