What problem does it solve?
Wind MCP enables programmatic access to Wind's data services from a local environment by proxying requests to Wind MCP servers, enabling automated data retrieval and tool execution without manual API calls.
Core Features & Use Cases
- Local MCP proxy: run a lightweight local server that forwards calls to Wind MCP, preserving full tool coverage across stock data, global stock data, fund data, index data, bond data, financial docs, economic data, and analytics.
- Secure access: supports API key authentication via WIND_API_KEY and safe handling of credentials.
- Structured results: returns JSON results from Wind MCP with robust SSE parsing and error handling for reliable integration into downstream workflows.
- Use Case: a quant analyst automates fetching latest macros and company announcements for a daily report by calling Wind MCP tools from a local script.
Quick Start
Start the Wind MCP proxy locally using the provided server script and issue a tool call via the CLI to verify connectivity.