Back to MCP Directory
Investor Agent
Model Context Protocol moderate risk

Investor Agent

The investor-agent provides comprehensive financial data and analysis via API, including market data, sentiment analysis, and technical indicators.

Connections & Capabilities

Connects To

GitHubTwitter

Capabilities

read

Quickstart

Install

npx @modelcontextprotocol/inspector uvx investor-agent

Config

{
  "mcpServers": {
    "investor": {
      "command": "uvx",
      "args": ["investor-agent"]
    }
  }
}

Exposed MCP Tools (13)

safe
get_market_movers

Retrieves top gainers, losers, and most active stocks for a given market session.

Read-only access to market data.

safe
get_ticker_data

Provides a comprehensive report for a given ticker symbol, including news, recommendations, and upgrades/downgrades.

Read-only access to ticker information.

safe
get_options

Fetches options data for a given ticker symbol, with filtering by date range, strike price, and option type.

Read-only access to options data.

safe
get_price_history

Retrieves historical OHLCV data for a given ticker symbol over a specified period.

Read-only access to historical price data.

safe
get_financial_statements

Fetches financial statements (income, balance sheet, cash flow) for a given ticker symbol.

Read-only access to financial statements.

safe
get_institutional_holders

Provides data on major institutional and mutual fund holders for a given ticker symbol.

Read-only access to institutional holder data.

safe
get_earnings_history

Retrieves historical earnings data for a given ticker symbol.

Read-only access to earnings history.

safe
get_insider_trades

Provides recent insider trading activity for a given ticker symbol.

Read-only access to insider trading data.

safe
get_nasdaq_earnings_calendar

Fetches upcoming earnings announcements from the Nasdaq API.

Read-only access to earnings calendar data.

safe
get_cnn_fear_greed_index

Retrieves the CNN Fear & Greed Index and its indicators.

Read-only access to sentiment data.

safe
get_crypto_fear_greed_index

Retrieves the current Crypto Fear & Greed Index.

Read-only access to sentiment data.

safe
get_google_trends

Retrieves Google Trends relative search interest for market-related keywords.

Read-only access to Google Trends data.

safe
calculate_technical_indicator

Calculates technical indicators (SMA, EMA, RSI, MACD, BBANDS) for a given ticker symbol.

Read-only access to calculated indicator data.

Safety Assessment

This server is relatively safe for read-only operations. However, the reliance on external APIs and the use of the TA-Lib C library introduce potential risks that should be carefully considered in production environments. Ensure proper input validation and output sanitization to mitigate these risks.

  • Read-only access to market data and financial information.
  • Caching mechanisms to prevent excessive API calls.
  • Retry logic for handling transient API failures.
  • No direct access to user credentials or sensitive data.
  • Relies on external APIs (yfinance, Nasdaq, etc.) which could introduce vulnerabilities.
  • Potential for information leakage if responses are not properly sanitized.
  • Technical indicator calculations could be exploited if parameters are manipulated.
  • Dependency on TA-Lib C library introduces potential for buffer overflows or other memory safety issues.
Investor Agent Review, Pricing & Alternatives (2026) | Flaex AI