MCP.so
Sign In

BlockBeats MCP Server

@kukapay

About BlockBeats MCP Server

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

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

kukapay

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "blockbeats-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@kukapay/blockbeats-mcp",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is BlockBeats MCP Server?

An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. It provides fast retrieval of blockchain-breaking news and detailed analytical articles, supporting English, Simplified Chinese, and Traditional Chinese.

How to use BlockBeats MCP Server?

Install via Smithery (npx -y @smithery/cli install @kukapay/blockbeats-mcp --client claude) or manually by cloning the repo, installing dependencies (pip install mcp[cli] httpx), and running the server. Use the get_latest_news tool for fast news and get_latest_articles tool for in-depth articles, each with parameters for size, pages, type, and language.

Key features of BlockBeats MCP Server

  • Fast retrieval of latest blockchain news articles.
  • Access to in-depth blockchain articles.
  • Support for English, Simplified Chinese, and Traditional Chinese.

Use cases of BlockBeats MCP Server

  • Fetching the latest blockchain fast news for AI agents.
  • Retrieving detailed blockchain articles for research or content generation.
  • Monitoring blockchain news in multiple languages.
  • Automating news aggregation and analysis in AI workflows.

FAQ from BlockBeats MCP Server

What tools does BlockBeats MCP Server provide?

It provides get_latest_news for fast news and get_latest_articles for in-depth articles.

What languages are supported?

English (en), Simplified Chinese (cn), and Traditional Chinese (cht).

How do I install BlockBeats MCP Server manually?

Clone the repo, run pip install mcp[cli] httpx, then use mcp dev main.py for development or mcp install main.py --name "BlockBeats News" for production.

Does BlockBeats MCP Server require an API key?

No API key is required; it fetches from public BlockBeats endpoints.

What are the runtime dependencies?

Python 3.10+ and the mcp and httpx packages.

Comments

More Other MCP servers