Skip to main content
Glama
narumiruna

coindesk-mcp

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"
      ]
    }
  }
}

Related MCP server: cointelegraph-mcp

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

Install Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/narumiruna/coindesk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server