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 (optional int, default is 7)
Fetch the total number of social media mentions for an asset. Parameters: asset (string), days (optional int, default is 7)
Detect significant spikes or drops in social volume compared to the previous average. Parameters: asset (string), threshold (optional float, default is 50.0), days (optional int, default is 7)
Retrieve the top trending words in crypto discussions, ranked by score over a period. Parameters: days (optional int, default is 7), top_n (optional int, default is 5)
Measure the percentage of crypto media discussions dominated by an asset. Parameters: asset (string), days (optional int, default is 7)