Retrieves BlockBeats blockchain news and in-depth articles in English, Simplified Chinese, or Traditional Chinese.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Blockbeats MCP.
The kukapay/blockbeats-mcp MCP server exposes BlockBeats content to MCP-compatible AI clients. It separates short-form blockchain updates from longer, in-depth reporting through two tools: get_latest_news and get_latest_articles.
News results can include an ID, title, content, link, and creation timestamp. Article results provide a title, description, content, link, and creation timestamp. The returned content may contain HTML markup, links, quotations, or image elements because the source content is delivered in article form.
Supported language values are English (en), Simplified Chinese (cn), and Traditional Chinese (cht).
get_latest_news reads from BlockBeatsβ open-api/open-flash endpoint. get_latest_articles reads from the open-api/open-information endpoint. Both tools accept the same main controls:
size: number of items requested per page; the default is 5.max_pages: maximum number of pages to fetch; the default is 1.type: content-type filter, with push shown as the default and as an example for important content.lang: language selector, defaulting to en.An agent can therefore request a small current result set or increase the page limit when it needs more content. The server does not describe search, keyword filtering, summarization, or historical archive controls beyond these parameters.
The project targets Python 3.10 or later. Manual setup consists of cloning the repository, changing into its directory, and installing the mcp[cli] and httpx dependencies with pip. The README shows mcp dev main.py for development with hot reload and mcp install main.py --name "BlockBeats News" for configuring production use with Claude Desktop.
The project also documents installation through Smithery for Claude Desktop. That route uses the Smithery CLI and is separate from the repositoryβs manual setup. No environment variables or API key configuration are documented in the provided material.
type parameter.The kukapay/blockbeats-mcp MCP server is a content retrieval layer for BlockBeats. Its documented scope is limited to the two retrieval tools; the README does not claim market-data queries, trading actions, alerts, article search, or AI-generated annotations.
Results can contain HTML rather than plain text, particularly for article bodies. Consumers that display or process the content may need to handle markup. The examples use the push type and one page by default, so clients that need broader retrieval should explicitly set max_pages and verify the resulting volume.
The README identifies the project as MIT licensed and marks Python 3.10+ as the supported Python baseline.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kukapay-blockbeats-mcp)<a href="https://allmcps.com/mcp/kukapay-blockbeats-mcp"><img src="https://allmcps.com/api/badge/kukapay-blockbeats-mcp?style=directory" alt="Blockbeats MCP on AllMCPs" /></a>