MCP for Stock Market Analysis
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., "@MCP for Stock Market Analysisfetch stock data for AAPL"
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.
š MCP for Stock Market Analysis
A production-grade Model Context Protocol (MCP) server for stock market analysis, designed to work with Claude Desktop as the AI client. Includes a local Flask web dashboard for visual analysis.
Architecture
graph TD
subgraph Client Layer
CD[Claude Desktop]
FD[Flask Web Dashboard]
end
subgraph MCP Layer
MS[Python MCP Server]
end
subgraph Tools
FS[fetch_stock]
GC[get_company]
ST[statistics]
end
CD -- stdio --> MS
FD -- HTTP API --> MS
MS --> FS
MS --> GC
MS --> ST
FS -- yfinance --> API[Yahoo Finance API]
GC -- yfinance --> APIRelated MCP server: Stock Analyzer MCP
Dashboard Screenshots

Features
MCP Tools (used by Claude Desktop)
fetch_stockā Fetch OHLCV price history for any stock symbolget_companyā Company info: sector, market cap, P/E, 52-week range, etc.statisticsā Full technical analysis: SMA, EMA, RSI, MACD, Bollinger Bands, Volatility, Support/Resistance
Web Dashboard
š Premium dark theme with glassmorphism
š Interactive price charts (Chart.js)
š RSI gauge, MACD display, Bollinger Bands visualization
š Stock search with popular picks
ā” Real-time data fetching
Quick Start
1. Setup Python Environment
cd "MCP for Stock Market Analysis"
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # Mac/Linux
pip install -r requirements.txt2. Run the Flask Dashboard
python flask_app/app.pyOpen http://localhost:5000 in your browser.
3. Connect to Claude Desktop
Add the following to your Claude Desktop config file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stock-market-analysis": {
"command": "C:\\path\\to\\your\\project\\venv\\Scripts\\python.exe",
"args": ["C:\\path\\to\\your\\project\\mcp_server\\server.py"]
}
}
}Important: You must replace
C:\path\to\your\project\with the actual absolute path to where you saved this folder on your computer. Make sure to use double backslashes\\in the JSON!
Restart Claude Desktop. You should see the stock market tools available.
4. Use with Claude Desktop
Ask Claude things like:
"Fetch the stock data for AAPL for the last 3 months"
"What are the technical indicators for Tesla?"
"Give me a full analysis of NVDA including RSI, MACD, and Bollinger Bands"
"Compare the volatility of AAPL vs MSFT"
Claude will automatically use the MCP tools to fetch data and provide analysis.
Project Structure
MCP for Stock Market Analysis/
āāā mcp_server/ # MCP Server (Python)
ā āāā server.py # Main MCP server entry point
ā āāā tools/
ā ā āāā stock_fetcher.py # Tool 1: Stock data fetcher
ā ā āāā statistics_tool.py # Tool 2: Technical indicators
ā āāā database/
ā āāā db.py # SQLite caching layer
ā
āāā flask_app/ # Web Dashboard
ā āāā app.py # Flask application
ā āāā templates/
ā ā āāā index.html # Dashboard HTML
ā āāā static/
ā āāā css/style.css # Premium dark theme
ā āāā js/app.js # Dashboard logic
ā
āāā requirements.txt # Python dependencies
āāā claude_desktop_config.json # Claude Desktop config snippet
āāā .env.example # Environment template
āāā .gitignore
āāā README.mdTechnical Indicators
Indicator | Description | Signal |
SMA (10, 20, 50) | Simple Moving Average | Price above SMA = Bullish |
EMA (12, 26) | Exponential Moving Average | EMA12 > EMA26 = Bullish |
RSI (14) | Relative Strength Index | <30 Oversold, >70 Overbought |
MACD (12, 26, 9) | Moving Average Convergence Divergence | Histogram > 0 = Bullish |
Bollinger Bands (20, 2Ļ) | Volatility bands | Position in band |
Volatility | Standard deviation of returns | Annual risk level |
Support/Resistance | Key price levels | 20-day high/low |
API Endpoints (Flask Dashboard)
Endpoint | Method | Description |
| GET | Fetch OHLCV data |
| GET | Company information |
| GET | Technical indicators |
| GET | Health check |
Query parameters: period (1d, 5d, 1mo, 3mo, 6mo, 1y, 5y), interval (1d, 1wk, 1mo)
Tech Stack
MCP Server: Python,
mcp[cli]SDKData: yfinance, pandas, numpy
Dashboard: Flask, Chart.js, vanilla CSS
Database: SQLite (auto-created)
AI Client: Claude Desktop (free tier)
License
MIT
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
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server for agentic retrieval of financial data from Yahoo Finance, enabling stock information, historical data, analyst data, and more.Last updated713AGPL 3.0
- Flicense-qualityDmaintenanceProduction-grade MCP server that enables AI assistants to access real-time financial market data with intelligent fallback mechanisms, supporting stock prices, comparisons, fundamentals, and market summaries via Yahoo Finance and CSV.Last updated
- Flicense-qualityDmaintenanceA comprehensive Model Context Protocol (MCP) server that transforms Yahoo Finance into a powerful financial analysis platform, providing real-time market data, advanced analytics, and visualizations for professional traders and AI assistants.Last updated
- Flicense-qualityCmaintenanceMCP server wrapping yfinance to provide stock market data, financials, and analytics via 24 tools.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.
Hosted MCP for stocks, options, Greeks, brokers, order previews, alerts, and workflows.
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/nbx0021/MCP-for-Stock-Market-Analysis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server