crypto-feargreed-mcp
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-feargreed-mcpshow me the current Crypto Fear & Greed Index"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Crypto Fear & Greed Index MCP Server
A mcp server that provides real-time and historical Crypto Fear & Greed Index data, powered by the Alternative.me.
This server exposes resources and tools for fetching and analyzing the Fear & Greed Index, making it easy to integrate into MCP-compatible clients, including Claude Desktop.
Features
Current Index: Retrieve the latest Fear & Greed Index value and classification.
Historical Data: Fetch historical index values for a specified number of days.
Trend Analysis: Analyze trends over time with statistics like average value and trend direction.
Tool-Only Support: Includes tool versions of all resources for compatibility with tool-only MCP clients.
Prompt Generation: Provides a prompt template for interpreting index values.
Resources
fng://current. Current crypto Fear & Greed Index. Output:
Crypto Fear & Greed Index (as of 2025-03-15 00:00:00 UTC):
Value: 45
Classification: Fearfng://history/{days}. Historical Data of Crypto Fear & Greed Index.Output:
Historical Crypto Fear & Greed Index:
2025-03-15 00:00:00 UTC: 45 (Fear)
2025-03-14 00:00:00 UTC: 48 (Fear)
...Tools
get_current_fng_tool() -> str.
Current Index. Same as fng://current
get_historical_fng_tool(days: int) -> str.
Historical Index Data. Same as fng://history/{days}
analyze_fng_trend(days: int) -> str.
Index trend Analysis. Output:
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: 30Prompts
interpret_fng
Index Data Interpretation.
Output:
Please interpret this Crypto Fear & Greed Index value and explain what it means for cryptocurrency markets (specifically Bitcoin): 45Related MCP server: crypto-news-mcp
Installation
Installing via Smithery
To install Crypto Fear & Greed Index for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claudeClone the repository:
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcpInstall for Claude Desktop
mcp install main.py --name "CryptoFearGreed"Then enable it in your Claude Desktop configuration.
For other clients, add a server entry to your configuration file:
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "uv",
"args": [
"--directory", "/your/path/to/crypto-feargreed-mcp",
"run",
"main.py"
]
}
}Examples
After installation, ask:
"What's the current Crypto Fear & Greed Index?"
"Show me the Crypto Fear & Greed Index trend for the last 30 days."
Claude will automatically call the appropriate tools and provide responses.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Acknowledgments
Built with MCP Python SDK.
Data provided by 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
- Alicense-qualityDmaintenanceAn 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- Alicense-qualityBmaintenanceMCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.591Apache 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