MCP Servers / other / Stock Market Tracker

Stock Market Tracker

JSON →
stdionone1other

MCP server for advanced financial analysis, stock monitoring, and real-time market intelligence to support buy/sell decisions

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: stock-market-tracker
Tools
What this server exposes
financial_context
Extracts tickers and keywords from a user query, fetches and summarizes relevant news, and returns a structured context and prompt for downstream analysis.
market_summary
Returns a live summary of global markets, including indices, top movers, and news headlines.
get_portfolio
Retrieves the current list of tracked stocks in the user's portfolio.
add_stock
Add a stock to the portfolio, with cache invalidation and verification.
remove_stock
Remove a stock from the portfolio, with cache invalidation and verification.
portfolio_alerts
Returns all triggered alerts for the portfolio, or for a specific ticker if provided.
check_stock_alerts
Returns alerts for a specific stock, with detailed error handling.
single_stock_alert
Returns alerts for a specific stock, with detailed error handling.
Configuration
Environment & auth
authnone
envTELEGRAM_BOT_TOKEN
envTELEGRAM_CHAT_ID
envSERPAPI_API_KEY
envTELEGRAM_USER_ID
envOPENAI_API_KEY
envALPHA_VANTAGE_API_KEY
Resources
Stock Market Tracker — MCP Server · libregistry