A Model Context Protocol server providing real-time and historical Crypto Fear & Greed Index data from Alternative.me, featuring current values, historical trends, and analysis tools for cryptocurrency market sentiment.
Retrieve the latest Fear & Greed Index value and classification.
Fetch historical index values for a specified number of days.
Analyze trends over time with statistics like average value and trend direction.
{
"mcpServers": {
"crypto-feargreed-mcp": {
"command": "uv",
"args": [
"--directory", "/your/path/to/crypto-feargreed-mcp",
"run",
"main.py"
]
}
}
}