myMCPserver
Verified Safeby b9b4ymiN
Overview
Provides comprehensive stock valuation and financial analysis tools, integrated with real-time Thai stock market data, for investment decision-making.
Installation
docker run -p 2901:2901 stock-valuation-mcpEnvironment Variables
- SET_WATCH_API_HOST
- SET_WATCH_API_TIMEOUT
- API_AUTH_HEADER
- API_AUTH_VALUE
- NODE_ENV
- LOG_LEVEL
- PORT
Security Notes
The server uses environment variables for API keys and host configuration, following good security practices. No 'eval' or obfuscation found. External API calls to the SET Watch API have inherent third-party risks, which are mitigated by configurable timeouts. The server does not implement direct user authentication/authorization, relying on external client integration (MCP protocol) and network access controls, which is typical for its intended use as a local/private tool server. Rate limiting is mentioned as a capability, though not explicitly configured in the main server code snippet provided.
Similar Servers
mcp-server-chart
This server provides a Model Context Protocol (MCP) interface for generating various charts and maps using the AntV visualization library, suitable for data analysis and visualization tasks.
maverick-mcp
Personal stock analysis MCP server for financial data analysis, technical indicators, and portfolio optimization tools integrated with 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.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.