investor-agent
The investor-agent is an MCP server designed to deliver real-time financial analysis and insights using market data and technical indicators. It aids in stock analysis, options data review, and financial statement exploration, helping users make informed investment decisions.
What is the investor-agent MCP server?
The investor-agent is an MCP server that provides financial insights and analysis to LLMs using real-time market data and technical analysis.
What are the prerequisites for running the investor-agent?
You need Python 3.12 or higher and the uv package manager. The TA-Lib C Library is optional for technical indicator calculations.
How does the investor-agent improve performance?
It caches yfinance API responses for an hour in a local cache file to reduce redundant API calls and improve performance.
Can the investor-agent be integrated with other MCP servers?
Yes, it can be combined with other MCP servers like tasty-agent for executing trades on platforms such as tastytrade.
What technical indicators can the investor-agent calculate?
It can calculate SMA, EMA, RSI, MACD, and BBANDS using daily closing prices over a specified historical period.