Real-Time News
Official3 toolsby memoryapi
Real-time news and trending topics from major sources
Delivers real-time news and trending topics from major sources.
Captured live from the server via tools/list.
get_top_news
Get top stories from Hacker News. Returns title, URL, score, author, and comment count.
Parameters (2)
- typestring
Story type: top, new, best, ask, show (default: top)
- limitnumber
Number of stories (max 30, default 20)
search_guardian
Search The Guardian for news articles. Supports filtering by section and date.
Parameters (4)
- qstring
Search query (default: artificial intelligence)
- sectionstring
Section filter: technology, science, business, world, politics
- limitnumber
Number of articles (max 25, default 10)
- date_fromstring
Filter articles from this date (YYYY-MM-DD)
get_trending
Get trending news combining Hacker News and The Guardian for a given topic.
Parameters (2)
- topicstring
Topic: ai, crypto, science, politics, tech (default: tech)
- limitnumber
Number of items (max 30, default 10)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://news.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"news": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://news.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.