Google Search
JSON →An MCP (Model Context Protocol) server that gives AI assistants real-time news fetching, search, NLP analysis, and personalized news preferences â all accessible through natural language.
Tools · 8
- get_news_digest Fetches, scrapes, and summarizes news in one call. Use for any general news question.
- get_latest_news Returns raw article metadata (titles, URLs, sources). Use when the user wants a list of links.
- search_news Searches articles by keyword or phrase. Use for specific names, events, or topics.
- compare_news_sources Fetches the same topic from 3 sources and returns a side-by-side summary of each.
- analyze_sentiment Scores text as positive, negative, or neutral using AFINN scoring.
- extract_entities Extracts people, organizations, and topics from text.
- get_my_preferences Returns your currently saved news preferences.
- set_my_preferences Updates your preferences (topics, country, language). Changes apply immediately.
Environment variables
RAPIDAPI_KEY