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 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
- Clone the Repository:Copy
- Install Dependencies:Copy
- Run the Server:
- For development mode (hot reload enabled):Copy
- For production use with Claude Desktop:Copy
- 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:Copy
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:Copy
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.