Fetches Yahoo Finance market data, options, earnings, market sentiment, and technical indicators through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Investor Agent.
get_stock_infoStock fundamentals β price, financials, earnings, ownership, analyst ratings, profile
historical_pricesOHLCV price history (default: 1 year weekly, limit 100)
get_optionsOptions contracts sorted by open interest (default: top 25 per type)
market_moversTop gaining, losing, or most active stocks
earnings_calendarUpcoming earnings reports from NASDAQ
fear_greed_indexCNN stock market or crypto Fear & Greed index
The ferdousbhai/investor-agent MCP server provides financial research tools for analyzing publicly available market information. Its data coverage includes stock fundamentals, price history, options contracts, market activity, upcoming earnings, market sentiment, and common technical indicators.
The server is designed for research workflows involving long-term investors. It does not document order placement, brokerage connectivity, portfolio tracking, or trade execution, so it should not be treated as a transactional trading interface.
Agents call the exposed MCP tools with the relevant stock, market, or indicator inputs. Historical price results use OHLCV data and default to one year of weekly observations, with a default limit of 100 records. Options are sorted by open interest and return up to 25 contracts per option type by default.
Market movers can report top gaining, losing, or most active stocks. The earnings calendar sources upcoming reports from NASDAQ. Sentiment requests can return either the CNN stock market Fear & Greed Index or its crypto counterpart. Technical analysis supports SMA, EMA, RSI, MACD, and Bollinger Bands.
The ferdousbhai/investor-agent MCP server can run locally with npx. Add it to an MCP client configuration using the following command and arguments:
The repository also includes a Cloudflare Workers entry point at src/worker.ts. The documented deployment flow installs dependencies and runs pnpm run deploy; the resulting endpoint follows the investor-agent.<your-subdomain>.workers.dev pattern, unless a custom domain is attached through Cloudflare.
For local development, the repository documents pnpm install, pnpm run test, and pnpm run typecheck. No API key or environment variable is specified in the supplied setup material.
get_stock_info: Retrieves price, financial, earnings, ownership, analyst-rating, and company-profile information.historical_prices: Returns OHLCV history with configurable period and record limits.get_options: Lists option contracts ordered by open interest.market_movers: Finds leading gainers, decliners, or active stocks.earnings_calendar: Provides upcoming NASDAQ earnings reports.fear_greed_index: Retrieves stock-market or crypto Fear & Greed data from CNN.technical_indicator: Calculates SMA, EMA, RSI, MACD, or Bollinger Bands.The supplied documentation identifies data and research functions only. It does not specify update frequency, rate limits, historical-data retention, market-data licensing, or guarantees about data completeness. Results should therefore be checked against the relevant source before making investment decisions. The project is released under the MIT license.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ferdousbhai-investor-agent)<a href="https://allmcps.com/mcp/ferdousbhai-investor-agent"><img src="https://allmcps.com/api/badge/ferdousbhai-investor-agent?style=directory" alt="Investor Agent on AllMCPs" /></a>