SentimentAlpha
SentimentAlpha.ai — Suite de Oráculos de Arbitraje Social
Servidor MCP multiherramienta: seis oráculos impulsados por Grok para agentes de IA autónomos.
Servicio en vivo: https://sentimentalpha.ai Manifiesto MCP: https://sentimentalpha.ai/v1/mcp-manifest Descubrimiento de agentes: https://sentimentalpha.ai/.well-known/agent.json Especificación OpenAPI: https://sentimentalpha.ai/openapi.json
Seis herramientas de oráculo
1. Narrative Alpha (get_x_narrative_alpha)
Sentimiento en tiempo real de X/Twitter, velocidad de narrativa, seguimiento de KOL, señales de reversión contraria y extracción de tickers entre activos. Inteligencia de arbitraje social para agentes autónomos.
Endpoint: POST /v1/narrative-alpha (pago x402) | POST /v1/narrative-alpha/preview (gratuito)
2. Manipulation Risk (analyze_manipulation_risk)
Oráculo de seguridad pre-operación: detección de granjas de bots, análisis de campañas coordinadas, puntuación de shill de KOL, patrones de publicación vinculados a billeteras, huella digital narrativa y alertas de astroturfing.
Endpoint: POST /v1/manipulation-alpha (pago x402) | POST /v1/manipulation-alpha/preview (gratuito)
3. Convergence Alpha (analyze_convergence)
Convergencia multimodal: velocidad de narrativa en X + flujos de billeteras on-chain + viralidad de memes + delta de mercados de predicción. Señales de trading de alta convicción cuando todas las señales se alinean.
Endpoint: POST /v1/convergence-alpha (pago x402) | POST /v1/convergence-alpha/preview (gratuito)
4. Spend Guard Alpha (analyze_spend_guard)
Oráculo FinOps para agentes: análisis de costes para cualquier servicio x402. Proyecciones de gasto, límites diarios, riesgo de enjambre y recomendaciones de "¿debería ejecutar esto?". De uso gratuito.
Endpoint: POST /v1/spend-guard-alpha (gratuito)
5. Reputation Alpha (analyze_reputation)
Oráculo de confianza de entidades: puntuación de confianza para billeteras, KOLs, agentes y servicios. Historial de manipulación, perfil on-chain, análisis de credibilidad social.
Endpoint: POST /v1/reputation-alpha (pago x402) | POST /v1/reputation-alpha/preview (gratuito)
6. Alert Alpha (evaluate_alerts)
Oráculo de monitoreo de umbrales: evaluación de alertas basada en listas de seguimiento. Define umbrales para sentimiento, velocidad o manipulación; recibe alertas activadas con contexto e intervalos de verificación recomendados.
Endpoint: POST /v1/alert-alpha (pago x402) | POST /v1/alert-alpha/preview (gratuito)
Related MCP server: AletaIndex Narrative Intelligence
Inicio rápido
# 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.toolMCP / Claude Desktop
Añadir a claude_desktop_config.json:
{
"mcpServers": {
"sentimentalpha": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://sentimentalpha.ai/v1/mcp-manifest"]
}
}
}Precios
0,01 USDC por consulta mediante micropagos x402 en Base (5 herramientas de pago). Spend Guard es gratuito.
Arquitectura
API de Grok (API de respuestas + herramienta
web_search) para datos en vivo de X/TwitterCaché de doble capa: L1 en memoria (~0ms) + L2 Redis (~50ms)
TTL basado en velocidad: narrativas calientes 60s, templadas 120s, estables 300s
Micropagos x402 en Base USDC
Descubrimiento nativo MCP mediante manifiesto + .well-known/agent.json
This server cannot be installed
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
- AlicenseAqualityDmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.31319MIT

AletaIndex Narrativeofficial
AlicenseAqualityAmaintenanceReal-time financial narrative tracking for AI agents — clustering news into structured narratives, measuring sentiment momentum, and mapping portfolio risk across 109 US equities.22MIT- AlicenseAqualityBmaintenanceNarrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.21MIT
- AlicenseNot gradedqualityDmaintenanceReal-time X/Twitter social intelligence for AI agents and developers, powered by Grok's live search capabilities.333MIT
Related MCP Connectors
Narrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.
The Brain Layer for AI Trading Agents — quant calls + cross-venue arb across perp venues via MCP.
Verified, sourced, real-time intelligence layer for AI agents.
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/tharmer/sentimentalpha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server