kukapay/crypto-sentiment-mcp
Free向 AI 代理提供加密货币情绪分析的 MCP 服务器。
FreeFree tier
About kukapay/crypto-sentiment-mcp
Crypto Sentiment MCP Server is an open-source MCP server that delivers cryptocurrency sentiment analysis to AI agents. It leverages Santiment's aggregated social media and news data to track market mood and detect emerging trends. The server provides tools for retrieving sentiment balance, social volume, social dominance, and trending words, enabling AI agents to monitor and react to crypto market sentiment in real time. It integrates seamlessly with MCP-compatible clients and requires Python 3.10+ and a Santiment API key.
Key Features
Sentiment Analysis: Retrieve sentiment balance (positive vs. negative) for specific cryptocurrencies over a customizable period.
Social Volume Tracking: Monitor total social media mentions and detect significant shifts (spikes or drops) using thresholds.
Social Dominance: Measure the share of discussions an asset occupies in crypto media.
Trending Words: Identify the most popular terms trending in cryptocurrency discussions.
Easy Integration: Compatible with MCP clients via simple configuration with uv command and environment variable for API key.
Pros & Cons
Pros
- Provides a suite of sentiment and social metrics in a single MCP server.
- Open-source and free to use with a Santiment API key (free tier available).
- Easy integration with any MCP-compatible AI client.
- Customizable parameters for days and thresholds.
- Lightweight and simple setup with Python and uv.
Cons
- Requires an external Santiment API key, which may have usage limits or costs for paid tiers.
- Data source limited to Santiment's aggregation; may not cover all social platforms.
- Only outputs text-based responses; no visualizations or dashboards built-in.
- Relies on MCP protocol; not a standalone web service.
Best For
AI agents tracking market mood for Bitcoin, Ethereum, and other cryptocurrencies.Alerting on sudden spikes or drops in social volume to detect emerging trends.Measuring an asset's dominance in crypto media discussions for competitive analysis.Identifying trending topics and keywords in crypto conversations for content generation or trading signals.
FAQ
What data source does this MCP server use?
It uses Santiment's aggregated social media and news data to provide sentiment analysis, social volume, dominance, and trending words.
Do I need an API key to use this server?
Yes, a Santiment API key is required. You can obtain a free or paid key from Santiment.
What parameters can I customize?
You can specify the cryptocurrency asset, the number of days for analysis, and for social shift alerts, a threshold percentage. The trending words tool also accepts a top_n parameter.
Is this server free?
The server itself is open-source and free to use. However, you may need a Santiment API key, which has its own pricing tiers (free and paid).
How do I configure the MCP client to use this server?
Add the server configuration to your MCP client settings, specifying the uv command, the directory path, and the SANTIMENT_API_KEY environment variable.