Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

com.thenextgennexus/news-mcp-server

com.thenextgennexus/news-mcp-server

Cross-source news (AP, BBC, NPR, HN, Google News) with topic filtering and dedup.

Uptime
7.7%
26 probes
Response
56ms
last probe
Tools
5
callable

Tools · 5

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 cu…

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 pers…

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. U…

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 t…

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 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"
    }
  }
}