NewsDigest MCP

Integrations

  • Integrates with Google Gemini API to convert raw news article data into formatted Markdown digests

  • Formats news content into clean, structured Markdown digests for improved readability

ニュースダイジェストMCP

NewsAPI.org REST エンドポイントを使用してニュース記事を集約、検索、フォーマットする、TypeScript で記述された**モデル コンテキスト プロトコル (MCP)**サーバー。

特徴

  • 国 (ISO‑2 コード)、言語 (ISO‑639‑1 コード)、カテゴリ (ビジネス、スポーツなど) 別にトップヘッドラインを取得します
  • オプションのフィルター(言語、日付範囲、並べ替え、ページ サイズ)を使用して、フルテキスト クエリ(キーワード)ですべてを検索します
  • Markdown 形式に変換: LLM (Gemini および Claude) を使用して、生の JSON 応答をクリーンで読みやすい Markdown ダイジェストに変換します。

要件

  • Node.js 18+ (組み込みfetchサポート用)
  • npmまたはyarn
  • NewsAPI.org API キー(無料版あり)
  • LLM API キー(Gemini および Claude)

インストール

# Clone the repo git clone https://github.com/yourusername/newsdigest-mcp.git cd newsdigest-mcp # Install dependencies npm install # or # yarn install

構成

プロジェクト ルートに.envファイルを作成します。

# .env NEWSAPI_KEY=<your_newsapi_key> GEMINI_API_KEY=<your_gemini_key> # for Google Gemini ANTHROPIC_API_KEY=<your_claude_key> # for Anthropic Claude

使用法

MCP サーバーを起動します。

claude

次に、ユーザークエリと応答の例をいくつか示します。

Q: ビットコインに関するニュース

A: 最新のビットコインニュース(2025年5月1日)

  1. エルサルバドルはIMFの要求にもかかわらずビットコインの購入を約束
  • エルサルバドルの経済大臣は、IMFのエクスポージャー削減の要求にもかかわらず、同国がビットコインを蓄積し続けるという決意を再確認した。
  • 大臣はこれをナジブ・ブケレ大統領が始めた「重要なプロジェクト」と呼んだ。
  1. ノースカロライナ州、1270億ドルの年金基金にビットコインを導入する法案を可決
  • ノースカロライナ州議会は、州の年金基金が暗号通貨に投資することを許可する法案を承認した。
  • この法案は、州の1270億ドルの年金基金の投資戦略を近代化するものである。
  1. コインベース幹部によると、米国は今年1000億ドル相当のビットコインを購入する可能性がある
  • コインベース・アセット・マネジメントの社長、セバスチャン・ビー氏は、ワシントンの金の会計処理方法の技術的な変更により、戦略的なビットコイン購入が可能になる可能性があると示唆している。
  • 提案されている買収額は市場の予想を何年も上回る1000億ドルに近づく可能性がある。
  1. ノースカロライナ州議会、州仮想通貨投資法案を可決
  • デジタル資産投資法(下院法案92)が3回目の読会で可決
  • この法案は、州財務長官が承認された暗号通貨に公的資金を投資することを許可するものである。
  • 上院で審議中
  1. 「トランプ熱」が衰退の兆しを見せる中、ドバイで仮想通貨業界イベント開催
  • 仮想通貨愛好家がTOKEN2049カンファレンスのためにドバイに集結
  • ドナルド・トランプの仮想通貨への影響について業界は複雑な感情を表明している
  • ベンチャーキャピタル投資が好調な年初スタートを切ったにもかかわらず
  1. マレーシア警察、電力を盗むビットコイン採掘事業を摘発
  • マレーシアのトレンガヌ州警察は、違法なビットコイン採掘のために電力を盗んでいたシンジケートを解体した。
  • フールー・トレンガヌ州とマラン地域で作戦が発見された
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM (Gemini および Claude) を使用して、NewsAPI.org からニュース記事を取得、検索し、読みやすい Markdown ダイジェストにフォーマットする TypeScript ベースのモデル コンテキスト プロトコル サーバーです。

  1. 特徴
    1. 要件
      1. インストール
        1. 構成
          1. 使用法

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that fetches and ranks positive news articles from NewsAPI using Cohere LLM sentiment analysis, enabling users to access uplifting news stories through interfaces like Claude Desktop.
              Last updated -
              28
              Python
              Apache 2.0
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables LLMs to fetch and process web content in multiple formats (HTML, JSON, Markdown, text) with automatic format detection.
              Last updated -
              TypeScript
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables large language models to access the latest trending news headlines and detailed content across various categories including recommended, domestic, technology, and sports news.
              Last updated -
              Python
              • Apple
            • A
              security
              A
              license
              A
              quality
              A TypeScript implementation of a Model Context Protocol server that provides marketing tools based on Open Strategy Partners' methodologies, enabling content creation, optimization, and product positioning through tools like value map generation, meta information creation, and content editing.
              Last updated -
              6
              49
              1
              TypeScript
              CC BY-SA 4.0
              • Linux
              • Apple

            View all related MCP servers

            ID: lqv19dt84c