myMCPserver
by b9b4ymiN
Overview
Provides professional-grade financial analysis tools for stock valuation, investment decision-making, and portfolio management, integrating real-time data from Thai stock markets.
Installation
npm startEnvironment Variables
- SET_WATCH_API_HOST
- SET_WATCH_API_TIMEOUT
- API_AUTH_HEADER
- API_AUTH_VALUE
- ALTERNATIVE_API_HOST
- ALTERNATIVE_API_KEY
- NODE_ENV
- LOG_LEVEL
- PORT
Security Notes
The server exposes powerful file system manipulation tools (read, write, delete, list, search files) through `src/tools/fileSystemTools.ts`. Specifically, `delete_file` with recursive capability poses a critical risk for data loss or system compromise if the server is exposed without stringent sandboxing or if an unconstrained AI agent misuses these tools. `path.resolve` allows operations relative to the server's working directory. While API keys are handled via environment variables, the direct file system access makes it highly vulnerable if not deployed in a strictly isolated and controlled environment.
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.
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.
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).