MCP Stock Tracker
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 Stock Trackerwhat's the current price of 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 Stock Tracker
A Model Context Protocol (MCP) server that provides real-time stock price tracking with an interactive dashboard.
Installation
Goose
Or install manually: Go to Advanced settings -> Extensions -> Add custom extension. Name to your liking, use type STDIO, and set the command to uvx mcp-stock-tracker. Click "Add Extension".
Other MCP Clients (Claude Desktop, etc.)
Add to your MCP client configuration:
{
"mcpServers": {
"stock-tracker": {
"command": "uvx",
"args": ["mcp-stock-tracker"],
"env": {
"ALPHA_VANTAGE_API_KEY": "your-api-key-here"
}
}
}
}Related MCP server: Stocks MCP Server
Getting an API Key
This server requires an Alpha Vantage API key to fetch stock data.
Sign up for a free API key (25 requests/day)
Premium tiers with higher limits available at https://www.alphavantage.co/premium/
Features
Real-time stock quotes via Alpha Vantage API
Interactive web dashboard for tracking multiple stocks
Auto-refresh every 30 seconds
Visual price change indicators (green/red)
Track price, volume, and daily high/low
Tools
Tool | Description |
| Fetch real-time stock data for a symbol |
Resources
Resource | Description |
| Interactive dashboard UI |
Development
git clone https://github.com/DOsinga/mcp_app_stocks.git
cd mcp_app_stocks
pip install -e ".[dev]"License
MIT License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- -license-qualityDmaintenanceProvides real-time and historical stock market data through the Alpha Vantage API. Enables users to get current stock prices and retrieve historical stock data for any major stock symbol via natural language queries.Last updated
- Flicense-qualityDmaintenanceProvides real-time access to financial market data including stock quotes, company information, cryptocurrency exchange rates, historical options chains, and time series data through the Alpha Vantage API.Last updated
- AlicenseCqualityDmaintenanceProvides access to real-time and historical stock market data through the Alpha Vantage API, enabling financial analysis and market data queries through natural language.Last updated10074Apache 2.0
- Alicense-qualityDmaintenanceProvides real-time stock quotes, search, time series data, and company overviews using Alpha Vantage API.Last updated12ISC
Related MCP Connectors
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
Real-time news with bias scoring, live market data, and AI-powered options pricing
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
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/DOsinga/mcp_app_stocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server