🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

crypto-bytes-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-bytes-mcp-server

Crypto Bytes is a Model Context Protocol server that delivers curated crypto news.

pipPyPI
Version
0.1.1
Weekly downloads
50
Maintainers
1

mcp-name: io.github.mickymultani/crypto-bytes

Crypto Bytes MCP Server

Crypto Bytes is a Model Context Protocol (MCP) server that provides real-time cryptocurrency news.
It fetches articles from leading crypto news aggregators and makes them available to any MCP-compatible client.

Features

  • Fetch the latest breaking news in the crypto ecosystem
  • Filter by time period:
    • breaking – most recent articles
    • 24hrs – last 24 hours
    • 1week – last 7 days
    • all_time – latest articles with no time filter
  • Target by cryptocurrency symbol (e.g., BTC, ETH) or get general blockchain updates
  • Quick summary tool whats_happening for fast daily updates

Installation

Install from PyPI:

pip install crypto-bytes-server

Tools:
fetch_crypto_news

Fetch up to 10 news articles for a given cryptocurrency and time period.

Arguments:

cryptocurrency (optional) – symbol like BTC, ETH, SOL

time_period (optional) – breaking | 24hrs | 1week | all_time (default: 24hrs)

whats_happening

Shortcut for “What’s happening in crypto right now?”
Fetches a summary of breaking crypto news from the last 24 hours.


License

MIT License © 2025 Micky Multani

Keywords

crypto

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts