CasualMarket
by sacahan
Overview
Provides a comprehensive MCP Server for Taiwan stock market data, offering real-time stock quotes, financial analysis, market insights, and simulated trading tools.
Installation
uvx --from . casual-market-mcpEnvironment Variables
- LOG_LEVEL
- MARKET_MCP_API_TIMEOUT
- MARKET_MCP_API_RETRIES
- MARKET_MCP_CACHE_TTL
- MARKET_MCP_CACHE_MAX_SIZE
- MARKET_MCP_CACHE_MAX_MEMORY_MB
- MARKET_MCP_CACHING_ENABLED
- MARKET_MCP_RATE_LIMIT_INTERVAL
- MARKET_MCP_RATE_LIMIT_GLOBAL_PER_MINUTE
- MARKET_MCP_RATE_LIMIT_PER_SECOND
- MARKET_MCP_RATE_LIMITING_ENABLED
- MARKET_MCP_MONITORING_STATS_RETENTION_HOURS
- MARKET_MCP_MONITORING_CACHE_HIT_RATE_TARGET
- MARKET_MCP_TWSE_API_URL
- MARKET_MCP_LOG_FORMAT
- MARKET_MCP_LOG_FILE
Security Notes
The `src/api/openapi_client.py` sets `verify=False` for its `httpx.AsyncClient` which disables SSL certificate validation. This is a critical security vulnerability as it makes the connection susceptible to Man-in-the-Middle (MITM) attacks, allowing attackers to intercept and potentially alter communication without detection. This setting should be changed to `verify=True` in a production environment, or a robust alternative security mechanism should be implemented.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade 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.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
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.