Back to Apps

Crypto Sentiment MCP
Supports UIby kukapay
Cryptocurrency sentiment analysis for AI agents using Santiment's social and news data.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI agents to Santiment's aggregated social media and news data to track market mood, detect emerging trends, and monitor cryptocurrency sentiment in real-time.
Tools
get_sentiment_balance: Retrieve average sentiment balance (positive vs negative) for an asset.get_social_volume: Fetch total social media mentions for a cryptocurrency.alert_social_shift: Detect significant spikes or drops in social volume relative to averages.get_trending_words: Retrieve top trending words in crypto discussions.get_social_dominance: Measure the percentage of crypto media discussions dominated by a specific asset.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv --directory path/to/crypto-sentiment-mcp run main.pyInformation
- Pricing
- freemium
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"crypto-sentiment-mcp": {
"command": "uv",
"args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"],
"env": {
"SANTIMENT_API_KEY": "your_api_key_here"
}
}
}
}






