BlockBeats MCP Server
by kukapay
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. It provides tools to fetch the latest blockchain news and articles in multiple languages.
Last updated: N/A
What is BlockBeats MCP Server?
BlockBeats MCP Server is a server designed to provide blockchain news and in-depth articles from BlockBeats to AI agents. It offers tools to retrieve the latest information in multiple languages.
How to use BlockBeats MCP Server?
- Clone the repository. 2. Install dependencies using
pip install mcp[cli] httpx
. 3. Run the server usingmcp dev main.py
for development ormcp install main.py --name "BlockBeats News"
for production with Claude Desktop. Use theget_latest_news
andget_latest_articles
tools with appropriate parameters to fetch the desired content.
Key features of BlockBeats MCP Server
Fast News Retrieval
In-Depth Articles
Multi-Language Support
Easy Installation
Use cases of BlockBeats MCP Server
AI agents requiring blockchain news
Applications needing in-depth blockchain articles
Multi-lingual blockchain information services
Integration with Claude Desktop
FAQ from BlockBeats MCP Server
What languages are supported?
What languages are supported?
English (en), Simplified Chinese (cn), and Traditional Chinese (cht).
What is the default number of articles/news fetched?
What is the default number of articles/news fetched?
The default size is 5 per page.
What is the default language?
What is the default language?
The default language is English (en).
How do I specify the number of articles to fetch?
How do I specify the number of articles to fetch?
Use the 'size' parameter in the get_latest_news
or get_latest_articles
tool.
What type of news/articles can I filter by?
What type of news/articles can I filter by?
You can filter by the 'type' parameter, e.g., 'push' for important news/articles.