The world's first financial intelligence MCP server.
Real-time trading intelligence from Reddit, RSS, and social media, exposed as MCP tools for any LLM client. Get AI-powered options signals, sentiment analysis, unusual activity alerts, and sports betting intelligence — all through natural language.
Just add the remote URL to your MCP client. No packages to install, no local server to run.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"rot": {
"url": "https://web-production-71423.up.railway.app/mcp"
}
}
}Alternative — If your Claude Desktop version doesn't support the url field, use mcp-remote:
{
"mcpServers": {
"rot": {
"command": "npx",
"args": ["mcp-remote", "https://web-production-71423.up.railway.app/mcp/sse"]
}
}
}Point your MCP client at:
https://web-production-71423.up.railway.app/mcp/sse
That's it. The server is hosted — no local setup required.
Full setup guide with interactive examples: /mcp-server
| Tool | Description | Key Parameters |
|---|---|---|
get_trending_tickers |
Top trending tickers (24h) with signal counts and avg confidence | hours, limit |
get_signals |
Latest trading signals with AI analysis, strategy, and confidence | ticker, stance, limit |
get_sentiment |
Bull/bear/mixed ratio and net sentiment score for a ticker | ticker (required) |
get_market_overview |
30-day market stats: total signals, win rate, avg confidence | — |
get_unusual_activity |
Tickers with IV spikes, volume surges, or OI anomalies | hours, limit |
get_sports_feed |
Sports betting intel with line mover scores (0-100) | league, limit |
search_signals |
Full-text search across all signals | query (required), limit |
| URI | Description |
|---|---|
rot://status |
Server health + version |
rot://pricing |
Subscription tier info (Free / Pro / Premium / Ultra / Enterprise) |
Once connected, try asking your LLM:
- "What stocks are trending on Reddit right now?"
- "Show me bearish signals for TSLA"
- "What's the sentiment on NVDA?"
- "Are there any unusual options activity alerts?"
- "Search for signals about FDA approvals"
- "What NFL news might move betting lines today?"
No API key required — all tools are free at launch. An optional ROT_API_KEY env var is supported for future tier gating.
- Landing Page: web-production-71423.up.railway.app/mcp-server
- Dashboard: web-production-71423.up.railway.app
- GitHub: github.com/Mattbusel/Reddit-Options-Trader-ROT-