Stock Market Tracker
JSON →MCP server for advanced financial analysis, stock monitoring, and real-time market intelligence to support buy/sell decisions
Install
pip install -r Tools · 8
- 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.
Environment variables
TELEGRAM_BOT_TOKENTELEGRAM_CHAT_IDSERPAPI_API_KEYTELEGRAM_USER_IDOPENAI_API_KEYALPHA_VANTAGE_API_KEY
Links
★ 1 GitHub stars