blockbeats-mcp

by kukapay
Verified

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.

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 服务器

MCP 服务器为 AI 代理提供来自 BlockBeats 的区块链新闻和深度文章。

特征

  • 快速新闻检索:使用get_latest_news工具获取最新的区块链快速新闻文章。
  • 深入文章:使用get_latest_articles工具访问详细的区块链文章。
  • 多语言支持:支持英语( en )、简体中文( cn )、繁体中文( cht )。

安装

  1. 克隆存储库
    git clone https://github.com/kukapay/blockbeats-mcp.git cd blockbeats-mcp
  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 (int):每页的文章数量(默认值: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 (int):每页的文章数量(默认值: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 许可证。详情请参阅LICENSE文件。

-
security - not tested
A
license - permissive license
-
quality - not tested

MCP 服务器为 AI 代理提供来自 BlockBeats 的区块链新闻和深度文章。

  1. Features
    1. Installation
      1. Usage
        1. get_latest_news
        2. get_latest_articles
      2. License
        ID: cby8qdjhod