crypto-feargreed-mcp

by kukapay
Verified

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.

Integrations

  • Offers cryptocurrency market sentiment analysis through the Fear & Greed Index, providing tools for interpreting market conditions specifically for Bitcoin trading and investment decisions.

  • Enables installation and distribution of the Crypto Fear & Greed Index MCP server through GitHub repositories, allowing users to clone and deploy the server from the GitHub platform.

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

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

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

特征

  • 当前指数:检索最新的恐惧与贪婪指数值和分类。
  • 历史数据:获取指定天数的历史指数值。
  • 趋势分析:通过平均值和趋势方向等统计数据分析一段时间内的趋势。
  • 仅工具支持:包括所有资源的工具版本,以与仅工具的 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

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

  1. Features
    1. Resources
    2. Tools
    3. Prompts
  2. Installation
    1. Examples
      1. License
        1. Acknowledgments
          ID: dj54a072bo