Skip to main content
Glama

FinSight: AI-Powered Financial Analyst 📈

FinSight is an autonomous financial analysis agent that integrates directly into your IDE via the Model Context Protocol (MCP). Built with CrewAI and Deepseek-R1, it analyzes stock market data, fetches historical prices, and provides intelligent financial insights right where you work.

Instead of switching back and forth between financial websites and your code, you can just ask your IDE to analyze stock performance, compare companies, and interpret market trends.

🚀 Features

  • Local AI Execution: Uses Deepseek-R1 via Ollama to keep your analysis private and local.

  • Multi-Agent Orchestration: Powered by CrewAI to break down complex financial queries into specialized agent tasks.

  • IDE Integration: Runs natively as an MCP server in Cursor or any compatible IDE.

  • Real-Time Data: Fetches stock prices, volume, and trends using yfinance.


Related MCP server: StocksMCP

🛠️ Getting Started

1. Prerequisites

  • Python 3.11+

  • Docker (Required by CrewAI for secure code execution)

  • Ollama (For running Deepseek-R1 locally)

2. Install & Run Ollama

You'll need Ollama running in the background with the Deepseek-R1 model:

ollama run deepseek-r1

3. Install Dependencies

This project uses uv for fast dependency management.

uv sync --python 3.11

4. Connect to Your IDE (Cursor)

To use FinSight directly from your IDE, you need to add it as an MCP server.

  1. Open your IDE settings and navigate to MCP.

  2. Add a new global MCP server with the following configuration:

{
    "mcpServers": {
        "financial-analyst": {
            "command": "uv",
            "args": [
                "--directory",
                "C:/absolute/path/to/FinSight",
                "run",
                "server.py"
            ]
        }
    }
}
  1. Restart or reload the MCP server in your IDE.


💡 How to Use It

Once connected, you can chat with your IDE and ask financial questions like:

  • "Show me Tesla's stock performance over the last 3 months."

  • "Compare Apple and Microsoft stocks for the past year."

  • "Analyze the trading volume of Amazon stock for the last month."

The AI will spin up the necessary CrewAI agents, fetch the data, and deliver a comprehensive analysis!

Related MCP Connectors

  • Financial data MCP server for Claude, ChatGPT, Cursor and Codex. Real-time stock quotes, financial statements, options flow, SEC filings, insider trades, 13F holdings, macro data and market news from gloom.sh, the open-source Bloomberg Terminal alternative.

  • The Octagon MCP server provides specialized AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API. It enables users to analyze public market data (SEC filings, earnings transcripts, financial metrics, and stock data for 8000+ companies), private market data (3M+ companies, 500k+ funding rounds, 2M+ M&A/IPO transactions), and conduct deep research including web scraping capabilities. The server also features autonomous research agents that search hundreds of sources and return fully cited reports in approximately one minute.

  • MCP server giving AI agents one-connection access to China A-share market intelligence: financials,

  • Research-only MCP server: your AI as a quant research desk. 90 tools, no trades, no brokers.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    AI-powered stock research MCP server with real-time data, CRUD operations, and interactive dashboard for fundamental analysis and comparisons.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enables AI agents to query real-time financial data including stock quotes, market indices, company fundamentals, and portfolio tracking.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A production-grade MCP server that provides AI assistants with real-time financial market data, company metrics, and historical prices using yfinance and FastMCP.
    MIT