Back to Home
Xxx00xxX33 icon

tushare_etf_mcp

Verified Safe

by 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

Run Command
docker-compose up -d

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens6
Stars0
Forks0
Last Update2025-12-15

Tags

ETF DataFinancial TradingFastAPITuShareStreamable HTTP