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(Model Context Protocol) 서버입니다.

특징

  • 국가(ISO‑2 코드), 언어(ISO‑639‑1 코드), 카테고리(예: 비즈니스, 스포츠)별로 주요 헤드라인을 가져옵니다 .
  • 옵션 필터(언어, 날짜 범위, 정렬, 페이지 크기)를 사용하여 전체 텍스트 쿼리(키워드)를 통해 모든 것을 검색합니다 .
  • 마크다운으로 포맷하기 : LLM(Gemini와 Claude)을 사용하여 원시 JSON 응답을 깔끔하고 독자 친화적인 마크다운 다이제스트로 변환합니다.

요구 사항

  • Node.js 18+ (기본 제공 fetch 지원용)
  • npm 또는 yarn
  • NewsAPI.org API 키 (무료 계층 사용 가능)
  • LLM API 키 (Gemini 및 Claude)

설치

지엑스피1

구성

프로젝트 루트에 .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. 노스캐롤라이나주, 1,270억 달러 규모 연금 기금에 비트코인 통합 법안 통과
  • 노스캐롤라이나 주 하원은 주 연금 기금이 암호화폐에 투자할 수 있도록 하는 법안을 승인했습니다.
  • 이 법안은 주정부의 1,270억 달러 규모의 연금 기금에 대한 투자 전략을 현대화합니다.
  1. Coinbase 임원에 따르면 미국은 올해 1,000억 달러 상당의 비트코인을 구매할 수 있습니다.
  • Coinbase Asset Management의 사장인 Sebastian Bea는 워싱턴이 금을 계산하는 방식의 기술적 변화가 전략적 비트코인 매수를 가능하게 할 수 있다고 제안했습니다.
  • 제안된 매수 규모는 시장 예상보다 수년 앞서 1,000억 달러에 달할 수 있습니다.
  1. 노스캐롤라이나 주 하원, 주 암호화폐 투자 법안 통과
  • 디지털 자산 투자법(하원 법안 92호)이 3차 독회를 통과했습니다.
  • 법안은 주 재무관이 승인된 암호화폐에 공적 자금을 투자할 수 있도록 허용합니다.
  • 이제 상원으로 이동하여 심의합니다.
  1. 두바이에서 열린 암호화폐 산업 행사, "트럼프 열풍" 잦아들 조짐
  • 암호화폐 애호가들이 두바이에서 열린 TOKEN2049 컨퍼런스에 모였습니다.
  • 도널드 트럼프가 암호화폐에 미치는 영향에 대해 업계는 엇갈린 감정을 보이고 있다
  • 올해는 상당한 벤처 캐피털 투자로 강력한 시작을 보였지만
  1. 말레이시아 경찰, 전기를 훔치는 비트코인 채굴 작전을 해체하다
  • 말레이시아 트렝가누 경찰, 불법 비트코인 채굴 위해 전기 훔친 조직 해체
  • Hulu Terengganu 및 Marang 지역에서 운영이 발견되었습니다.
-
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