Back to MCP Catalog

Crypto Fear & Greed Index MCP Server

Finance & FintechPython
Access real-time and historical cryptocurrency market sentiment data
Available Tools

get_current_fng_tool

Retrieves the current Crypto Fear & Greed Index value and classification

get_historical_fng_tool

Fetches historical Crypto Fear & Greed Index data for a specified number of days

days

analyze_fng_trend

Analyzes the trend of the Crypto Fear & Greed Index over a specified number of days, providing statistics like average value and trend direction

days

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.

Overview

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.

Installation

Via Smithery (Recommended)

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

Manual Installation

  1. Clone the repository:
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcp
  1. For Claude Desktop, install using:
mcp install main.py --name "CryptoFearGreed"
  1. For other MCP-compatible 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"
    ]
  }
}

Using the MCP

Once installed, you can interact with the Crypto Fear & Greed Index MCP by asking questions like:

  • "What's the current Crypto Fear & Greed Index?"
  • "Show me the Crypto Fear & Greed Index trend for the last 30 days."
  • "Analyze the crypto market sentiment for the past week."

The MCP will automatically call the appropriate tools and provide responses with the requested data.

Available Resources

The MCP provides the following resources:

  • fng://current - Returns the current Fear & Greed Index value and classification
  • fng://history/{days} - Returns historical index values for the specified number of days

Understanding the Index

The Fear & Greed Index ranges from 0 to 100:

  • 0-24: Extreme Fear
  • 25-49: Fear
  • 50-74: Greed
  • 75-100: Extreme Greed

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.

Related MCPs

TastyTrade Portfolio Manager
Finance & FintechPython

Manage your TastyTrade brokerage account through Claude

Investor Agent
Finance & FintechPython

Financial analysis and investment insights for LLMs

Bankless Onchain
Finance & FintechTypeScript

Access and interact with blockchain data through the Bankless API

About Model Context Protocol

Model Context Protocol (MCP) allows AI models to access external tools and services, extending their capabilities beyond their training data.

Generate Cursor Documentation

Save time on coding by generating custom documentation and prompts for Cursor IDE.