wind-mcp

Proxy Wind MCP calls to local servers with API key authentication.

705|115|Updated Jun 7, 2026
One-click install
npx skills add https://github.com/jwangkun/claude-for-financial-services-cn --skill wind-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wind-mcp
Source: https://github.com/jwangkun/claude-for-financial-services-cn/tree/main/mcp-servers/wind-mcp
Command: npx skills add https://github.com/jwangkun/claude-for-financial-services-cn --skill wind-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, mcp, urllib3, and includes references (resource) components.

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.

Frequently Asked Questions about wind-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Wind financial data retrieval from a local script?

To automate Wind financial data retrieval locally, run the lightweight local server to proxy MCP calls to Wind servers. It authenticates via WIND_API_KEY, initializes the session, and forwards tool calls, returning structured JSON results.

What types of financial data can I access through a local Wind MCP proxy?

A local Wind MCP proxy provides full tool coverage across stock data, global stock data, fund data, index data, bond data, financial docs, economic data, and analytics, returning structured JSON results for downstream workflows.

How do I authenticate Wind API requests using MCP?

You authenticate Wind API requests using MCP by providing the WIND_API_KEY credential. The proxy server safely handles this API key authentication before initializing the MCP session and forwarding your tool calls.

Does the Wind MCP proxy support SSE parsing for financial data integration?

Yes, the Wind MCP proxy supports robust SSE parsing to handle structured JSON results. This ensures reliable integration of financial data, such as macros and company announcements, into downstream automated workflows.

What do I need to set up a local proxy for Wind MCP servers?

To set up a local proxy for Wind MCP servers, you need Python dependencies including requests, mcp, and urllib3. You also require a valid WIND_API_KEY to authenticate and initialize the MCP session.

Why does my Wind MCP tool call fail to return structured JSON locally?

Wind MCP tool calls may fail locally due to missing WIND_API_KEY authentication or network issues. The proxy includes robust error handling and SSE parsing to manage failures and ensure reliable structured JSON results.