StockQuotes.MCP
Verified Safeby lionelschiepers
Overview
Bridges AI assistants with real-time and historical financial market data from Yahoo Finance via the Model Context Protocol.
Installation
npx stockquotes-mcp --transport stdioEnvironment Variables
- LOG_LEVEL
- NODE_ENV
Security Notes
The server utilizes `helmet` for security headers and `express-rate-limit` to prevent abuse on its HTTP transport. Input validation is enforced using Zod schemas. No hardcoded secrets or direct use of `eval` or `child_process` detected. The HTTP endpoint `/mcp` correctly restricts methods to POST. No authentication/authorization is implemented, which is typical for an MCP tool server expected to run in a controlled environment or behind an orchestrator.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via Claude Desktop.
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.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
yfinance-mcp
Fetches real-time and historical stock data, news, and financial charts from Yahoo Finance.