logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

crypto-news-mcp

Retrieve and read the latest cryptocurrency news articles from Coindesk and Decrypt. Access real-time news feeds and detailed articles through their URLs.

Author

crypto-news-mcp logo

narumiruna

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

cryptocryptocurrencycoindeskcrypto newscryptocurrency newsnarumiruna crypto

Crypto News MCP Server

Usage

From Docker

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "narumi/crypto-news-mcp"]
    }
  }
}

From PyPI

{
  "mcpServers": {
    "cryptonewsmcp": {
      "command": "uvx",
      "args": ["cryptonewsmcp"]
    }
  }
}

From GitHub

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

Components

Tools

  • recent_news
  • Fetches latest crypto news from specified site
  • Input:
    • site: Source site ("coindesk" or "decrypt")
  • Returns formatted list of news entries with titles, links, dates and summaries
  • read_news
  • Fetches article HTML from URL and converts it to Markdown
  • Input:
    • url: Article URL to retrieve
  • Returns Markdown-formatted article content

See Also

`