Database · MODEL CONTEXT PROTOCOL

kukapay blockbeats mcp

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

WHAT IT CONNECTS

kukapay blockbeats mcp 为 AI Agent 提供什么

  • **Fast News Retrieval**: Fetch the latest blockchain fast news articles using the `get_latest_news` tool.
  • **In-Depth Articles**: Access detailed blockchain articles with the `get_latest_articles` tool.
  • **Multi-Language Support**: Supports English (`en`), Simplified Chinese (`cn`), and Traditional Chinese (`cht`).
  • **Clone the Repository**:
  • **Install Dependencies**:
  • **Run the Server**:
  • For development mode (hot reload enabled):
  • For production use with Claude Desktop:
  • `size` (int): Number of articles per page (default: 5).
  • `max_pages` (int): Maximum number of pages to fetch (default: 1).
  • `type` (str): News type filter, e.g., `'push'` for important news (default: `'push'`).
  • `lang` (str): Language of the news (`'en'` for English, `'cn'` for Simplified Chinese, `'cht'` for Traditional Chinese; default: `'en'`).
  • **Input**: "Get me the 2 latest blockchain news articles in English from one page."
  • **Output**:
  • `size` (int): Number of articles per page (default: 5).
  • `max_pages` (int): Maximum number of pages to fetch (default: 1).
  • `type` (str): Article type filter, e.g., `'push'` for important articles (default: `'push'`).
  • `lang` (str): Language of the articles (`'en'` for English, `'cn'` for Simplified Chinese, `'cht'` for Traditional Chinese; default: `'en'`).
  • **Input**: "Show me one in-depth blockchain article in English from the first page with push type."
  • **Output**:

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。