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
。当前加密货币恐惧与贪婪指数。输出:
fng://history/{days}
。加密货币恐惧与贪婪指数的历史数据。输出:
工具
get_current_fng_tool() -> str
。
当前索引。与fng://current
相同
get_historical_fng_tool(days: int) -> str
。
历史索引数据。与fng://history/{days}
相同
analyze_fng_trend(days: int) -> str
。
指数趋势分析。输出:
提示
interpret_fng
指数数据解读。
输出:
安装
克隆存储库:
为 Claude Desktop 安装
然后在您的 Claude Desktop 配置中启用它。
对于其他客户端,在配置文件中添加服务器条目:
示例
安装完成后询问:
- “当前的加密货币恐惧与贪婪指数是多少?”
- “显示过去 30 天的加密货币恐惧与贪婪指数趋势。”
Claude 会自动调用适当的工具并提供响应。
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
致谢
- 使用MCP Python SDK构建。
- 数据由Alternative.me 恐惧与贪婪指数 API提供。