Fear Greed MCP

Crypto Fear & Greed Index data for market sentiment tracking. Access current and historical index values to gauge overall market emotion.

yejiming feb8df0 2 files · 1.3 KB Updated

File contents

Fear & Greed MCP

MCP server for Crypto Fear & Greed Index data.

Provides access to the Crypto Fear & Greed Index for market sentiment tracking. Returns current and historical index values (0-100 scale from Extreme Fear to Extreme Greed) to help gauge overall crypto market emotion and identify potential buying or selling opportunities.

Installation

{
  "mcpServers": {
    "fear-greed": {
      "command": "npx",
      "args": ["-y", "fear-greed-mcp"]
    }
  }
}

API

The Fear & Greed Index is available via a free public API:

web_fetch url="https://api.alternative.me/fng/?limit=1"

Historical data (last 30 days):

web_fetch url="https://api.alternative.me/fng/?limit=30"

Features

  • Current Fear & Greed Index value and classification
  • Historical index data (daily granularity)
  • Value classifications: Extreme Fear, Fear, Neutral, Greed, Extreme Greed
  • BTC-weighted sentiment indicator

Links

yejiming/web3-awesome-skills/tree/main/skills/community/analytics/fear-greed-mcp commit feb8df0c17

Frequently asked questions

npx skillmds@latest add yejiming/fear-greed-mcp