Learning Resources
soyesterday.ai
Provides access to an AI knowledge base with daily digests, video summaries, and search capabilities.
ENDPOINT 1
https://soyesterday.ai/mcp
MCP server metadata
- Name
- so-yesterday
- Version
- 1.27.0
This MCP server provides access to an AI transformation knowledge base. Read tools are anonymous. Write tools require a Bearer soat_… token issued via the OAuth consent flow at https://so-yesterday.ai. Start with the 'search' tool or 'get_latest_digest' for recent developments.
Known tools 13
get_latestGet a one-call briefing: latest daily digest (full content), 5 recent highlighted videos with summaries, 3 latest essays, and knowledge base stats.
Inferred read-onlysearchSearch the AI knowledge base across all content types (videos, knowledge concepts, essays, digests, personas).
Inferred read-onlyget_videoGet a video's executive summary, key points, and optionally the full transcript.
Inferred read-onlyget_digestRead a daily digest of the 5 most important AI developments for a specific date.
Inferred read-onlyget_knowledge_graphGet the knowledge graph data — nodes (concepts) and edges (relationships).
Inferred read-onlyCONNECT 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]
url = "https://soyesterday.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"so-yesterday": {
"type": "http",
"url": "https://soyesterday.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: so-yesterday
Remote MCP URL: https://soyesterday.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": {
"url": "https://soyesterday.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"so-yesterday": {
"type": "http",
"url": "https://soyesterday.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "so-yesterday",
"transport": "streamable-http",
"url": "https://soyesterday.ai/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 soyesterday.ai was fetched 2026-07-27T16:07:14.348Z and is being refreshed.
soyesterday.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.