Real-time stock analysis added to Claude Desktop via MCP server

A developer has created an MCP server that adds real-time stock analysis capabilities to Claude Desktop and Claude Code. The tool addresses Claude's limitation of having to guess from training data when asked about current stock metrics like P/E ratios, insider activity, or recent earnings.
Setup and Usage
To install the tool, run this command:
claude mcp add agent-toolbelt \
-e AGENT_TOOLBELT_KEY=atb_... \
-- npx -y agent-toolbelt-mcpOnce installed, you can ask Claude for comprehensive stock analysis. For example:
"Give me a full analysis of AAPL — investment thesis, earnings quality, insider activity, and whether it's cheap or expensive."
Claude calls the tools in parallel and synthesizes a complete research note with real numbers and analysis.
Tool Capabilities
The MCP server includes five tools:
- stock_thesis
- earnings_analysis
- insider_signal
- valuation_snapshot
- bear_vs_bull
An example analysis for NVDA produced this output:
- Verdict: Bullish
- One-liner: "Nvidia owns the essential infrastructure for the AI revolution with a defensible software moat, but the valuation demands flawless execution."
- Key Strengths: Dominant ~80%+ data center GPU market share, CUDA moat creates switching costs and customer lock-in, 42 buy / 5 hold / 1 sell analyst consensus
- Valuation: 36.9x P/E — premium but justified by AI tailwinds. Fair value hinges entirely on sustained data center spending through 2029.
- Insider Read: Mixed — two executives bought ~47k shares each (positive), offset by routine selling from others.
- Watch For Next Earnings: Data center revenue growth rate. Deceleration below 30% YoY would signal the boom is maturing.
Pricing and Access
The free tier includes 1,000 calls per month with no credit card required. You can try the valuation snapshot live at elephanttortoise.com without signing up.
The tool works with both Claude Desktop and Claude Code for research purposes.
📖 Read the full source: r/ClaudeAI
👀 See Also

KANBAII: A Visual Kanban Board Built with Claude Code for AI-Assisted Development
A developer built KANBAII, a local kanban board tool entirely with Claude Code over two months. It provides visual task management, AI planning, and parallel execution modes for Claude Code workflows.

PromoClock: Timezone Tracker for Claude's 2x Off-Peak Hours Built with Claude 4.6
A developer built PromoClock.co, a free tool that automatically converts Claude's "5-11am PT / 12-6pm GMT" 2x off-peak promo hours to local time, using Claude 4.6 to handle timezone logic, Next.js 15 setup, and UI design.

Open Source AI Context Packs for Legal, Compliance, and Finance Questions
A developer used Claude to research and build 32 free, open source context packs that provide specific answers to legal, compliance, and finance questions instead of generic 'consult a lawyer' responses. The packs cover GDPR, contracts, SaaS billing, EU AI Act, and more.

Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It
A developer explains that inconsistent UI output from Claude Code isn't a prompt problem — it's a format problem. Providing exact hex codes, font weights, spacing, screen states, and transitions eliminates drift. They also open-sourced an MCP server that converts screen recordings into structured specs.