BlockBeats MCP Server
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
Features
- Fast News Retrieval: Fetch the latest blockchain fast news articles using the
get_latest_news
tool. - In-Depth Articles: Access detailed blockchain articles with the
get_latest_articles
tool. - Multi-Language Support: Supports English (
en
), Simplified Chinese (cn
), and Traditional Chinese (cht
).
Installation
Installing via Smithery
To install BlockBeats News for Claude Desktop automatically via Smithery:
Manual Installation
- Clone the Repository:
- Install Dependencies:
- Run the Server:
- For development mode (hot reload enabled):
- For production use with Claude Desktop:
- For development mode (hot reload enabled):
Usage
The server provides two main tools:
get_latest_news
Fetches the latest blockchain fast news articles from BlockBeats' open-api/open-flash
endpoint.
Parameters:
size
(int): Number of articles per page (default: 5).max_pages
(int): Maximum number of pages to fetch (default: 1).type
(str): News type filter, e.g.,'push'
for important news (default:'push'
).lang
(str): Language of the news ('en'
for English,'cn'
for Simplified Chinese,'cht'
for Traditional Chinese; default:'en'
).
Example:
- Input: "Get me the 2 latest blockchain news articles in English from one page."
- Output:
get_latest_articles
Fetches in-depth blockchain articles from BlockBeats' open-api/open-information
endpoint.
Parameters:
size
(int): Number of articles per page (default: 5).max_pages
(int): Maximum number of pages to fetch (default: 1).type
(str): Article type filter, e.g.,'push'
for important articles (default:'push'
).lang
(str): Language of the articles ('en'
for English,'cn'
for Simplified Chinese,'cht'
for Traditional Chinese; default:'en'
).
Example:
- Input: "Show me one in-depth blockchain article in English from the first page with push type."
- Output:
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
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 서버입니다.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -37204PythonGPL 3.0
- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -8PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that provides access to Etherscan blockchain data APIs, allowing users to query Ethereum blockchain information through natural language.Last updated -659710TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables AI assistants to access real-time Hacker News data including top stories, story details, comments, and search functionality.Last updated -16041JavaScriptMIT License