Skip to main content
Glama
kukapay

crypto-feargreed-mcp

by kukapay

Krypto-Angst- und Gierindex MCP-Server

Ein MCP-Server, der Echtzeit- und historische Crypto Fear & Greed Index-Daten bereitstellt, betrieben von Alternative.me.

Dieser Server stellt Ressourcen und Tools zum Abrufen und Analysieren des Fear & Greed Index bereit und erleichtert die Integration in MCP-kompatible Clients, einschließlich Claude Desktop.

GitHubLetzter GitHub-CommitPython

Merkmale

  • Aktueller Index : Rufen Sie den neuesten Wert und die Klassifizierung des Fear & Greed Index ab.

  • Historische Daten : Rufen Sie historische Indexwerte für eine angegebene Anzahl von Tagen ab.

  • Trendanalyse : Analysieren Sie Trends im Zeitverlauf mit Statistiken wie Durchschnittswert und Trendrichtung.

  • Nur-Tool-Support : Enthält Tool-Versionen aller Ressourcen für die Kompatibilität mit Nur-Tool-MCP-Clients.

  • Eingabeaufforderungsgenerierung : Bietet eine Eingabeaufforderungsvorlage zum Interpretieren von Indexwerten.

Ressourcen

  • fng://current . Aktueller Krypto-Angst- und Gierindex. Ausgabe:

Crypto Fear & Greed Index (as of 2025-03-15 00:00:00 UTC):
Value: 45
Classification: Fear
  • fng://history/{days} . Historische Daten des Crypto Fear & Greed Index.Ausgabe:

Historical Crypto Fear & Greed Index:
2025-03-15 00:00:00 UTC: 45 (Fear)
2025-03-14 00:00:00 UTC: 48 (Fear)
...

Werkzeuge

  • get_current_fng_tool() -> str .

Aktueller Index. Dasselbe wie fng://current

  • get_historical_fng_tool(days: int) -> str .

Historische Indexdaten. Dasselbe wie fng://history/{days}

  • analyze_fng_trend(days: int) -> str .

Indextrendanalyse. Ausgabe:

Fear & Greed Index Analysis (30 days):
Latest Value: 45 (Fear) at 2025-03-15 00:00:00 UTC
Average Value: 47.3
Trend: falling
Data points analyzed: 30

Eingabeaufforderungen

  • interpret_fng

Interpretation der Indexdaten.

Ausgabe:

Please interpret this Crypto Fear & Greed Index value and explain what it means for cryptocurrency markets (specifically Bitcoin): 45

Related MCP server: crypto-news-mcp

Installation

Installation über Smithery

So installieren Sie Crypto Fear & Greed Index für Claude Desktop automatisch über Smithery :

npx -y @smithery/cli install @kukapay/crypto-feargreed-mcp --client claude

Klonen Sie das Repository:

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

Für Claude Desktop installieren

mcp install main.py --name "CryptoFearGreed"

Aktivieren Sie es dann in Ihrer Claude Desktop-Konfiguration.

Für andere Clients fügen Sie Ihrer Konfigurationsdatei einen Servereintrag hinzu:

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

Beispiele

Fragen Sie nach der Installation:

  • „Wie hoch ist der aktuelle Crypto Fear & Greed Index?“

  • „Zeigen Sie mir den Trend des Crypto Fear & Greed Index der letzten 30 Tage.“

Claude ruft automatisch die entsprechenden Tools auf und gibt Antworten.

Lizenz

Dieses Projekt ist unter der MIT-Lizenz lizenziert. Weitere Informationen finden Sie in der Datei LICENSE .

Danksagung

A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/kukapay/crypto-feargreed-mcp'

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