blockbeats-mcp
BlockBeats MCP-Server
Ein MCP-Server, der Blockchain-Neuigkeiten und ausführliche Artikel von BlockBeats für KI-Agenten bereitstellt.
Merkmale
Schneller Nachrichtenabruf : Rufen Sie mit dem Tool
get_latest_newsdie neuesten Blockchain-Schnellnachrichtenartikel ab.Ausführliche Artikel : Greifen Sie mit dem Tool
get_latest_articlesauf ausführliche Blockchain-Artikel zu.Mehrsprachige Unterstützung : Unterstützt Englisch (
en), vereinfachtes Chinesisch (cn) und traditionelles Chinesisch (cht).
Related MCP server: Armor Crypto MCP
Installation
Installation über Smithery
So installieren Sie BlockBeats News für Claude Desktop automatisch über Smithery :
npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claudeManuelle Installation
Klonen Sie das Repository :
git clone https://github.com/kukapay/blockbeats-mcp.git cd blockbeats-mcpAbhängigkeiten installieren :
pip install mcp[cli] httpxFühren Sie den Server aus :
Für den Entwicklungsmodus (Hot Reload aktiviert):
mcp dev main.pyFür den Produktionseinsatz mit Claude Desktop:
mcp install main.py --name "BlockBeats News"
Verwendung
Der Server bietet zwei Haupttools:
get_latest_news
Ruft die neuesten Blockchain-Schnellnachrichtenartikel vom open-api/open-flash -Endpunkt von BlockBeats ab.
Parameter :
size(int): Anzahl der Artikel pro Seite (Standard: 5).max_pages(int): Maximale Anzahl der abzurufenden Seiten (Standard: 1).type(str): Nachrichtentypfilter, z. B.'push'für wichtige Nachrichten (Standard:'push').lang(str): Sprache der Nachrichten ('en'für Englisch,'cn'für vereinfachtes Chinesisch,'cht'für traditionelles Chinesisch; Standard:'en').
Beispiel :
Eingabe : „Holen Sie mir die beiden neuesten Blockchain-Nachrichtenartikel auf Englisch auf einer Seite.“
Ausgabe :
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
Ruft ausführliche Blockchain-Artikel vom open-api/open-information -Endpunkt von BlockBeats ab.
Parameter :
size(int): Anzahl der Artikel pro Seite (Standard: 5).max_pages(int): Maximale Anzahl der abzurufenden Seiten (Standard: 1).type(str): Artikeltypfilter, zB'push'für wichtige Artikel (Standard:'push').lang(str): Sprache der Artikel ('en'für Englisch,'cn'für vereinfachtes Chinesisch,'cht'für traditionelles Chinesisch; Standard:'en').
Beispiel :
Eingabe : „Zeigen Sie mir einen ausführlichen Blockchain-Artikel auf Englisch von der ersten Seite mit Push-Typ.“
Ausgabe :
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
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei LICENSE .
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT

Armor Crypto MCPofficial
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37178GPL 3.0- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.16MIT
- AlicenseAqualityFmaintenanceAn MCP server that tracks real-time data for major crypto-related stocks to help AI agents analyze blockchain investment opportunities.33MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
An MCP server that integrates with Discord to provide AI-powered features.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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