crypto-feargreed-mcp
加密货币恐惧与贪婪指数 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: Fearfng://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): 45Related MCP server: crypto-news-mcp
安装
克隆存储库:
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文件。
致谢
使用MCP Python SDK构建。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.16MIT

Desk3 MCP Serverofficial
AlicenseBqualityDmaintenanceCryptocurrency MCP Server! Free! This powerful tool is designed for blockchain enthusiasts, providing comprehensive, real-time cryptocurrency information at your fingertips. Whether you're an experienced trader or just starting your journey into the crypto world.163MIT- AlicenseNot gradedqualityAmaintenanceMCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.1221Apache 2.0
Related MCP Connectors
A MCP server for the Frankfurter API for currency exchange rates.
Crypto Feeds MCP.
An MCP server giving access to Grafana dashboards, data and more.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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