MCP Servers / search / Google Search

Google Search

JSON →
stdiononesearch

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.

Install
How to run this server

No install command recorded.

server path: google-search
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envRAPIDAPI_KEY
Resources
Google Search — MCP Server · libregistry