Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"wind-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Wind MCP A Model Context Protocol server that gives AI assistants direct access to Wind Financial Terminal data. [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://modelcontextprotocol.io) --- Wind MCP bridges the Wind Financial Terminal (万得) with AI assistants via the [Model Context Protocol](https://modelcontextprotocol.io). It exposes **19 tools** covering market data, fundamentals, macro economics, screening, estimates, and date utilities — all accessible through natural language. > Companion project to [Bloomberg-MCP](https://github.com/QmQsun/Bloomberg-MCP). Same architecture, same philosophy — but for Wind (万得). ``` You: "拉一下贵州茅台过去20天的量价数据" Claude: runs wind_historical with codes=600519.SH, fields=close,volume → Returns structured price/volume time series You: "Find me A-share stocks with PE < 15 and ROE > 20%" Claude: runs wind_dynamic_screen with universe=A-shares, filters, rank → Returns filtered and ranked stock list ``` ## Architecture ```mermaid graph TB subgraph Clients CC[Claude Code] WC[Web Client] CA[Custom App] end subgraph "Wind MCP Server" direction TB MCP["FastMCP Server<br/><i>19 tools exposed</i>"] subgraph Handlers["Handler Layer"] direction LR SNAP[Snapshot & Historical] INTRA[Minute Bars & Ticks] MACRO[Macro & Sector] SCREEN[Screening] EST[Estimates & Holders] CAL[Calendar & Dates] end subgraph Core["Core Layer"] direction LR SESSION["WindSession<br/><i>Singleton + atexit</i>"] CACHE["WindCache<br/><i>TTL-based</i>"] …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.