kcw00/cypto-mcp-server
If you are the rightful owner of cypto-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Crypto MCP Server is designed to analyze YouTube videos about cryptocurrencies, providing insights on public sentiment, engagement, and trends.
📊 Crypto MCP Server
This project is a custom MCP (Model-Context-Protocol) Server built to analyze recent YouTube videos about cryptocurrencies using Youtube API and provide structured insights on public sentiment, engagement, and trends.
🔧 Features
- Pulls recent YouTube videos for any given crypto symbol (e.g., BTC, ETH, XRP)
- Filters to show only:
- Videos published in the last 2 weeks
- English supported content (
defaultAudioLanguage
) - Long-form videos (5+ minutes)
- Sorts videos by highest view count
- Returns results in clean Markdown format
- Easily pluggable into Claude or Cursor using
FastMCP
📦 Requirements
- Python 3.10+
- httpx
- python-dotenv
To install dependencies, copy and paste the command below in your virtual environment
pip install httpx python-dotenv
🔑 .env File
Create a .env
file with your YouTube Data API v3 key:
YOUTUBE_API_KEY=your_api_key_here
Get your key from: https://console.cloud.google.com/apis/library/youtube.googleapis.com