← dailyjournal.news

INDIVIDUAL MCP TOOL

get_news

Fetch the full content of one Daily Journal news item: body (markdown, Portuguese), bullets, and every cited source article with external URL and outlet attribution.

dailyjournal.newsnone authenticationAvailability not checked

LIVE ENDPOINT

https://dailyjournal.news/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_news and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

dailyjournal.news

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-journal]
url = "https://dailyjournal.news/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "daily-journal": {
      "type": "http",
      "url": "https://dailyjournal.news/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: daily-journal
Remote MCP URL: https://dailyjournal.news/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-journal": {
      "url": "https://dailyjournal.news/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "daily-journal": {
      "type": "http",
      "url": "https://dailyjournal.news/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "daily-journal",
  "transport": "streamable-http",
  "url": "https://dailyjournal.news/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_news — Search Daily Journal for Brazilian and world news in Portuguese (pt-BR).
  • list_topics — Browse Daily Journal topic pages — curated, evergreen Portuguese-language coverage of people, events, institutions, and ongoing stories (Brazilian and international).
  • get_topic — Fetch a Daily Journal topic page: editorial summary, structured sections (overview, context, FAQ), and recent news on the topic.