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

What kukapay crypto news mcp gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.