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 마이크로페이먼트를 통해 쿼리당 $0.01 USDC (5개 유료 도구). Spend Guard는 무료입니다.

아키텍처

  • 실시간 X/Twitter 데이터를 위한 Grok API (Responses API + web_search 도구)

  • 이중 계층 캐시: 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