Used for querying the list of funds on sale, fund valuation data, and fund announcements.
The APP Code required for API authentication can be applied for on the Alibaba Cloud API Marketplace: https://market.aliyun.com/apimarket/detail/cmapi026966
This MCP server, named fund-data-query
, is primarily used to provide fund-related data query services. It achieves the acquisition of various types of fund information through a series of tools, including but not limited to lists of funds on sale, fund valuation data, and fund announcements. These tools all use the HTTP GET method to send requests to specified URLs and require specific application codes (appCode) for authorization verification. The data format returned by each tool is JSON.
limit
: Number of items displayed per page.page
: The current page number being viewed.fundcode
: The specific fund code to be queried.fundcode
: Target fund code.limit
: Maximum number of results to return.page
: Pagination index.fundcode
: The fund code of the object to be queried.fundcode
: Identifier of the specific fund.... [Some tool introductions are omitted here for brevity]
limit
: The maximum number of records to return in a single request.page
: The page number of the data requested.saleStatus
: Whether to show only funds that are currently on sale or also include those not yet open for subscription. The default value is true.The above is a brief description of the main tools provided by the MCP server, along with their basic functions and usage scenarios. Each tool is designed with corresponding API endpoints, and developers can call the appropriate interfaces based on actual needs to obtain the required information.
by: Higress official
A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.
appCode