crypto-sentiment-mcp
暗号センチメントMCPサーバー
Santiment の集約されたソーシャル メディアとニュース データを活用して市場の雰囲気を追跡し、新たなトレンドを検出し、暗号通貨の感情分析を AI エージェントに提供する MCP サーバーです。
特徴
感情分析: 特定の暗号通貨に対する感情のバランス (肯定的 vs. 否定的) を取得します。
ソーシャル ボリューム トラッキング: ソーシャル メディアでの言及の総数を監視し、大きな変化 (急増または減少) を検出します。
社会的優位性: 暗号メディアで資産が占める議論のシェアを測定します。
トレンドワード: 暗号通貨の議論でトレンドになっている最も人気のある用語を特定します。
Related MCP server: crypto-news-mcp
ツール
ツール名 | 説明 | パラメータ |
| 指定された期間の資産の平均センチメントバランスを取得します。 |
|
| アセットのソーシャル メディア言及の総数を取得します。 |
|
| 前回の平均と比較して、ソーシャル ボリュームの大幅な増加または減少を検出します。 |
|
| 一定期間のスコア順にランク付けされた、暗号通貨に関する議論における上位のトレンドワードを取得します。 |
|
| 暗号通貨メディアの議論のうち、資産が占める割合を測定します。 |
|
前提条件
Python : 3.10以上
Santiment API キー: Santimentから無料または有料のキーを取得します。
インストール
リポジトリのクローンを作成します:
git clone https://github.com/kukapay/crypto-sentiment-mcp.git cd crypto-sentiment-mcpクライアントの設定:
{ "mcpServers": { "crypto-sentiment-mcp": { "command": "uv", "args": ["--directory", "path/to/crypto-sentiment-mcp", "run", "main.py"], "env": { "SANTIMENT_API_KEY": "your_api_key_here" } } } }
例
以下は、MCP 互換クライアントを介してサーバーと対話する場合の自然言語入力とそれに対応する出力の例です。
入力: 「過去 1 週間のビットコインの感情バランスはどうですか?」
出力: 「過去 7 日間のビットコインのセンチメントバランスは 12.5 です。」
入力: 「過去 5 日間にソーシャル メディアで Ethereum が何回言及されましたか?」
出力: 「過去 5 日間の Ethereum のソーシャル ボリュームは 8,432 件の言及です。」
入力: 「最近、ビットコインのソーシャルボリュームに 30% のしきい値で大きな変化があったかどうか教えてください。」
出力: 「ビットコインのソーシャルボリュームは過去 24 時間で 75.0% 増加し、平均 1,000 から 1,750 になりました。」
入力: 「過去 3 日間の暗号通貨のトレンド上位 3 つの単語は何ですか?」
出力: 「過去 3 日間のトレンドワードのトップ 3: 「halving」、「bullrun」、「defi」」
入力: 「今週のソーシャル メディアの議論において、イーサリアムはどの程度優勢ですか?」
出力: 「過去 7 日間の Ethereum のソーシャル優位性は 18.7% です。」
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
Maintenance
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
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37178GPL 3.0- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.16MIT
- AlicenseAqualityFmaintenanceAn MCP server that tracks real-time data for major crypto-related stocks to help AI agents analyze blockchain investment opportunities.33MIT
- AlicenseAqualityDmaintenanceThe first blockchain & cryptocurrency MCP server that connects AI agents to Ethereum, Solana, Bitcoin, and cryptocurrency markets.912MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-sentiment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server