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. - Fast News Retrieval: Fetch the latest blockchain fast news articles using the getlatestnews tool. - In-Depth Articles: Access detailed blockchain articles with the getlatestarticles tool. - Multi-Language Support: Supports English (en),
Add this skill
npx mdskills install kukapay/blockbeats-mcpWell-documented MCP server for blockchain news with clear tool descriptions and multi-language support
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.
get_latest_news tool.get_latest_articles tool.en), Simplified Chinese (cn), and Traditional Chinese (cht).To install BlockBeats News for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claude
Clone the Repository:
git clone https://github.com/kukapay/blockbeats-mcp.git
cd blockbeats-mcp
Install Dependencies:
pip install mcp[cli] httpx
Run the Server:
mcp dev main.py
mcp install main.py --name "BlockBeats News"
The server provides two main tools:
get_latest_newsFetches 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:
ID: 288909
Title: Bitcoin Falls Below $75,000, 24-Hour Drop Widens to 5.75%
Content: BlockBeats News, April 9 – According to HTX market data, Bitcoin has fallen below $75,000, currently priced at $74,854, with a 24-hour drop widening to 5.75%.
Link: https://m.theblockbeats.info/flash/288909
Created: 2025-04-09 15:26:29
ID: 288908
Title: Ethereum Drops Below $1,400, Down 9.36% in 24 Hours
Content: BlockBeats News, April 9 – Per HTX market data, Ethereum has fallen below $1,400, now at $1,398, with a 24-hour decline of 9.36%.
Link: https://m.theblockbeats.info/flash/288908
Created: 2025-04-09 15:22:24
get_latest_articlesFetches 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:
Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives?
Description: Using a $180 Bitaxe miner with a 1.2 TH/s hash rate, the daily chance of mining a block is just 0.00068390%.
Content: Original Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives?Author: Mat Di Salvo, DecryptTranslated by: Lila, BlockBeats
Last week, another solo Bitcoin miner successfully mined a block, earning a reward of 3.125 BTC, worth nearly $260,000 including transaction fees. This is just one of several recent wins for solo miners in recent months.
Was this miner just lucky? Is solo mining becoming more common? Can an average person with a basic miner and modest hash power take on the big mining firms?
The answers vary. While solo miners—here referring to individual enthusiasts or small, low-profile groups—have indeed been mining blocks more often recently, the increase is modest and unlikely to surge dramatically.

Scott Norris, CEO of solo mining firm Optiminer, put it bluntly: solo mining is still like “buying a lottery ticket.”
... Link: https://m.theblockbeats.info/news/57650 Created: 2025-04-08 23:30:00
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Install via CLI
npx mdskills install kukapay/blockbeats-mcpBlockBeats MCP Server is a free, open-source AI agent skill. 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. - Fast News Retrieval: Fetch the latest blockchain fast news articles using the getlatestnews tool. - In-Depth Articles: Access detailed blockchain articles with the getlatestarticles tool. - Multi-Language Support: Supports English (en),
Install BlockBeats MCP Server with a single command:
npx mdskills install kukapay/blockbeats-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
BlockBeats MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.