Content Tools
dailyjunction.org
Provides full-text search, article retrieval, and metadata access for Daily Junction content.
ENDPOINT 1
https://dailyjunction.org/mcp
MCP server metadata
- Name
- daily-junction
- Version
- 1.0.0
Read-only news corpus server for dailyjunction.org. Use search_articles to find coverage, get_article for full Markdown text (cite the canonical URL), latest_articles for what is new, list_categories for sections. Sibling planes: Play (video/live TV) and Arcade (games/quizzes). All content is public; no authentication is required.
Known tools 5
get_articleFetch one article by slug (or canonical URL) as clean Markdown including key takeaways, body, FAQ and cited sources.
Inferred read-onlylatest_articlesThe most recently published Daily Junction articles, optionally filtered by category slug.
Inferred read-onlylist_categoriesAll active Daily Junction sections with slug, name, description and article count.
Inferred read-onlysite_infoMetadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.
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.daily-junction]
url = "https://dailyjunction.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daily-junction": {
"type": "http",
"url": "https://dailyjunction.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daily-junction
Remote MCP URL: https://dailyjunction.org/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": {
"daily-junction": {
"url": "https://dailyjunction.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daily-junction": {
"type": "http",
"url": "https://dailyjunction.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daily-junction",
"transport": "streamable-http",
"url": "https://dailyjunction.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://play.dailyjunction.org/mcp
MCP server metadata
- Name
- daily-junction-play
- Version
- 1.0.0
Video & Live TV agent server for play.dailyjunction.org. Use list_channels + get_epg for live TV, search_videos + get_video for on-demand video. All content is public; no authentication is required.
Known tools 6
list_channelsAll Daily Junction Play channels: 24/7 live TV channels (with EPG) and the YouTube source channels behind the on-demand video hub.
Inferred read-onlyget_epgThe electronic programme guide (now, next and upcoming programmes) for one live TV channel id (see list_channels — use the id of a channel whose type is "live").
Inferred read-onlysearch_videosFull-text search over the Daily Junction Play video library (news, science, finance and talks).
Inferred read-onlylist_shortsThe newest vertical short videos (YouTube Shorts mirrored from trusted news, science, finance and talks channels), newest first.
Inferred read-onlyget_videoFetch one video by id, with title, channel, watch URL on Daily Junction Play, the original source URL and related videos.
Inferred read-onlysite_infoMetadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.
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.daily-junction-play]
url = "https://play.dailyjunction.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daily-junction-play": {
"type": "http",
"url": "https://play.dailyjunction.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daily-junction-play
Remote MCP URL: https://play.dailyjunction.org/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": {
"daily-junction-play": {
"url": "https://play.dailyjunction.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daily-junction-play": {
"type": "http",
"url": "https://play.dailyjunction.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daily-junction-play",
"transport": "streamable-http",
"url": "https://play.dailyjunction.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://arcade.dailyjunction.org/mcp
MCP server metadata
- Name
- daily-junction-arcade
- Version
- 1.0.0
Games & Quizzes agent server for arcade.dailyjunction.org. Use list_games/get_game to browse the catalogue, search_quizzes/get_quiz for quizzes, get_leaderboard for top players. All content is public; no authentication is required.
Known tools 6
get_gameFetch one game by slug, with its play URL on Daily Junction Arcade, category, play count, the GamePix source URL and related games.
Inferred read-onlyget_quizFetch one quiz by slug, with its title, category, description, question count and URL.
Inferred read-onlysite_infoMetadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.
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.daily-junction-arcade]
url = "https://arcade.dailyjunction.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"daily-junction-arcade": {
"type": "http",
"url": "https://arcade.dailyjunction.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: daily-junction-arcade
Remote MCP URL: https://arcade.dailyjunction.org/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": {
"daily-junction-arcade": {
"url": "https://arcade.dailyjunction.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"daily-junction-arcade": {
"type": "http",
"url": "https://arcade.dailyjunction.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "daily-junction-arcade",
"transport": "streamable-http",
"url": "https://arcade.dailyjunction.org/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 dailyjunction.org was fetched 2026-08-24T01:41:02.827Z.
dailyjunction.org 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.