Loading...
npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claudeget_current_fng_tool()Retrieves the current Crypto Fear & Greed Index value and its classification.
Read-only operation; no side effects.
get_historical_fng_tool(days: int)Fetches historical Crypto Fear & Greed Index data for a specified number of days.
Read-only operation; no side effects.
analyze_fng_trend(days: int)Analyzes the trend of the Crypto Fear & Greed Index over a specified period.
Read-only operation; performs calculations on existing data.
This MCP server is generally safe due to its read-only nature and lack of sensitive operations. However, reliance on an external API introduces a dependency risk. It is safe to use for informational purposes but should not be used in critical decision-making without verifying the data source.