AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Investbuddy Mcp Server

mcp-danielrz-investbuddy-mcp-server · by danielrz

mcp server for investbuddy

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add mcp-danielrz-investbuddy-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-danielrz-investbuddy-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Investbuddy Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

📈 InvestBuddy MCP Server

An open-source Model Context Protocol (MCP) server that connects Claude Desktop directly to the InvestBuddy institutional-grade LSTM quantitative trading engine.

Instead of relying on generic LLM financial advice, this server equips Claude with real-time, mathematically validated stock predictions, 30-day optimized portfolio allocations, and automated systemic risk detection.

🧠 The ML Engine Under the Hood

This is not a simple moving average crossover bot. The underlying API is powered by a rigorously backtested deep learning pipeline:

  • Architecture: 2-Layer Stacked LSTM (128 → 64 Units)
  • Parameters: 145,354 trainable parameters
  • Feature Set: 49 distinct technical features (Momentum, Volatility, Volume) processed over a 60-day rolling window.
  • Validation: Trained on 50 S&P 100 stocks, walk-forward backtested on 50 stocks (2022-2025).
  • Directional Accuracy: 54.6%
  • Net Alpha: +15.92% over the S&P 500 (with monthly friction-optimized rebalancing).

🛠️ Available MCP Tools

Once installed, Claude gains access to the following tools:

  • get_portfolio_recommendations: Retrieves the current month's Top 5 equal-weight stock picks generated by the LSTM.
  • check_defensive_posture: Checks if the system's "Cash Fallback" is active. If the LSTM detects severe market weakness (0 positive alpha predictions), it rotates to 100% SHV (Cash).
  • analyze_market_context: Pulls the underlying bullish/bearish prediction ratios across the 50-stock universe to gauge overall market sentiment.

🚀 Quickstart: Claude Desktop Integration

Prerequisites:

1. Clone the repository and install dependencies:

git clone https://github.com/yourusername/investbuddy-mcp.git
cd investbuddy-mcp
npm install
npm run build

2. Configure Claude Desktop: Open your Claude Desktop configuration file:

  • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the InvestBuddy server to your mcpServers object:

{
  "mcpServers": {
    "investbuddy": {
      "command": "node",
      "args": ["/absolute/path/to/investbuddy-mcp/build/index.js"],
      "env": {
        "INVESTBUDDY_API_KEY": "your_api_key_here"
      }
    }
  }
}

3. Restart Claude Desktop. You can now ask Claude: "Analyze my tech portfolio against InvestBuddy's current recommendations. Are we in a defensive posture?"

⚠️ Disclaimer

The data provided by this MCP server is for informational and educational purposes only. It does not constitute financial advice. Historical backtest results (+15.92% Alpha) do not guarantee future performance. Trade at your own risk.

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.