tushare_etf_mcp
Verified Safeby Xxx00xxX33
Overview
Provides a Model-Context-Protocol (MCP) server for retrieving and analyzing Exchange-Traded Fund (ETF) data from the Chinese A-share market via the TuShare API.
Installation
docker-compose up -dEnvironment Variables
- TUSHARE_TOKEN
Security Notes
The server uses FastAPI for its web interface and handles external API tokens via environment variables, a good security practice. Input parameters are used to query the TuShare API, which is expected to handle its own input validation; there are no obvious direct command or SQL injection vulnerabilities. Async operations are properly managed using `asyncio.to_thread` to prevent blocking. No 'eval' or other highly dangerous patterns are detected.
Similar Servers
alpaca-mcp-server
Enables natural language trading operations for Alpaca's Trading API via AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
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).
futu-stock-mcp-server
A Model Context Protocol (MCP) server for accessing Futu OpenAPI functionality, providing standardized MCP protocol to AI models for market data subscription and querying, including trading capabilities.