Labsco
MCP SERVER

Google Search

by Vaishnavi-2506

Real-time news fetched, scraped and summarised, with sentiment and entity analysis and preferences that survive between sessions.

News, Feeds & Trend Monitoring
Summary
A briefing that remembers what you care about.

Preferences live on disk rather than being restated each time, so "what happened today" quietly means your topics, your country, your language.

What it is

An MCP server for news, built on RapidAPI's Real-Time News Data. One call fetches, scrapes and summarises in a single step; the others cover search, source comparison, NLP over the results and saved preferences.

What you get
  • Top stories fetched, scraped and summarised in one call
  • Raw article metadata — titles, URLs and sources — when you want links instead
  • Search by keyword, name or event
  • The same topic pulled from several outlets and compared side by side
  • Sentiment analysis over articles or a set of results
  • Named entities extracted from coverage
  • Topic, country and language preferences saved and applied to later requests
Requirements

Node.js 18 or higher and a free RapidAPI account subscribed to Real-Time News Data, with its key in the environment. The free tier has a monthly request cap. npm run setup writes the key and stores preferences at ~/.news-hub-mcp/preferences.json.

Setup effort

Build from source — clone the repository and build it, then point your client at the binary