blockbeats-mcp

Integrations

  • Retrieves the latest Bitcoin news, price updates, and in-depth articles from BlockBeats, including market data like price changes and percentage drops.

  • Includes a Discord server link for community support and discussions related to the BlockBeats MCP server.

  • Provides access to Ethereum news and market information from BlockBeats, including price updates, market movements, and detailed articles about Ethereum developments.

BlockBeats MCP 서버

BlockBeats에서 AI 에이전트를 위한 블록체인 뉴스와 심층 기사를 전달하는 MCP 서버입니다.

특징

  • 빠른 뉴스 검색 : get_latest_news 도구를 사용하여 최신 블록체인 빠른 뉴스 기사를 가져옵니다.
  • 심층 기사 : get_latest_articles 도구를 사용하여 자세한 블록체인 기사를 읽어보세요.
  • 다국어 지원 : 영어( en ), 간체 중국어( cn ), 번체 중국어( cht )를 지원합니다.

설치

  1. 저장소 복제 :지엑스피1
  2. 종속성 설치 :
    pip install mcp[cli] httpx
  3. 서버 실행 :
    • 개발 모드(핫 리로드 활성화):
      mcp dev main.py
    • Claude Desktop을 사용하여 프로덕션에 사용하는 경우:
      mcp install main.py --name "BlockBeats News"

용법

서버는 두 가지 주요 도구를 제공합니다.

get_latest_news

BlockBeats의 open-api/open-flash 엔드포인트에서 최신 블록체인 관련 뉴스 기사를 가져옵니다.

매개변수 :

  • size (정수): 페이지당 기사 수(기본값: 5).
  • max_pages (int): 가져올 최대 페이지 수(기본값: 1).
  • type (str): 뉴스 유형 필터, 예: 중요한 뉴스의 경우 'push' (기본값: 'push' ).
  • lang (str): 뉴스 언어(영어는 'en' , 간체 중국어는 'cn' , 번체 중국어는 'cht' ; 기본값: 'en' ).

:

  • 입력 : "한 페이지에서 최신 블록체인 뉴스 기사 2개를 영어로 보여주세요."
  • 출력 :
    ID: 288909 Title: Bitcoin Falls Below $75,000, 24-Hour Drop Widens to 5.75% Content: <p>BlockBeats News, April 9 – According to HTX market data, Bitcoin has fallen below $75,000, currently priced at $74,854, with a 24-hour drop widening to 5.75%.</p> Link: https://m.theblockbeats.info/flash/288909 Created: 2025-04-09 15:26:29 ID: 288908 Title: Ethereum Drops Below $1,400, Down 9.36% in 24 Hours Content: <p>BlockBeats News, April 9 – Per HTX market data, Ethereum has fallen below $1,400, now at $1,398, with a 24-hour decline of 9.36%.</p> Link: https://m.theblockbeats.info/flash/288908 Created: 2025-04-09 15:22:24

get_latest_articles

BlockBeats의 open-api/open-information 엔드포인트에서 심층적인 블록체인 기사를 가져옵니다.

매개변수 :

  • size (정수): 페이지당 기사 수(기본값: 5).
  • max_pages (int): 가져올 최대 페이지 수(기본값: 1).
  • type (str): 기사 유형 필터, 예: 중요한 기사의 경우 'push' (기본값: 'push' ).
  • lang (str): 기사의 언어(영어는 'en' , 간체 중국어는 'cn' , 번체 중국어는 'cht' ; 기본값: 'en' ).

:

  • 입력 : "푸시 유형으로 첫 페이지에서 영어로 된 심층적인 블록체인 기사를 하나 보여주세요."
  • 출력 :
    Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives? Description: Using a $180 Bitaxe miner with a 1.2 TH/s hash rate, the daily chance of mining a block is just 0.00068390%. Content: <blockquote>Original Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives?</blockquote><blockquote>Author: Mat Di Salvo, Decrypt</blockquote><blockquote>Translated by: Lila, BlockBeats</blockquote><p><br></p><p>Last week, another solo Bitcoin miner successfully mined a block, earning a reward of 3.125 BTC, worth nearly $260,000 including transaction fees. This is just one of several recent wins for solo miners in recent months.</p><p><br></p><p>Was this miner just lucky? Is solo mining becoming more common? Can an average person with a basic miner and modest hash power take on the big mining firms?</p><p><br></p><p>The answers vary. While solo miners—here referring to individual enthusiasts or small, low-profile groups—have indeed been mining blocks more often recently, the increase is modest and unlikely to surge dramatically.</p><p><br></p><p><img src="https://image.theblockbeats.info/file_v6/20250408/e870c395-deef-48de-b133-0a5ea85053d5.png?x-oss-process=image/quality,q_50/format,webp" alt="" data-href="" style=""/></p><p><br></p><p>Scott Norris, CEO of solo mining firm Optiminer, put it bluntly: solo mining is still like “buying a lottery ticket.”</p><p><br></p>... Link: https://m.theblockbeats.info/news/57650 Created: 2025-04-08 23:30:00

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
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.

BlockBeats에서 AI 에이전트를 위한 블록체인 뉴스와 심층 기사를 전달하는 MCP 서버입니다.

  1. 특징
    1. 설치
      1. 용법
        1. get_latest_news
        2. get_latest_articles
      2. 특허

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
          Last updated -
          3
          JavaScript
        • -
          security
          -
          license
          -
          quality
          A specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.
          Last updated -
          31
          1
          TypeScript
        • A
          security
          A
          license
          A
          quality
          An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
          Last updated -
          20
          210
          Python
          GPL 3.0
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
          Last updated -
          3
          Python
          MIT License

        View all related MCP servers

        ID: cby8qdjhod