com.thenextgennexus/news-mcp-server
com.thenextgennexus/news-mcp-serverCross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.
Tools · 5
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 cu…
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 pers…
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. U…
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 t…
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 sco…
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.thenextgennexus/news-mcp-server": {
"url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/news-mcp-server/mcp",
"transport": "streamable-http"
}
}
}