mcp-status-invest
Verified Safeby newerton
Overview
Fetch stock market data including prices, indicators, and payment dates from the Status Invest API for Model Context Protocol (MCP) tools.
Installation
node build/main.jsSecurity Notes
The server primarily acts as a scraper for a public financial website (Status Invest) using direct HTTP fetch and HTML parsing (Cheerio). No 'eval' or direct code injection vulnerabilities were found. Sensitive data handling (API keys, user credentials) is not applicable as it accesses public data. Network calls are directed to a single external API domain. The primary risk is the fragility of web scraping against website changes, not a security vulnerability of the server itself.
Similar Servers
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).
my_stock_mcp_server
Provides real-time stock data and analysis tools for AI models by scraping EastMoney.com.
akshare_mcp
Provides an MCP server exposing selected AKShare financial data interfaces for client applications like LLMs.