BlockBeats MCP Server
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
Try Kukapay News MCP — no API key required, fully AI-annotated.
Features
- Fast News Retrieval: Fetch the latest blockchain fast news articles using the
get_latest_newstool. - In-Depth Articles: Access detailed blockchain articles with the
get_latest_articlestool. - 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:
npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claudeManual Installation
Clone the Repository:
git clone https://github.com/kukapay/blockbeats-mcp.git cd blockbeats-mcpInstall Dependencies:
pip install mcp[cli] httpxRun the Server:
- For development mode (hot reload enabled):
mcp dev main.py - For production use with Claude Desktop:
mcp install main.py --name "BlockBeats News"
- For development mode (hot reload enabled):
Usage
The server provides two main tools:






