SentimentAlpha
SentimentAlpha.ai — Social Arbitrage Oracle Suite
Multi-tool MCP server: six Grok-powered oracles for autonomous AI agents.
Live Service: https://sentimentalpha.ai MCP Manifest: https://sentimentalpha.ai/v1/mcp-manifest Agent Discovery: https://sentimentalpha.ai/.well-known/agent.json OpenAPI Spec: https://sentimentalpha.ai/openapi.json
Six Oracle Tools
1. Narrative Alpha (get_x_narrative_alpha)
Real-time X/Twitter sentiment, narrative velocity, KOL tracking, contrarian reversal signals, and cross-asset ticker extraction. Social arbitrage intelligence for autonomous agents.
Endpoint: POST /v1/narrative-alpha (x402 paid) | POST /v1/narrative-alpha/preview (free)
2. Manipulation Risk (analyze_manipulation_risk)
Pre-trade safety oracle: bot farm detection, coordinated campaign analysis, KOL shill scoring, wallet-linked posting patterns, narrative fingerprinting, and astroturf flags.
Endpoint: POST /v1/manipulation-alpha (x402 paid) | POST /v1/manipulation-alpha/preview (free)
3. Convergence Alpha (analyze_convergence)
Multi-modal convergence: X narrative velocity + on-chain wallet flows + meme virality + prediction market delta. High-conviction trade signals when all signals align.
Endpoint: POST /v1/convergence-alpha (x402 paid) | POST /v1/convergence-alpha/preview (free)
4. Spend Guard Alpha (analyze_spend_guard)
Agent FinOps oracle: cost analysis for any x402 service. Spend projections, daily caps, swarm risk, and "should I run this?" recommendations. Free to use.
Endpoint: POST /v1/spend-guard-alpha (free)
5. Reputation Alpha (analyze_reputation)
Entity trust oracle: trust scoring for wallets, KOLs, agents, and services. Manipulation history, on-chain profile, social credibility analysis.
Endpoint: POST /v1/reputation-alpha (x402 paid) | POST /v1/reputation-alpha/preview (free)
6. Alert Alpha (evaluate_alerts)
Threshold monitoring oracle: watchlist-driven alert evaluation. Define thresholds for sentiment, velocity, or manipulation — get triggered alerts with context and recommended check intervals.
Endpoint: POST /v1/alert-alpha (x402 paid) | POST /v1/alert-alpha/preview (free)
Related MCP server: AletaIndex Narrative Intelligence
Quick Start
# 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
Add to claude_desktop_config.json:
{
"mcpServers": {
"sentimentalpha": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://sentimentalpha.ai/v1/mcp-manifest"]
}
}
}Pricing
$0.01 USDC per query via x402 micropayments on Base (5 paid tools). Spend Guard is free.
Architecture
Grok API (Responses API +
web_searchtool) for live X/Twitter dataDual-layer cache: L1 in-memory (~0ms) + L2 Redis (~50ms)
Velocity-based TTL: hot narratives 60s, warm 120s, stable 300s
x402 micropayments on Base USDC
MCP-native discovery via manifest + .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.31169MIT

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
- Alicense-qualityDmaintenanceReal-time X/Twitter social intelligence for AI agents and developers, powered by Grok's live search capabilities.313MIT
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