Crypto Sentiment MCP Server
Santiment social and market data integration for AI-driven crypto analysis.
Data last scanned today · Reviewed today
Overview
This MCP server enables AI agents to query Santiment's aggregated data, providing insights into cryptocurrency market moods and media trends. Users can retrieve sentiment balances, social volume metrics, and dominance statistics to evaluate asset performance based on external discourse. Beyond basic metrics, the server includes tools to identify trending terms and detect significant shifts in social volume. By requiring a Santiment API key, it allows developers to integrate real-time market sentiment data directly into their AI-driven analysis workflows.
Our verdict
This server carries a high risk level with a security score of 18/100. It is a community-maintained project that has not been editorially reviewed, and its last commit was over 500 days ago. Due to the lack of recent updates and the unknown status of its authentication and read-only implementations, it should be used with caution and primarily in isolated development environments rather than mission-critical applications.
- Zero direct dependencies reduces supply chain surface
- Comprehensive documentation for all sentiment tools
- Open source project under MIT license
- High risk due to long-term inactivity
- Not verified by official vendor
- Security implementation details remain unreviewed
Tools
| Tool | Description | Risk |
|---|---|---|
| get_sentiment_balance | Get the average sentiment balance for an asset over a specified period. | low |
| get_social_volume | Fetch the total number of social media mentions for an asset. | low |
| alert_social_shift | Detect significant spikes or drops in social volume compared to the previous average. | low |
| get_trending_words | Retrieve the top trending words in crypto discussions, ranked by score over a period. | low |
| get_social_dominance | Measure the percentage of crypto media discussions dominated by an asset. | low |
Compatibility
| Client | Local | Docker | Remote | Read-only |
|---|---|---|---|---|
| Claude Desktop | ||||
| Cursor | ||||
| VS Code | ||||
| Windsurf | ||||
| ChatGPT |
Frequently asked questions
›What are the system requirements for running this server?
You must have Python 3.10 or higher installed on your system.
›Is an API key required to use this service?
Yes, you need a Santiment API key, which can be obtained through a free or paid plan on the Santiment platform.
›How do I provide my API key to the server?
You must include the SANTIMENT_API_KEY as an environment variable within your MCP client configuration.
›Can I adjust the timeframes for data retrieval?
Yes, the tools support a configurable 'days' parameter to specify the period for sentiment, social volume, and trend analysis.
Alternatives
Badge
Maintain this server? Add the live badge to your README.