Cloud · MODEL CONTEXT PROTOCOL

kukapay crypto news mcp

An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.

WHAT IT CONNECTS

kukapay crypto news mcp 为 AI Agent 提供什么

  • **Tool: Latest News Headlines** - Fetch the most recent cryptocurrency news headlines.
  • **Tool: Crypto News Search** - Search for news articles by cryptocurrency or keyword with pagination support using the `nextPage` API feature.
  • **Prompt: News Summary** - Generate a prompt to summarize news for a given cryptocurrency or topic.
  • Python 3.10+
  • A [Newsdata.io API key](https://newsdata.io/register?ref=kukapay)
  • Git (for cloning the repository)
  • **Clone the Repository**:
  • **Install Dependencies**:
  • **Install the server as a plugin for Claude Desktop**:
  • **Tool: `get_latest_news`**
  • **Usage**: Call `get_latest_news()` in an MCP client.
  • **Output**: A string of headlines with publication dates.
  • **Example**:
  • **Tool: `get_crypto_news`**
  • **Parameters**:
  • `query (str)`: The cryptocurrency or keyword (e.g., "bitcoin").
  • `max_pages (int, optional)`: Number of pages to fetch (default: 1).
  • **Usage**: Call `get_crypto_news(query="bitcoin", max_pages=2)`.
  • **Output**: A formatted string with article titles, dates, and descriptions.
  • **Example**:
  • **Prompt: `summarize_news`**
  • **Parameters**:
  • `query (str)`: The cryptocurrency or keyword.
  • **Usage**: Call `summarize_news(query="ethereum")`.
  • **Output**: A prompt string for an LLM to process.
  • **Example**:

SECURITY

MCP 收录不等于安全审核

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