Skip to main content
Glama

crypto-feargreed-mcp

加密货币恐惧与贪婪指数 MCP 服务器

由 Alternative.me 提供支持的 mcp 服务器,提供实时和历史加密恐惧与贪婪指数数据。

该服务器公开了用于获取和分析恐惧与贪婪指数的资源和工具,使其易于集成到 MCP 兼容客户端,包括 Claude Desktop。

GitHubGitHub 上次提交Python

特征

  • 当前指数:检索最新的恐惧与贪婪指数值和分类。
  • 历史数据:获取指定天数的历史指数值。
  • 趋势分析:通过平均值和趋势方向等统计数据分析一段时间内的趋势。
  • 仅工具支持:包括所有资源的工具版本,以与仅工具的 MCP 客户端兼容。
  • 提示生成:提供用于解释索引值的提示模板。

资源

  • fng://current 。当前加密货币恐惧与贪婪指数。输出:
Crypto Fear & Greed Index (as of 2025-03-15 00:00:00 UTC): Value: 45 Classification: Fear
  • fng://history/{days} 。加密货币恐惧与贪婪指数的历史数据。输出:
Historical Crypto Fear & Greed Index: 2025-03-15 00:00:00 UTC: 45 (Fear) 2025-03-14 00:00:00 UTC: 48 (Fear) ...

工具

  • get_current_fng_tool() -> str

当前索引。与fng://current相同

  • get_historical_fng_tool(days: int) -> str

历史索引数据。与fng://history/{days}相同

  • analyze_fng_trend(days: int) -> str

指数趋势分析。输出:

Fear & Greed Index Analysis (30 days): Latest Value: 45 (Fear) at 2025-03-15 00:00:00 UTC Average Value: 47.3 Trend: falling Data points analyzed: 30

提示

  • interpret_fng

指数数据解读。

输出:

Please interpret this Crypto Fear & Greed Index value and explain what it means for cryptocurrency markets (specifically Bitcoin): 45

安装

克隆存储库:

git clone https://github.com/kukapay/crypto-feargreed-mcp.git cd crypto-feargreed-mcp

为 Claude Desktop 安装

mcp install main.py --name "CryptoFearGreed"

然后在您的 Claude Desktop 配置中启用它。

对于其他客户端,在配置文件中添加服务器条目:

"mcpServers": { "crypto-feargreed-mcp": { "command": "uv", "args": [ "--directory", "/your/path/to/crypto-feargreed-mcp", "run", "main.py" ] } }

示例

安装完成后询问:

  • “当前的加密货币恐惧与贪婪指数是多少?”
  • “显示过去 30 天的加密货币恐惧与贪婪指数趋势。”

Claude 会自动调用适当的工具并提供响应。

执照

本项目遵循 MIT 许可证。详情请参阅LICENSE文件。

致谢

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

提供实时和历史加密恐惧与贪婪指数数据的 mcp 服务器。

  1. 特征
    1. 资源
    2. 工具
    3. 提示
  2. 安装
    1. 示例
      1. 执照
        1. 致谢

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
            Last updated -
            113
            6
            37
            TypeScript
            AGPL 3.0
          • -
            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
            F
            license
            A
            quality
            An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
            Last updated -
            7
            2
            JavaScript
          • -
            security
            A
            license
            -
            quality
            An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.
            Last updated -
            3
            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-feargreed-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server