FinSight
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FinSightShow me Tesla's stock performance over the last 3 months."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-r13. Install Dependencies
This project uses uv for fast dependency management.
uv sync --python 3.114. 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!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that provides AI agents with financial tools including real-time quotes, backtesting, technical analysis, and multi-exchange data via a simple CLI interface.1MIT
- FlicenseNot gradedqualityBmaintenanceAI-powered stock research MCP server with real-time data, CRUD operations, and interactive dashboard for fundamental analysis and comparisons.
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to query real-time financial data including stock quotes, market indices, company fundamentals, and portfolio tracking.MIT
- AlicenseNot gradedqualityCmaintenanceA production-grade MCP server that provides AI assistants with real-time financial market data, company metrics, and historical prices using yfinance and FastMCP.MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hitub1316/FinSight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server