Connects Claude to real-time explanations of why U.S. stocks moved significantly. Exposes a single operation that takes a ticker symbol and returns AI-generated analysis of recent price movements, including confidence scores, summaries of catalysts, and links to full breakdowns on justhappened.wtf. Covers about 550 stocks across S&P 500, NASDAQ 100, and Dow 30. Useful when users ask "why did Tesla drop today?" or "what happened to NVDA?" instead of letting the LLM hallucinate reasons. Responses include move percentage, mystery move flags for unexplained movements, and attribution to news sources. Hosted remotely at api.justhappened.wtf, so no local setup needed. Rate limited to 10 requests per minute.
AI-powered analysis explaining why US stocks moved. Built by WTF Just Happened.
When you ask your AI assistant "why did Tesla drop today?", this tool provides real market analysis - not hallucinated explanations. We monitor ~550 major US stocks (S&P 500, NASDAQ 100, Dow 30) and analyze moves that exceed 2 standard deviations from normal trading.
Ask your AI assistant:
Works with Claude, ChatGPT, Copilot, and other MCP-enabled assistants.
For each stock query, you'll receive:
We analyze significant moves in:
That's approximately 550 of the most-watched US equities.
Good queries (route here):
Not the right tool for:
{
"ticker": "NVDA",
"company": "NVIDIA Corp",
"move": "+3.2%",
"confidence": 90,
"mystery_move": false,
"period": "today",
"summary": "NVIDIA surged as semiconductor stocks gained momentum following Taiwan Semiconductor's blowout Q4 earnings, which beat estimates and raised capital expenditure forecasts. The stock's performance mirrored the SMH semiconductor ETF's rally, indicating broader sector strength driven by sustained AI infrastructure demand. Morgan Stanley reiterated its Overweight rating, citing NVIDIA's dominant position in AI accelerators.",
"url": "https://justhappened.wtf/NVDA",
"source": "WTF Just Happened - big moves explained"
}
This is a remote MCP server - no installation required. Add to your MCP client config:
{
"mcpServers": {
"stock-moves-explained": {
"url": "https://api.justhappened.wtf/mcp"
}
}
}
10 requests per minute per IP. This is generous for normal usage - if you're building something that needs more, reach out.
Built by WTF Just Happened - market intelligence for retail investors. We use AI to explain significant stock movements so you understand what's happening in your portfolio.