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

✍️ OpenClawRadar📅 Published: March 21, 2026🔗 Source
Real-time stock analysis added to Claude Desktop via MCP server
Ad

A developer has created an MCP server that adds real-time stock analysis capabilities to Claude Desktop and Claude Code, addressing Claude's limitation of having no access to live financial data.

How it works

The tool, called agent-toolbelt, is installed with one command:

claude mcp add agent-toolbelt \
  -e AGENT_TOOLBELT_KEY=atb_... \
  -- npx -y agent-toolbelt-mcp

Once installed, users 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."

Analysis capabilities

The MCP server provides five specific tools:

  • stock_thesis
  • earnings_analysis
  • insider_signal
  • valuation_snapshot
  • bear_vs_bull

Claude calls these tools in parallel and synthesizes the results into a complete research note.

Ad

Example output

For NVDA, the analysis produces:

  • 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, 42 buy / 5 hold / 1 sell analyst consensus
  • Valuation: 36.9x P/E — premium but justified by AI tailwinds
  • 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. A valuation snapshot tool is available live at elephanttortoise.com with no signup needed.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Qhatu: Platform Turns GitHub Repos into Pay-Per-Use Micro SaaS with Claude
Tools

Qhatu: Platform Turns GitHub Repos into Pay-Per-Use Micro SaaS with Claude

Qhatu is a platform that takes a GitHub repository and deploys it as a pay-per-use micro SaaS with a generated frontend and integrated payment processing. The system uses Anthropic APIs to analyze code, generate Dockerfiles, and create storefront UIs.

OpenClawRadar
Vibe Remote: Mobile Bridge for Claude Code Access from Anywhere
Tools

Vibe Remote: Mobile Bridge for Claude Code Access from Anywhere

Vibe Remote is a mobile app that provides remote access to Claude Code development environments from a phone, allowing users to maintain their local configs, Git history, and file tree without requiring Tailscale or complex VPN setups.

OpenClawRadar
OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats
Tools

OmniRecall Beta: FAISS-Powered Memory Injection for Cloud LLM Chats

OmniRecall is a local mitmproxy bypass that intercepts traffic to cloud chat interfaces like DeepSeek, adding a permanent memory layer using FAISS indexing and sentence-transformers MiniLM-L6. It's currently in beta, requires CPU-only operation, and uses an aggressively restrictive source-available license.

OpenClawRadar
Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries
Tools

Agent Times Skill for ClawHub Adds Real-Time News, Weather, and Token Price Queries

A new ClawHub skill called Agent Times enables AI agents to answer real-time queries about news, weather, and cryptocurrency prices. Installation is via npx clawhub install agenttimes, and it provides access to 228K+ articles from 3,576 feeds with sentiment scoring and entity extraction.

OpenClawRadar