← Registry

Content Tools

dailyjunction.org

Provides full-text search, article retrieval, and metadata access for Daily Junction content.

3 endpoints17 known toolsFirst detected August 5, 2026Last detected August 5, 2026

ENDPOINT 1

https://dailyjunction.org/mcp

No auth detected

MCP server metadata

Name
daily-junction
Version
1.0.0
Capabilities
tools
Server instructions

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

search_articles

Full-text search over all published Daily Junction articles.

Inferred read-only
get_article

Fetch one article by slug (or canonical URL) as clean Markdown including key takeaways, body, FAQ and cited sources.

Inferred read-only
latest_articles

The most recently published Daily Junction articles, optionally filtered by category slug.

Inferred read-only
list_categories

All active Daily Junction sections with slug, name, description and article count.

Inferred read-only
site_info

Metadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
daily-junction-play
Version
1.0.0
Capabilities
tools
Server instructions

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_channels

All Daily Junction Play channels: 24/7 live TV channels (with EPG) and the YouTube source channels behind the on-demand video hub.

Inferred read-only
get_epg

The 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-only
search_videos

Full-text search over the Daily Junction Play video library (news, science, finance and talks).

Inferred read-only
list_shorts

The newest vertical short videos (YouTube Shorts mirrored from trusted news, science, finance and talks channels), newest first.

Inferred read-only
get_video

Fetch one video by id, with title, channel, watch URL on Daily Junction Play, the original source URL and related videos.

Inferred read-only
site_info

Metadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.

Inferred read-only

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.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

No auth detected

MCP server metadata

Name
daily-junction-arcade
Version
1.0.0
Capabilities
tools
Server instructions

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

list_games

Browse the Daily Junction Arcade catalogue.

Inferred read-only
get_game

Fetch one game by slug, with its play URL on Daily Junction Arcade, category, play count, the GamePix source URL and related games.

Inferred read-only
search_quizzes

Search the Daily Junction Arcade quiz library by topic.

Inferred read-only
get_quiz

Fetch one quiz by slug, with its title, category, description, question count and URL.

Inferred read-only
get_leaderboard

The top Daily Junction Arcade players by points.

Inferred read-only
site_info

Metadata for this origin: what it is, corpus/catalogue size, machine-readable formats, sibling agent planes (news / video / games) and citation format.

Inferred read-only

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.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.

Trust status Neutral

dailyjunction.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.