A
securityA
licenseA
qualityProvide the latest cryptocurrency news to AI agents.
Last updated -
1
40
Python
MIT License
AI 에이전트에게 암호화폐 감정 분석을 제공하는 MCP 서버로, Santiment의 집계된 소셜 미디어 및 뉴스 데이터를 활용하여 시장 분위기를 추적하고 새로운 추세를 감지합니다.
도구 이름 | 설명 | 매개변수 |
---|---|---|
get_sentiment_balance | 특정 기간 동안 자산에 대한 평균적인 감정 균형을 파악합니다. | asset: str , days: int = 7 |
get_social_volume | 자산에 대한 소셜 미디어 언급의 총 수를 가져옵니다. | asset: str , days: int = 7 |
alert_social_shift | 이전 평균과 비교했을 때 소셜 볼륨의 상당한 급증이나 감소를 감지합니다. | asset: str , threshold: float = 50.0 , days: int = 7 |
get_trending_words | 특정 기간 동안 점수별로 순위를 매겨 암호화폐 토론에서 가장 인기 있는 단어를 검색합니다. | days: int = 7 , top_n: int = 5 |
get_social_dominance | 자산이 주도하는 암호화폐 미디어 토론의 비율을 측정합니다. | asset: str , days: int = 7 |
다음은 MCP 호환 클라이언트를 통해 서버와 상호 작용할 때 자연어 입력과 해당 출력의 예입니다.
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AI 에이전트에게 암호화폐 감정 분석을 제공하는 MCP 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/crypto-sentiment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server