✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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

Featured Templates

View More
AI Image Generation
Image Generation with Stable Diffusion
117 1204
AI Assistants
Image to text with Claude 3
155 1658
Customer service
AI-Powered Product List Manager
159 1159
AI Agents
AI Video Generator
258 2301
AI Engineering
Python Bug Fixer
122 1766

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.