
Investbuddy
Wire your coding agent to LSTM stock forecasts and portfolio reads so you can sanity-check trades or fintech features without leaving the IDE.
Overview
InvestBuddy is an MCP server for the Validate phase that exposes LSTM stock forecasts and portfolio analysis to your agent via the InvestBuddy API.
What is this MCP server?
- LSTM-based stock predictions with marketed +15.92% alpha over the S&P 500
- 10-day forward price forecasts per ticker
- Portfolio analysis tools exposed over MCP stdio
- npm package investbuddy-mcp-server v1.2.1 with INVESTBUDDY_API_KEY
- Free API key signup at investbuddy.ai
- Server version 1.2.1 (investbuddy-mcp-server on npm)
- Marketed +15.92% alpha over S&P 500 (provider claim)
- 10-day forecast horizon
What problem does it solve?
You lose flow hopping between your agent, charts, and a separate research site whenever you need a short-horizon stock view or portfolio snapshot.
Who is it for?
Indie builders validating fintech demos, personal investing notes, or marketing claims who want agent-native forecasts with a simple API key.
Skip if: Teams that need audited compliance, direct exchange execution, or fully offline models without a third-party API.
What do I get? / Deliverables
After you add the server and API key, your agent can request 10-day LSTM forecasts and portfolio analysis inside the same thread you use to build or write.
- Agent-callable 10-day stock forecasts
- Portfolio analysis responses in chat
- Registered stdio MCP entry in your agent
Recommended MCP Servers
Journey fit
Financial validation before you commit capital or ship investing-related product claims fits the Validate phase shelf. Pricing and unit-economics thinking extends to portfolio and benchmark comparisons (+15.92% alpha vs S&P 500) before you bet on a thesis.
How it compares
Finance-focused prediction MCP integration, not a generic market-data skill or brokerage automation skill.
Common Questions / FAQ
Who is InvestBuddy for?
Solo builders and indie developers who already use AI coding agents and want InvestBuddy’s LSTM forecasts and portfolio tools callable from MCP without building the models themselves.
When should I use InvestBuddy?
Use it during Validate when you are stress-testing tickers, comparing alpha narratives to the S&P 500, or prototyping investing assistants before you ship a product.
How do I add InvestBuddy to my agent?
Install the investbuddy-mcp-server npm package, set INVESTBUDDY_API_KEY from https://www.investbuddy.ai, and register the stdio MCP server in Claude Code, Cursor, or your client’s MCP config.