crypto-feargreed-mcpServer

kukapay
GitHub
CryptocurrencyMarket AnalysisFinance

Loading subscription status...

💡 Description

A real-time and historical Crypto Fear & Greed Index data provider operated by Alternative.me. This server offers resources and tools for retrieving and analyzing the Fear & Greed Index, facilitating integration into MCP-compatible clients, including Claude Desktop.

📝 JSON Entries

{
  "mcpServers": [
    {
      "crypto-feargreed-mcp": {
        "args": [
          "--directory",
          "/your/path/to/crypto-feargreed-mcp",
          "run",
          "main.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

get_current_fng_tool() -> strget_historical_fng_tool(days: int) -> stranalyze_fng_trend(days: int) -> strinterpret_fng

Features

  • Current Index retrieval
  • Historical data access
  • Trend analysis
  • Tool support for non-tool MCP clients
  • Prompt generation for interpreting index values

💬 Example Queries

  • What is the current Crypto Fear & Greed Index?
  • Show me the trend of the Crypto Fear & Greed Index for the past 30 days.