# crypto-feargreed-mcp

> MCP Server

This repository provides a MCP server for real-time and historical Crypto Fear & Greed Index data from Alternative.me. It offers resources, tools, and trend analysis for integration into MCP clients.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 52
- **Forks:** 1
- **Owner:** kukapay
- **GitHub:** https://github.com/kukapay/crypto-feargreed-mcp
- **Created:** 2025-03-15T11:46:17+00:00
- **Updated:** 2025-03-28T19:14:23+00:00
- **Source:** https://model-context-protocol.com/servers/crypto-fear-greed-index-realtime-historical

## Setup

## Setup

Clone the repository:

```bash
git clone https://github.com/kukapay/crypto-feargreed-mcp.git
cd crypto-feargreed-mcp
```

Install 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" 
    ]
  }
}
```

## Tools

## Available Tools

1. Current Index (Retrieve the latest Fear & Greed Index value and classification).
2. Historical Data (Fetch historical index values for a specified number of days).
3. Trend Analysis (Analyze trends over time with statistics like average value and trend direction).
4. Tool-Only Support (Includes tool versions of all resources for compatibility with tool-only MCP clients).
5. Prompt Generation (Provides a prompt template for interpreting index values).
