A
securityA
licenseA
qualityProvide the latest cryptocurrency news to AI agents.
Last updated -
1
40
Python
MIT License
MCP 服务器向 AI 代理提供加密货币情绪分析,利用 Santiment 的聚合社交媒体和新闻数据来跟踪市场情绪并检测新兴趋势。
工具名称 | 描述 | 参数 |
---|---|---|
get_sentiment_balance | 获取指定时期内资产的平均情绪平衡。 | asset: str , days: int = 7 |
get_social_volume | 获取某项资产在社交媒体上被提及的总次数。 | asset: str , days: int = 7 |
alert_social_shift | 与之前的平均值相比,检测社交量的明显峰值或下降。 | asset: str , threshold: float = 50.0 , days: int = 7 |
get_trending_words | 检索加密讨论中最热门的词汇,按一段时间内的得分进行排名。 | days: int = 7 , top_n: int = 5 |
get_social_dominance | 衡量某种资产在加密媒体讨论中所占的百分比。 | asset: str , days: int = 7 |
以下是通过 MCP 兼容客户端与服务器交互时自然语言输入及其相应输出的示例:
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
向 AI 代理提供加密货币情绪分析的 MCP 服务器。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/crypto-sentiment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server