FinSight
An AI-powered financial analyst MCP server that enables stock performance analysis, company comparison, and market trend interpretation directly in your IDE using local AI.
README
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.
🛠️ 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.
- Open your IDE settings and navigate to MCP.
- 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"
]
}
}
}
- 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!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.