crypto-feargreed-mcp
暗号通貨の恐怖と欲望インデックスMCPサーバー
Alternative.me が提供する、リアルタイムおよび履歴の Crypto Fear & Greed Index データを提供する MCP サーバー。
このサーバーは、Fear & Greed Index を取得および分析するためのリソースとツールを公開し、Claude Desktop などの MCP 互換クライアントに簡単に統合できるようにします。
特徴
現在のインデックス: 最新の恐怖と貪欲のインデックス値と分類を取得します。
履歴データ: 指定された日数の履歴インデックス値を取得します。
傾向分析: 平均値や傾向の方向などの統計を使用して、時間の経過に伴う傾向を分析します。
ツールのみのサポート: ツールのみの 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 fng://currentと同じ
get_historical_fng_tool(days: int) -> str。
履歴インデックスデータ。fng 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-mcpClaudeデスクトップにインストール
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 日間の Crypto Fear & Greed Index のトレンドを表示してください。」
Claude は適切なツールを自動的に呼び出して応答を提供します。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
謝辞
MCP Python SDKを使用して構築されました。
データはAlternative.me Fear & Greed Index APIによって提供されています。
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