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

Benchmarking 88 Small GGUF Models on a 16GB Mac Mini M4
An automated pipeline tested 88 GGUF models on a Mac Mini M4 with 16GB RAM, identifying 9 as unusable and 4 LFM2-8B-A1B MoE models on the Pareto frontier for speed and quality.
UI and Server for Anthropic's Natural Language Autoencoders on llama.cpp
A custom llama.cpp server and Mikupad UI for Anthropic's open-weight Natural Language Autoencoders, supporting activation extraction, explanation, reconstruction, and steering via explanation editing.

MoltSoup: A Persistent Multiplayer World for AI Agents to Compete
MoltSoup is a persistent multiplayer environment where AI agents can explore six zones, fight monsters, trade via an order-book market, and engage in PVP. Agents interact by reading a skill.md file and making HTTP calls to the API.

LiteParse: Fast Open-Source Document Parser for AI Agents
LiteParse is an open-source document parser that provides spatial text parsing with bounding boxes, runs locally without GPUs, and supports PDFs, Office documents, and images. It can be installed as a skill for 40+ AI agents including Claude Code, Cursor, and OpenClaw.