stocks-mcp
Verified Safeby pand40x
Overview
Provides a Model Context Protocol (MCP) server for comprehensive, token-optimized stock market data, technical analysis, and screening, primarily designed for LLMs and Telegram bots.
Installation
node dist/index.jsSecurity Notes
The server primarily communicates over standard I/O (stdio), significantly limiting its external network attack surface. It relies on the 'yahoo-finance2' library for data fetching, which is a common and generally reliable package. Input parameters are validated and formatted (e.g., getTicker), and there are no apparent uses of 'eval', obfuscation, hardcoded secrets, or direct system calls from user input. The main potential risk is any undiscovered vulnerability within the 'yahoo-finance2' dependency itself, which is a common supply-chain risk for any project using external libraries.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).