Skip to main content
Glama
kukapay

crypto-feargreed-mcp

by kukapay

암호화폐 공포 및 탐욕 지수 MCP 서버

Alternative.me가 제공하는 실시간 및 과거 Crypto Fear & Greed Index 데이터를 제공하는 MCP 서버입니다.

이 서버는 Fear & Greed Index를 가져오고 분석하기 위한 리소스와 도구를 제공하므로 Claude Desktop을 포함한 MCP 호환 클라이언트와 쉽게 통합할 수 있습니다.

깃허브GitHub 마지막 커밋파이썬

특징

  • 현재 지수 : 최신 두려움 및 탐욕 지수 값과 분류를 검색합니다.

  • 과거 데이터 : 지정된 일수에 대한 과거 인덱스 값을 가져옵니다.

  • 추세 분석 : 평균값과 추세 방향과 같은 통계를 사용하여 시간 경과에 따른 추세를 분석합니다.

  • 도구 전용 지원 : 도구 전용 MCP 클라이언트와의 호환성을 위해 모든 리소스의 도구 버전이 포함되어 있습니다.

  • 프롬프트 생성 : 인덱스 값을 해석하기 위한 프롬프트 템플릿을 제공합니다.

자원

  • fng://current . 현재 암호화폐 공포 및 탐욕 지수. 출력:

지엑스피1

  • fng://history/{days} . 암호화폐 공포 및 탐욕 지수의 과거 데이터. 출력:

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

도구

  • get_current_fng_tool() -> str .

현재 인덱스. fng://current 와 동일

  • get_historical_fng_tool(days: int) -> str .

과거 지수 데이터. fng://history/{days} 와 동일

  • analyze_fng_trend(days: int) -> str .

지수 추세 분석. 출력:

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

프롬프트

  • interpret_fng

지수 데이터 해석.

산출:

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

설치

저장소를 복제합니다.

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

Claude Desktop 설치

mcp install main.py --name "CryptoFearGreed"

그런 다음 Claude Desktop 구성에서 해당 기능을 활성화하세요.

다른 클라이언트의 경우 구성 파일에 서버 항목을 추가하세요.

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

예시

설치 후 다음 사항을 질문하세요.

  • "현재 암호화폐 공포·탐욕 지수는 어떻습니까?"

  • "지난 30일간의 암호화폐 공포·탐욕 지수 추세를 보여주세요."

클로드는 자동으로 적절한 도구를 호출하고 응답을 제공합니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

감사의 말

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