Retrieves the current Crypto Fear & Greed Index value and classification
Fetches historical Crypto Fear & Greed Index data for a specified number of days
Analyzes the trend of the Crypto Fear & Greed Index over a specified number of days, providing statistics like average value and trend direction
The Crypto Fear & Greed Index MCP provides access to real-time and historical market sentiment data for cryptocurrencies, powered by Alternative.me. This tool helps users understand market psychology by quantifying sentiment on a scale from "Extreme Fear" to "Extreme Greed". With this MCP, you can retrieve the current index value, historical data, and perform trend analysis to gain insights into market sentiment shifts over time. The data can be valuable for cryptocurrency investors and analysts looking to incorporate sentiment analysis into their decision-making process.
The Crypto Fear & Greed Index MCP Server provides access to cryptocurrency market sentiment data through the Alternative.me Fear & Greed Index API. This index measures market sentiment on a scale from 0 (Extreme Fear) to 100 (Extreme Greed), helping users understand the psychological state of the market.
The easiest way to install the Crypto Fear & Greed Index MCP is through Smithery:
npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claude
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcp
mcp install main.py --name "CryptoFearGreed"
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "uv",
"args": [
"--directory", "/your/path/to/crypto-feargreed-mcp",
"run",
"main.py"
]
}
}
Once installed, you can interact with the Crypto Fear & Greed Index MCP by asking questions like:
The MCP will automatically call the appropriate tools and provide responses with the requested data.
The MCP provides the following resources:
fng://current
- Returns the current Fear & Greed Index value and classificationfng://history/{days}
- Returns historical index values for the specified number of daysThe Fear & Greed Index ranges from 0 to 100:
When the index shows "Extreme Fear," it suggests investors are overly worried, which might represent a buying opportunity. Conversely, "Extreme Greed" could mean the market is due for a correction.