npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

investbuddy-mcp-server

v1.1.0

Published

Model Context Protocol server for InvestBuddy AI - Stock predictions with 79.86% accuracy

Downloads

1,082

Readme

InvestBuddy MCP Server

AI-powered stock predictions with 79.86% validated accuracy for Claude Desktop.

Validation

  • 79.86% Win Rate - Independently validated using walk-forward methodology
  • 12,901 Predictions - Tested on 2 years of data (2023-2025)
  • 30 S&P 100 Stocks - Diverse portfolio across sectors
  • Sharpe Ratio: 2.34 - Statistically significant (p < 0.000001)
  • Model: v20251130_correlation - 17 features with 120-day lookback

🔍 View Full Transparency Report

Features

  • 📈 10-Day Price Predictions - LSTM-based forecasts with validated accuracy
  • 📊 Market Regime Detection - Bull/bear/sideways market identification
  • 🔍 Stock Discovery - AI-powered high-potential stock finder
  • 📂 Portfolio Analysis - Risk assessment and optimization
  • 🚀 Batch Predictions - Analyze multiple stocks simultaneously

Installation

npx -y investbuddy-mcp-server

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "investbuddy": {
      "command": "npx",
      "args": ["-y", "investbuddy-mcp-server"],
      "env": {
        "INVESTBUDDY_API_KEY": "your-api-key-here"
      }
    }
  }
}

Get Your API Key

  1. Visit https://www.investbuddy.ai
  2. Sign up for free account (no credit card required)
  3. Go to Settings → API Keys
  4. Click Generate new API key
  5. Copy and paste into Claude config above

Pricing

| Tier | Daily Calls | Cost | Best For | |------|-------------|------|----------| | Free | 5 | $0/month | Trying it out | | Premium | 150 | $19/month* | Active traders + full web platform | | Enterprise | Unlimited | Custom | Power users |

*Holiday Beta Special: Lock in $19/mo forever (regular $39/mo after Jan 8, 2026)

What's Included

Free Tier:

  • 5 API predictions per day
  • All 5 MCP tools
  • ChatGPT & Claude Desktop support
  • 79.86% validated accuracy

Premium Tier ($19/mo Holiday Beta):

  • 150 API predictions per day (30x more!)
  • Full web platform access (portfolio tracking, AI chat, analytics)
  • All AI features unlocked (RL optimization, sentiment analysis)
  • Priority support
  • 7-day FREE trial, no credit card required
  • Lock in $19/mo FOREVER during trial (expires Jan 8, 2026)

Enterprise:

  • Unlimited predictions
  • Dedicated support
  • Custom integrations
  • Contact sales

Example Queries

Ask Claude:

  • "What will Apple stock be in 10 days?"
  • "Analyze the current market regime"
  • "Find me 5 high-potential growth stocks"
  • "What's the risk level of my portfolio: 10 AAPL, 5 MSFT, 20 GOOGL?"
  • "Compare AAPL, MSFT, and GOOGL predictions"

Available Tools

get_stock_prediction

Get 10-day price forecast for any stock ticker.

Input: { "symbol": "AAPL" }

Output: Current price, day 10 target, predicted change %, direction, model confidence, day-by-day forecast

get_market_regime

Detect current market conditions (bull/bear/sideways).

Input: None

Output: Market regime classification, confidence score, key indicators (VIX, market breadth, trend strength)

discover_stocks

Find high-potential stocks based on AI analysis.

Input: { "count": 5, "minConfidence": 0.6 }

Output: Array of stock recommendations with predictions and confidence scores

analyze_portfolio

Assess portfolio risk and get optimization recommendations.

Input: { "holdings": [{ "symbol": "AAPL", "shares": 10 }] }

Output: Risk metrics, diversification score, recommendations

batch_predict

Get predictions for multiple stocks at once.

Input: { "symbols": ["AAPL", "MSFT", "GOOGL"] }

Output: Array of predictions for all requested symbols

Troubleshooting

"Invalid API key" error:

  • Verify key copied correctly (starts with sk-inv-)
  • Check key is active in InvestBuddy settings
  • Ensure no extra spaces in config

"Rate limit exceeded" error:

  • Check daily usage in InvestBuddy dashboard
  • Upgrade to higher tier if needed
  • Limits reset at midnight UTC

No response from tools:

  • Restart Claude Desktop after config changes
  • Verify internet connection
  • Check InvestBuddy status page

Support

  • Website: https://www.investbuddy.ai
  • Email: [email protected]
  • Documentation: https://www.investbuddy.ai/mcp

Disclaimer

Not financial advice. All predictions are AI-generated forecasts based on historical data. Past performance does not guarantee future results. Always do your own research before investing.

License

MIT