Skip to main content
Glama
VENTURE-AI-LABS

CryptoDataAPI MCP Server

get_fear_greed

Retrieve the Crypto Fear & Greed Index to assess market sentiment, identify potential buying opportunities during extreme fear, and detect overheated markets during extreme greed.

Instructions

Get the Crypto Fear & Greed Index — a multi-source averaged sentiment score from 0 (Extreme Fear) to 100 (Extreme Greed). Classifications: Extreme Fear (0-25), Fear (26-40), Neutral (41-60), Greed (61-75), Extreme Greed (76-100). Includes per-source breakdown. Extreme Fear often signals buying opportunities; Extreme Greed often signals overheated markets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for get_fear_greed tool.
    export async function handler(_args: z.infer<typeof schema>) {
      return apiGet("/api/v1/sentiment/fear-greed");
    }
  • The schema definition for get_fear_greed tool.
    export const schema = z.object({});
  • The registration name for get_fear_greed tool.
    export const name = "get_fear_greed";

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VENTURE-AI-LABS/cryptodataapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server