MCP server providing real-time stock price tracking with an interactive dashboard
Project description
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"
}
}
}
}
Getting an API Key
This server requires an Alpha Vantage API key to fetch stock data.
- Visit https://www.alphavantage.co/support/#api-key
- 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 |
|---|---|
get_stock_quote |
Fetch real-time stock data for a symbol |
Resources
| Resource | Description |
|---|---|
ui://stock-tracker/dashboard |
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_stock_tracker-0.1.1.tar.gz.
File metadata
- Download URL: mcp_stock_tracker-0.1.1.tar.gz
- Upload date:
- Size: 88.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcba03122129236158b9f11317dc20a39c22eddb9cdd86a13c70545e8a0ac3d7
|
|
| MD5 |
b9317729e49a856c7cab0e48258f2319
|
|
| BLAKE2b-256 |
b38eaae3697453902ecfe5ec3aaa688511994f8b9d3f6f724e10edf53d0e9604
|
File details
Details for the file mcp_stock_tracker-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mcp_stock_tracker-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6445d3b6e28dfc9de0104d8abf41fb943098fee178de67cd1246a7b5d46693e7
|
|
| MD5 |
f63d9adde57e8c2dc2a029b6a4b1ccd2
|
|
| BLAKE2b-256 |
274d28e0716a61589e1f19345814c5f30173b4e85400d763d7e102c8114becdf
|