kukapay/blockbeats-mcp
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.
Platform-specific configuration:
{
"mcpServers": {
"blockbeats-mcp": {
"command": "npx",
"args": [
"-y",
"blockbeats-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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 git clone https://github.com/kukapay/blockbeats-mcp.git
cd blockbeats-mcp pip install mcp[cli] httpx 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,Loading reviews...