MCP.so
登录

BlockBeats MCP Server

@kukapay

关于 BlockBeats MCP Server

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

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

kukapay

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器