Skip to main content
Glama

SentimentAlpha.ai — ソーシャル・アービトラージ・オラクル・スイート

マルチツールMCPサーバー:自律型AIエージェント向けの6つのGrok搭載オラクル。

ライブサービス: https://sentimentalpha.ai MCPマニフェスト: https://sentimentalpha.ai/v1/mcp-manifest エージェント・ディスカバリー: https://sentimentalpha.ai/.well-known/agent.json OpenAPI仕様: https://sentimentalpha.ai/openapi.json

6つのオラクルツール

1. ナラティブ・アルファ (get_x_narrative_alpha)

リアルタイムのX/Twitterセンチメント、ナラティブの速度、KOL追跡、逆張りシグナル、およびクロスアセットのティッカー抽出。自律型エージェントのためのソーシャル・アービトラージ・インテリジェンス。

エンドポイント: POST /v1/narrative-alpha (x402有料) | POST /v1/narrative-alpha/preview (無料)

2. 操作リスク (analyze_manipulation_risk)

取引前の安全オラクル:ボットファーム検知、組織的なキャンペーン分析、KOLの宣伝スコアリング、ウォレットに紐付いた投稿パターン、ナラティブのフィンガープリント、およびアストロターフィングのフラグ立て。

エンドポイント: POST /v1/manipulation-alpha (x402有料) | POST /v1/manipulation-alpha/preview (無料)

3. コンバージェンス・アルファ (analyze_convergence)

マルチモーダル・コンバージェンス:Xのナラティブ速度 + オンチェーンのウォレットフロー + ミームのバイラル性 + 予測市場のデルタ。すべてのシグナルが一致した際の高確度な取引シグナル。

エンドポイント: POST /v1/convergence-alpha (x402有料) | POST /v1/convergence-alpha/preview (無料)

4. スペンド・ガード・アルファ (analyze_spend_guard)

エージェントFinOpsオラクル:あらゆるx402サービスのコスト分析。支出予測、日次上限、スウォームリスク、および「これを実行すべきか?」という推奨事項。無料で使用可能。

エンドポイント: POST /v1/spend-guard-alpha (無料)

5. レピュテーション・アルファ (analyze_reputation)

エンティティ信頼オラクル:ウォレット、KOL、エージェント、およびサービスの信頼スコアリング。操作履歴、オンチェーンプロファイル、社会的信頼性分析。

エンドポイント: POST /v1/reputation-alpha (x402有料) | POST /v1/reputation-alpha/preview (無料)

6. アラート・アルファ (evaluate_alerts)

しきい値監視オラクル:ウォッチリスト主導のアラート評価。センチメント、速度、または操作のしきい値を定義し、コンテキストと推奨される確認間隔を含むトリガー済みアラートを取得。

エンドポイント: POST /v1/alert-alpha (x402有料) | POST /v1/alert-alpha/preview (無料)

Related MCP server: AletaIndex Narrative Intelligence

クイックスタート

# Free preview — no API key, no signup, no payment
curl -s -X POST https://sentimentalpha.ai/v1/narrative-alpha/preview \
  -H "Content-Type: application/json" \
  -d '{"query": "$BTC"}' | python3 -m json.tool

# Manipulation check
curl -s -X POST https://sentimentalpha.ai/v1/manipulation-alpha/preview \
  -H "Content-Type: application/json" \
  -d '{"query": "$PEPE"}' | python3 -m json.tool

# Convergence analysis
curl -s -X POST https://sentimentalpha.ai/v1/convergence-alpha/preview \
  -H "Content-Type: application/json" \
  -d '{"query": "$SOL"}' | python3 -m json.tool

# Reputation check
curl -s -X POST https://sentimentalpha.ai/v1/reputation-alpha/preview \
  -H "Content-Type: application/json" \
  -d '{"query": "vitalik.eth"}' | python3 -m json.tool

# Alert evaluation
curl -s -X POST https://sentimentalpha.ai/v1/alert-alpha/preview \
  -H "Content-Type: application/json" \
  -d '{"query": "$BTC", "watchlist": [{"ticker": "$BTC", "condition": "sentiment_above", "threshold": 0.5}]}' | python3 -m json.tool

MCP / Claude Desktop

claude_desktop_config.json に追加:

{
  "mcpServers": {
    "sentimentalpha": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://sentimentalpha.ai/v1/mcp-manifest"]
    }
  }
}

料金

Base上のx402マイクロペイメント経由で1クエリあたり0.01 USDC(5つの有料ツール)。Spend Guardは無料。

アーキテクチャ

  • Grok API (Responses API + web_search ツール) によるライブX/Twitterデータ

  • デュアルレイヤーキャッシュ:L1 インメモリ (~0ms) + L2 Redis (~50ms)

  • 速度ベースのTTL:ホットなナラティブは60秒、ウォームは120秒、安定は300秒

  • Base USDCによるx402マイクロペイメント

  • マニフェスト + .well-known/agent.json によるMCPネイティブのディスカバリー

F
license - not found
Not graded
quality - not tested
D
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/tharmer/sentimentalpha-mcp'

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