com.thenextgennexus/news-mcp-server
Official5 toolsCross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.
Aggregates news from AP, BBC, NPR, HN, and Google News with filtering and deduplication.
Captured live from the server via tools/list.
get_ap_news
Fetch breaking news and headlines from Associated Press (AP News), a leading global news agency. Returns article title, summary, canonical URL, publication timestamp, and journalist byline. Use for current events coverage, news monitoring, or building newsfeeds. Best for recent breaking stories published within 24 hours.
Parameters (1)
- max_resultsinteger
Number of recent articles to fetch (default 10, max 100 for pagination)
get_bbc_news
Retrieve latest news stories from BBC News covering global, regional, and domestic stories. Returns headline, synopsis, article URL, publish date, and section (world/uk/business/tech). Use for UK perspective on international news or UK-focused stories. Includes categories for targeted browsing.
Parameters (1)
- max_resultsinteger
Number of articles to retrieve (default 10, higher values may include older stories)
get_npr_news
Access curated news stories from NPR (National Public Radio) with focus on US news, science, and culture. Returns article headline, brief summary, direct link to NPR story, and publication metadata. Use for journalistic depth and alternative perspectives on major news events.
Parameters (1)
- max_resultsinteger
Maximum number of stories to return (default 10, recommended for fresh content)
get_hacker_news
Pull top trending stories from Hacker News (Y Combinator community). Returns submission title, original URL, Hacker News discussion link, upvote count, comment count, and user who submitted. Use for tech news, startup stories, and developer-relevant content. Ranked by community engagement.
Parameters (1)
- max_resultsinteger
Number of top stories to fetch (default 20, captures trending and popular items)
search_google_news
Query Google News for articles matching specific keywords or topics across global news sources. Returns matching article headline, source publication name, article URL, publish date, and relevance score. Use for targeted research on specific topics, people, or events. Returns results sorted by recency.
Parameters (2)
- querystringrequired
Search query to find articles (e.g. 'artificial intelligence', 'stock market crash', 'climate change')
- max_resultsinteger
Maximum search results to return (default 10, higher values for comprehensive coverage)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"news-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.