Crypto Sentiment MCP Server delivers cryptocurrency sentiment analysis to AI agents by leveraging Santiment's aggregated social media and news data. Developed by kukapay, this server exposes five key tools that enable agents to retrieve sentiment balance for specific cryptocurrencies, monitor social media mentions, detect significant volume shifts, identify trending discussion topics, and measure an asset's dominance in crypto conversations. The implementation uses FastMCP and the Santiment API to fetch and process time-series data, making it particularly valuable for traders, analysts, and researchers who need real-time insights into market mood and emerging trends without leaving their AI assistant interface.
Get the average sentiment balance for an asset over a specified period. Parameters: asset (string), days (integer, default is 7)
Fetch the total number of social media mentions for an asset. Parameters: asset (string), days (integer, default is 7)
Detect significant spikes or drops in social volume compared to the previous average. Parameters: asset (string), threshold (float, default is 50.0), days (integer, default is 7)
Retrieve the top trending words in crypto discussions, ranked by score over a period. Parameters: days (integer, default is 7), top_n (integer, default is 5)
Measure the percentage of crypto media discussions dominated by an asset. Parameters: asset (string), days (integer, default is 7)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!