BlockBeats MCP Server

BlockBeats MCP Server

Delivering real-time blockchain news and in-depth articles to AI agents via MCP.

8
Stars
6
Forks
8
Watchers
2
Issues
BlockBeats MCP Server provides AI agents with access to the latest blockchain news and detailed articles from BlockBeats through an MCP-compliant server. Featuring rapid retrieval of news and in-depth content across multiple languages, it supports integration with clients such as Claude Desktop. The server offers two main tools for fetching fast news updates and comprehensive articles, enabling seamless knowledge delivery for AI systems.

Key Features

Fast retrieval of blockchain news articles
Access to in-depth blockchain reports
Supports multiple languages: English, Simplified Chinese, Traditional Chinese
MCP-compliant server integration
Command-line installation and operation
Dedicated tools for news and article retrieval
Integration with Claude Desktop and Smithery
Filter articles and news by type
Customizable pagination and quantity
Active project status

Use Cases

Powering AI assistants with up-to-date blockchain news
Providing in-depth blockchain content to language models
Integrating rapid news feeds into AI-driven applications
Aggregating and translating blockchain events for multilingual users
Supporting investment analysis with timely crypto news
Automated context enrichment for financial chatbot agents
Custom news delivery for research tools in the crypto domain
Deploying news retrieval tools on desktop AI environments
Enhancing knowledge retrieval in blockchain-focused AI agents
Supplying real-time market updates to trading bots

README

BlockBeats MCP Server

An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents.

Discord GitHub License Python Version Status

Features

  • Fast News Retrieval: Fetch the latest blockchain fast news articles using the get_latest_news tool.
  • In-Depth Articles: Access detailed blockchain articles with the get_latest_articles tool.
  • 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:

bash
npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claude

Manual Installation

  1. Clone the Repository:

    bash
    git clone https://github.com/kukapay/blockbeats-mcp.git
    cd blockbeats-mcp
    
  2. Install Dependencies:

    bash
    pip install mcp[cli] httpx
    
  3. Run the Server:

    • For development mode (hot reload enabled):
      bash
      mcp dev main.py
      
    • For production use with Claude Desktop:
      bash
      mcp install main.py --name "BlockBeats News"
      

Usage

The server provides two main tools:

get_latest_news

Fetches 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:

  • Input: "Get me the 2 latest blockchain news articles in English from one page."
  • Output:
    ID: 288909
    Title: Bitcoin Falls Below $75,000, 24-Hour Drop Widens to 5.75%
    Content: <p>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%.</p>
    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: <p>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%.</p>
    Link: https://m.theblockbeats.info/flash/288908
    Created: 2025-04-09 15:22:24
    

get_latest_articles

Fetches 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:

  • Input: "Show me one in-depth blockchain article in English from the first page with push type."
  • Output:
    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: <blockquote>Original Title: Solo Bitcoin Miners Are Winning More Blocks Lately—What Gives?</blockquote><blockquote>Author: Mat Di Salvo, Decrypt</blockquote><blockquote>Translated by: Lila, BlockBeats</blockquote><p><br></p><p>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.</p><p><br></p><p>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?</p><p><br></p><p>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.</p><p><br></p><p><img src="https://image.theblockbeats.info/file_v6/20250408/e870c395-deef-48de-b133-0a5ea85053d5.png?x-oss-process=image/quality,q_50/format,webp" alt="" data-href="" style=""/></p><p><br></p><p>Scott Norris, CEO of solo mining firm Optiminer, put it bluntly: solo mining is still like “buying a lottery ticket.”</p><p><br></p>...
    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 file for details.

Star History

Star History Chart

Repository Owner

kukapay
kukapay

User

Repository Details

Language Python
Default Branch main
Size 23 KB
Contributors 2
License MIT License
MCP Verified Nov 12, 2025

Programming Languages

Python
91.31%
Dockerfile
8.69%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Crypto News MCP Server

    Crypto News MCP Server

    Real-time cryptocurrency news and summaries for AI agents via Model Context Protocol.

    Crypto News MCP Server provides real-time cryptocurrency news and article search services to AI agents using the Model Context Protocol. It aggregates news from NewsData and exposes tools for fetching the latest headlines, keyword-based article search with pagination, and prompt generation for LLM-powered summarization. The server is compatible with MCP clients and can be integrated as a plugin for platforms like Claude Desktop.

    • 10
    • MCP
    • kukapay/crypto-news-mcp
  • cryptopanic-mcp-server

    cryptopanic-mcp-server

    Provides real-time cryptocurrency news to AI agents via Model Context Protocol.

    cryptopanic-mcp-server delivers up-to-date cryptocurrency news to AI agents by integrating with the CryptoPanic API. It exposes an MCP-compliant server with a tool for fetching news or media headlines, supporting customization via API keys and configuration files. The implementation is intended for streamlined context integration into AI workflows, enhancing agent awareness with current crypto market updates.

    • 59
    • MCP
    • kukapay/cryptopanic-mcp-server
  • Cointelegraph MCP Server

    Cointelegraph MCP Server

    Real-time Cointelegraph news via Model Context Protocol tools

    Cointelegraph MCP Server provides real-time access to news from Cointelegraph by aggregating and serving content from 17 RSS feeds. Exposing MCP tools such as get_rss_categories and get_latest_news, it allows users and AI agents to interactively fetch categorized news articles with controllable output formatting and summary length. Optimized for seamless integration with platforms like Claude Desktop, it incorporates caching and markdown conversion for efficient and readable results.

    • 8
    • MCP
    • kukapay/cointelegraph-mcp
  • Marketaux MCP Server

    Marketaux MCP Server

    MCP server integrating Marketaux news search API for contextual information retrieval.

    Marketaux MCP Server implements a Model Context Protocol (MCP) server that connects to the Marketaux news API, enabling contextual search based on entities, countries, industries, and symbols. It provides a standardized interface for AI models to retrieve news content relevant to various input parameters using the Marketaux API. The tool supports configurable options such as symbols, industries, language, and publication timestamps, delivering dynamic news search results. Environment configuration is enabled through API keys and customizable server setup.

    • 4
    • MCP
    • Zolo-Ryan/MarketAuxMcpServer
  • Dappier MCP Server

    Dappier MCP Server

    Real-time web search and premium data access for AI agents via Model Context Protocol.

    Dappier MCP Server enables fast, real-time web search and access to premium data sources, including news, financial markets, sports, and weather, for AI agents using the Model Context Protocol (MCP). It integrates seamlessly with tools like Claude Desktop and Cursor, allowing users to enhance their AI workflows with up-to-date, trusted information. Simple installation and configuration are provided for multiple platforms, leveraging API keys for secure access. The solution supports deployment via Smithery and direct installation with 'uv', facilitating rapid setup for developers.

    • 35
    • MCP
    • DappierAI/dappier-mcp
  • Crypto RSS MCP

    Crypto RSS MCP

    Real-time cryptocurrency news aggregation and AI context enrichment via MCP.

    Crypto RSS MCP serves as a Model Context Protocol (MCP) server that aggregates real-time cryptocurrency news from a variety of RSS feeds. It offers features such as keyword filtering, OPML feed import, and output formatting designed for ingestion by AI agents. The tool enables seamless integration with Large Language Models through custom prompts for summarizing news content and detecting market trends, aiding decision making in volatile crypto markets.

    • 8
    • MCP
    • kukapay/crypto-rss-mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results