Model Context Protocol (MCP) server for cryptocurrency social sentiment analysis and community metrics. This MCP provides comprehensive tools for analyzing social media sentiment, community engagement, and market sentiment across various platforms and blockchain projects.
- Transport: HTTP (Remote only)
- URL:
https://mcp.hiveintelligence.xyz/hive_social_sentiment/mcp - Protocol: Model Context Protocol (MCP)
- Social media sentiment analysis
- Community growth tracking
- Influencer activity monitoring
- Trending topics and hashtags
- Project mention tracking
- Sentiment score calculations
- Community engagement metrics
- Social volume analysis
- FUD and FOMO detection
- Whale alert integration
- News sentiment aggregation
- Cross-platform analytics
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"hive-social-sentiment": {
"url": "https://mcp.hiveintelligence.xyz/hive_social_sentiment/mcp",
"transport": "http"
}
}
}import { Client } from '@modelcontextprotocol/sdk';
const client = new Client({
name: 'social-sentiment-client',
version: '1.0.0'
});
await client.connect({
url: 'https://mcp.hiveintelligence.xyz/hive_social_sentiment/mcp',
transport: 'http'
});Analyze sentiment for specific tokens or projects
{
"tool": "analyze_sentiment",
"params": {
"tokens": ["BTC", "ETH", "SOL"],
"timeframe": "24h",
"platforms": ["twitter", "reddit", "telegram"]
}
}Monitor community growth metrics
{
"tool": "track_community_growth",
"params": {
"project": "ethereum",
"metrics": ["followers", "active_users", "engagement_rate"],
"period": "30d"
}
}Track influencer activity and impact
{
"tool": "monitor_influencers",
"params": {
"category": "crypto",
"min_followers": 10000,
"sentiment_filter": "bullish"
}
}Identify trending topics and narratives
{
"tool": "detect_trends",
"params": {
"timeframe": "6h",
"min_mentions": 100,
"categories": ["defi", "nft", "layer2"]
}
}Measure FUD and FOMO levels
{
"tool": "measure_fud_fomo",
"params": {
"tokens": ["BTC", "ETH"],
"sensitivity": "high",
"include_metrics": true
}
}social sentiment, sentiment analysis, community metrics, social media analytics, crypto sentiment, community growth, influencer tracking, trending topics, social volume, engagement metrics, FUD detection, FOMO analysis, market sentiment, social signals, community analytics, Twitter sentiment, Reddit analysis, Telegram monitoring, Discord metrics, MCP, Model Context Protocol, Web3 social, HTTP MCP server, remote MCP, Hive Intelligence, crypto social media, sentiment scoring, narrative tracking
MIT
For issues and feature requests, please open an issue on GitHub.
Part of the Hive Intelligence suite of blockchain analytics MCP servers.