Skip to main content
Glama

crypto-sentiment-mcp

加密情绪 MCP 服务器

MCP 服务器向 AI 代理提供加密货币情绪分析,利用 Santiment 的聚合社交媒体和新闻数据来跟踪市场情绪并检测新兴趋势。

GitHub 许可证Python 版本地位

特征

  • 情绪分析:检索特定加密货币的情绪平衡(正面与负面)。
  • 社交量跟踪:监控社交媒体的总体提及量并检测显著的变化(峰值或下降)。
  • 社会主导性:衡量资产在加密媒体中所占讨论份额。
  • 热门词汇:找出加密货币讨论中最流行的词汇。

工具

工具名称描述参数
get_sentiment_balance获取指定时期内资产的平均情绪平衡。asset: strdays: int = 7
get_social_volume获取某项资产在社交媒体上被提及的总次数。asset: strdays: int = 7
alert_social_shift与之前的平均值相比,检测社交量的明显峰值或下降。asset: strthreshold: float = 50.0days: int = 7
get_trending_words检索加密讨论中最热门的词汇,按一段时间内的得分进行排名。days: int = 7top_n: int = 5
get_social_dominance衡量某种资产在加密媒体讨论中所占的百分比。asset: strdays: int = 7

先决条件

  • Python :3.10 或更高版本
  • Santiment API 密钥:从Santiment获取免费或付费密钥。

安装

  1. 克隆存储库
    git clone https://github.com/kukapay/crypto-sentiment-mcp.git cd crypto-sentiment-mcp
  2. 配置客户端
    { "mcpServers": { "crypto-sentiment-mcp": { "command": "uv", "args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"], "env": { "SANTIMENT_API_KEY": "your_api_key_here" } } } }

示例

以下是通过 MCP 兼容客户端与服务器交互时自然语言输入及其相应输出的示例:

  • 输入:“过去一周比特币的情绪平衡是多少?”
    • 输出:“比特币过去 7 天的情绪平衡为 12.5。”
  • 输入:“过去 5 天,社交媒体上提到以太坊多少次?”
    • 输出:“过去 5 天以太坊的社交量被提及 8,432 次。”
  • 输入:“告诉我最近比特币的社交量是否有很大的变化,阈值为30%。”
    • 输出:“比特币的社交量在过去 24 小时内飙升了 75.0%,从平均 1,000 飙升至 1,750。”
  • 输入:“过去三天加密货币领域最热门的三个词是什么?”
    • 输出:“过去 3 天最热门的 3 个词:‘减半’、‘牛市’、‘defi’。”
  • 输入:“本周以太坊在社交媒体讨论中占据主导地位吗?”
    • 输出:“过去 7 天以太坊的社会主导率为 18.7%。”

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 服务器。

  1. 特征
    1. 工具
      1. 先决条件
        1. 安装
          1. 示例
            1. 执照

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
                Last updated -
                64
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
                Last updated -
                20
                141
                Python
                GPL 3.0
                • Apple
                • Linux
              • -
                security
                A
                license
                -
                quality
                An MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.
                Last updated -
                Python
                MIT License

              View all related MCP servers

              MCP directory API

              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