blockbeats-mcp
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. Demonstrates an MCP server implementation for media and news delivery.
About this tool
blockbeats-mcp
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
Features
- Fast News Retrieval: Fetches the latest blockchain fast news articles from BlockBeats using the
get_latest_newstool. - In-Depth Articles: Retrieves detailed blockchain articles via the
get_latest_articlestool. - Multi-Language Support: Supports English (
en), Simplified Chinese (cn), and Traditional Chinese (cht). - Configurable Parameters for both tools:
size(int): Number of articles per page (default: 5)max_pages(int): Maximum number of pages to fetch (default: 1)type(str): Filter for important news/articles (default: 'push')lang(str): Language selection (default: 'en')
- API Endpoints Used:
- News: BlockBeats open-api/open-flash
- Articles: BlockBeats open-api/open-information
- Designed for AI Integration: Intended for use by AI agents to access blockchain news and articles.
Installation
- Clone the repository:
git clone https://github.com/kukapay/blockbeats-mcp.git - Install dependencies:
pip install mcp[cli] httpx - Run the server in development:
mcp dev main.py - For production with Claude Desktop:
mcp install main.py --name "BlockBeats News"
License
MIT License
Source
https://github.com/kukapay/blockbeats-mcp
Pricing
No pricing information provided; open source under the MIT License.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An MCP server enabling LLMs to interact with the Solana blockchain, supporting 40+ protocol actions. This server exemplifies advanced MCP server capabilities for blockchain integration.
An MCP server providing the latest cryptocurrency news to AI agents, powered by CryptoPanic.
An MCP server offering real-time access to the latest news from Cointelegraph for AI-driven applications.
An MCP Server providing access to Beaconcha.in, an open-source Ethereum beacon chain explorer, for blockchain data queries within MCP.
MCP Server integration for BitBadges, allowing MCP tools to create, display, and verify multi‑chain digital blockchain badges.
An MCP Server that connects to Bitquery’s blockchain and cryptocurrency data products, exposing on-chain analytics to MCP clients.