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
)。
安装
- 克隆存储库:Copy
- 安装依赖项:Copy
- 运行服务器:
- 对于开发模式(启用热重载):Copy
- 与 Claude Desktop 一起用于生产:Copy
- 对于开发模式(启用热重载):
用法
该服务器提供两个主要工具:
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 篇最新的英文区块链新闻文章。”
- 输出:Copy
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'
)。
例子:
- 输入:“从第一页开始用推送类型向我显示一篇深入的英文区块链文章。”
- 输出:Copy
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
This server cannot be installed
MCP 服务器为 AI 代理提供来自 BlockBeats 的区块链新闻和深度文章。