Skip to main content
Glama

blockbeats-mcp

Servidor MCP de BlockBeats

Un servidor MCP que ofrece noticias sobre blockchain y artículos detallados de BlockBeats para agentes de IA.

Licencia de GitHubVersión de PythonEstado

Características

  • Recuperación rápida de noticias : obtenga los últimos artículos de noticias rápidas de blockchain utilizando la herramienta get_latest_news .
  • Artículos en profundidad : acceda a artículos detallados sobre blockchain con la herramienta get_latest_articles .
  • Soporte multiidioma : admite inglés ( en ), chino simplificado ( cn ) y chino tradicional ( cht ).

Instalación

  1. Clonar el repositorio :
    git clone https://github.com/kukapay/blockbeats-mcp.git cd blockbeats-mcp
  2. Instalar dependencias :
    pip install mcp[cli] httpx
  3. Ejecutar el servidor :
    • Para el modo de desarrollo (recarga en caliente habilitada):
      mcp dev main.py
    • Para uso en producción con Claude Desktop:
      mcp install main.py --name "BlockBeats News"

Uso

El servidor proporciona dos herramientas principales:

get_latest_news

Obtiene los últimos artículos de noticias rápidas de blockchain desde el punto final open-api/open-flash BlockBeats.

Parámetros :

  • size (int): Número de artículos por página (predeterminado: 5).
  • max_pages (int): Número máximo de páginas a obtener (predeterminado: 1).
  • type (str): filtro de tipo de noticia, p. ej., 'push' para noticias importantes (predeterminado: 'push' ).
  • lang (str): Idioma de la noticia ( 'en' para inglés, 'cn' para chino simplificado, 'cht' para chino tradicional; predeterminado: 'en' ).

Ejemplo :

  • Entrada : "Consígueme los 2 últimos artículos de noticias sobre blockchain en inglés desde una página".
  • Producción :
    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

Obtiene artículos detallados sobre blockchain desde el punto final open-api/open-information de BlockBeats.

Parámetros :

  • size (int): Número de artículos por página (predeterminado: 5).
  • max_pages (int): Número máximo de páginas a obtener (predeterminado: 1).
  • type (str): filtro de tipo de artículo, p. ej., 'push' para artículos importantes (predeterminado: 'push' ).
  • lang (str): Idioma de los artículos ( 'en' para inglés, 'cn' para chino simplificado, 'cht' para chino tradicional; predeterminado: 'en' ).

Ejemplo :

  • Entrada : "Muéstrame un artículo detallado sobre blockchain en inglés desde la primera página con el tipo push".
  • Producción :
    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

Licencia

Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP que ofrece noticias sobre blockchain y artículos detallados de BlockBeats para agentes de IA.

  1. Características
    1. Instalación
      1. Uso
        1. get_latest_news
        2. get_latest_articles
      2. Licencia

        Related MCP Servers

        • A
          security
          F
          license
          A
          quality
          An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
          Last updated -
          3
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A specialized MCP server that enables AI agents to interact with Reddit, including reading posts, creating content, and managing subreddit configurations.
          Last updated -
          31
          5
          JavaScript
        • A
          security
          A
          license
          A
          quality
          An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
          Last updated -
          20
          141
          Python
          GPL 3.0
          • Apple
          • Linux
        • -
          security
          A
          license
          -
          quality
          An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
          Last updated -
          3
          Python
          MIT License

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/blockbeats-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server