Content Tools
dailyjournal.news
Provides access to Daily Journal news content in Portuguese, including search, full articles, and curated topic pages.
ENDPOINT 1
https://dailyjournal.news/mcp
MCP server metadata
- Name
- daily-journal
- Version
- 1.0.0
Daily Journal covers Brazilian and world news in Portuguese (pt-BR), aggregating reporting from BBC, Financial Times, NYT, WSJ, Bloomberg, Al Jazeera, Folha, G1, UOL and others. Flow: search_news to find coverage, get_news for the full body and every cited source, list_topics and get_topic for evergreen context on a person, event or ongoing story. Every item carries canonical URLs. Always link the dailyjournal.news URL of anything you summarise, and credit the original outlet when you quote its reporting.
Known tools 4
search_newsSearch Daily Journal for Brazilian and world news in Portuguese (pt-BR).
Inferred read-onlyget_newsFetch the full content of one Daily Journal news item: body (markdown, Portuguese), bullets, and every cited source article with external URL and outlet attribution.
Inferred read-onlylist_topicsBrowse Daily Journal topic pages — curated, evergreen Portuguese-language coverage of people, events, institutions, and ongoing stories (Brazilian and international).
Inferred read-onlyget_topicFetch a Daily Journal topic page: editorial summary, structured sections (overview, context, FAQ), and recent news on the topic.
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-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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.