coindesk mcp

Local 2025-09-01 00:08:19 0

The MCP server that can read recent news from Coindesk.


TODO

Usage

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/narumiruna/crypto-news-mcp",
        "cryptonewsmcp"
      ]
    }
  }
}

Components

Tools

  • recent_news
  • Retrieve recent news articles from Coindesk RSS feed
  • Returns a list of articles with title, link, and description
  • read_news
  • Read the news article from url
  • Input:
    • url: URL of the Coindesk article
  • Returns the article title, author, and content