Wind AIFin Market MCP integration for AI agents.
Connect AI agents to Wind AIFin Market through 15 structured actions, including get company announcements, call tool, and get financial news. Review authenti…
- ACTION CONTRACTS
- 15
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Wind AIFin Market integration exposes
The Wind AIFin Market Agent App exposes 15 provider-backed actions for finance and data work. Its current contract lets an authorized agent search listed-company announcements by company, document type, topic, and time range, call a current wind financial data mcp tool with json arguments after checking its live schema with list_tools, and search financial news by topic, entity, and time range. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Wind AIFin Market account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Wind AIFin Market capabilities.
Showing 12 of 15 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_company_announcementsREADSearch listed-company announcements by company, document type, topic, and time range.
INPUTS: query / top_k
call_toolREVIEWCall a current Wind financial data MCP tool with JSON arguments after checking its live schema with list_tools.
INPUTS: serverType / toolName / arguments
get_financial_newsREADSearch financial news by topic, entity, and time range.
INPUTS: query / top_k
get_fund_klineREADGet historical ETF or LOF K-line price data for an explicit date range and period.
INPUTS: windcode / begin_date / end_date / period / aftype
get_fund_performanceREADGet fund NAV, returns, rankings, risk-adjusted metrics, ratings, and performance data using a natural-language query.
INPUTS: question
get_fund_price_indicatorsREADGet the current trading indicators for up to 50 exchange-traded funds or listed open-ended funds.
INPUTS: windcode / indexes
get_index_klineREADGet historical index or sector K-line data for an explicit date range and period.
INPUTS: windcode / begin_date / end_date / period / aftype
get_index_price_indicatorsREADGet the current price and trading indicators for up to 50 indices or sectors.
INPUTS: windcode / indexes
get_stock_fundamentalsREADGet stock financial statement, ratio, valuation, dividend, and market-cap data using a natural-language query.
INPUTS: question
get_stock_klineREADGet historical stock K-line price and volume data for an explicit date range and period.
INPUTS: windcode / begin_date / end_date / period / aftype
get_stock_price_indicatorsREADGet the current price, trading, valuation, and market-cap indicators for up to 50 stocks.
INPUTS: windcode / indexes
list_toolsREADDiscover the current Wind financial data tools and their live input schemas for stocks, funds, indices, bonds, documents, economics, or analytics.
INPUTS: serverType
INPUT CONTRACTS
Know what the action needs before it runs.
get_company_announcements
queryREQUIRED- A natural-language search query containing the topic or entity and date range when applicable.
top_kOPTIONAL- The maximum number of relevant documents or excerpts to return; defaults to 5.
call_tool
serverTypeREQUIRED- The Wind MCP service family that owns the requested tool.
toolNameREQUIRED- The exact tool name returned by list_tools.
argumentsOPTIONAL- JSON arguments matching the inputSchema returned for the selected tool; serialized arguments must not exceed 1000000 bytes.
get_financial_news
queryREQUIRED- A natural-language search query containing the topic or entity and date range when applicable.
top_kOPTIONAL- The maximum number of relevant documents or excerpts to return; defaults to 5.
get_fund_kline
windcodeREQUIRED- The Wind security name or code.
begin_dateREQUIRED- The inclusive start date in YYYY-MM-DD format.
end_dateREQUIRED- The inclusive end date in YYYY-MM-DD format.
periodOPTIONAL- The requested K-line aggregation period.
aftypeOPTIONAL- The adjustment type: 0 for forward adjustment or 1 for backward adjustment.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Company Announcements
Search listed-company announcements by company, document type, topic, and time range. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_company_announcementsVerify with Get Financial News
Search financial news by topic, entity, and time range. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_financial_newsSAFETY BOUNDARY
Operate Wind AIFin Market with explicit limits
- Authorize Wind AIFin Market with API key and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned Wind AIFin Market data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Wind AIFin Market rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Wind AIFin Market task completed successfully.
CONNECTION MODEL
API key
The WIND_API_KEY used to access Wind financial data. Sign in with your phone number and copy the key from https://aifinmarket.wind.com.cn/#/user/overview.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 14
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- REVIEW SIGNALS
- 1
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Wind AIFin Market.