Token导航 LogoToken导航TokenDH.com
BlockBeats MCP Server logo
搜索检索stdio官方级别未说明来源级核验

BlockBeats MCP Server

MCP Server

@smithery/cli

An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.

工具数

2

提示词数

0

GitHub Stars

8

资源数

0
区块链新闻聚合PythonClaudeAI代理Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

kukapay

提供方

kukapay

最后核验

2026/5/18 02:19

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claude

详细介绍

BlockBeats MCP服务器

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

Status

*尝试 库卡佩新闻MCP -无需API密钥,完全AI注释*.

特性

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

安装

通过Smithery安装

通过以下方式自动安装BlockBeats News for Claude Desktop 史密瑟里:

npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claude

手动安装

  1. 克隆存储库:
   git clone https://github.com/kukapay/blockbeats-mcp.git
   cd blockbeats-mcp
  1. 再进行:
   pip install mcp[cli] httpx
  1. 运行服务器:

- 对于开发模式(启用热重新加载):

     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: 
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%.

  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: 
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%.

  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: Original Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives?Author: Mat Di Salvo, DecryptTranslated by: Lila, BlockBeats

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.

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?

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.

Scott Norris, CEO of solo mining firm Optiminer, put it bluntly: solo mining is still like “buying a lottery ticket.”

...
  Link: https://m.theblockbeats.info/news/57650
  Created: 2025-04-08 23:30:00

许可证

该项目根据MIT许可证获得许可。请参阅 许可证 文件以获取详细信息。

目录标签

目录标签

区块链新闻聚合PythonClaudeAI代理research-and-data本地部署多语言支持

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@smithery/cli

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP