A
securityA
licenseA
qualityProvide the latest cryptocurrency news to AI agents.
Last updated -
1
40
Python
MIT License
Santiment の集約されたソーシャル メディアとニュース データを活用して市場の雰囲気を追跡し、新たなトレンドを検出し、暗号通貨の感情分析を AI エージェントに提供する MCP サーバーです。
ツール名 | 説明 | パラメータ |
---|---|---|
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 ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
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