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
Installing via Smithery
To install BlockBeats News for Claude Desktop automatically via Smithery:
Manual 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
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.
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.Last updated -3JavaScript
- -security-license-qualityA specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.Last updated -311TypeScript
Armor Crypto MCPofficial
AsecurityAlicenseAqualityAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.Last updated -20193PythonGPL 3.0- -securityAlicense-qualityAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.Last updated -3PythonMIT License