PulitzerAI MCP News Search

Connect Google News and Naver News search through MCP tools

Let agents, internal research bots, and PR workflows search current news without maintaining a custom scraper. The PulitzerAI MCP Server exposes Google News and Naver News through the same quick_search_news tool interface.

quick_search_news

MCP Tool

google_news / naver_news
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "quick_search_news",
    "arguments": {
      "keyword": "SpaceX",
      "channel": "google_news",
      "language": "en",
      "country": "US",
      "sort_by": "date",
      "page": 1,
      "page_size": 10
    }
  }
}

Agent conversation example

User

Search Google News for SpaceX IPO news.

Agent

Here are the latest results. I found the most relevant Google News items.

1

SpaceX investors weigh IPO timing as Starlink revenue grows

Reuters · 2 hours ago

2

Elon Musk says SpaceX IPO depends on predictable cash flow

Bloomberg · 4 hours ago

3

SpaceX valuation rises as private share sale draws demand

CNBC · Today

I can also summarize these articles or group them by IPO outlook, investor reaction, and regulatory risk.

Supported channels

Google News

Best for English and global issue monitoring, international media discovery, and multi-country research.

Naver News

Best for Korean media coverage, brand issues, and Korean keyword monitoring.

Search inputs designed for agents

Pass keyword, channel, country, language, date range, sort order, and page size as MCP tool arguments.

keyword
channel
language
country
date_from
date_to
sort_by
page_size

Use cases

  • Monitor recent brand and competitor coverage
  • Scan issues quickly during PR risk events
  • Search English news before translation or summarization
  • Discover candidate articles for daily clipping

Operational notes

  • quick_search_news deducts API credits per search call.
  • Results return quickly with title, link, media, and publish time.
  • For deeper collection and filtering, extend the workflow with custom news clipping tools.