Skip to main content
Glama
liqiongyu

Xueqiu MCP

by liqiongyu

fund_info

Retrieve essential fund information including basic details and specifications by providing the fund code through the Xueqiu MCP server.

Instructions

获取基金基本信息

Args: fund_code: 基金代码

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fund_codeNoSZ000002

Implementation Reference

  • main.py:409-417 (handler)
    The handler function for the 'fund_info' MCP tool. It is decorated with @mcp.tool() for registration and executes the core logic by calling ball.fund_info(fund_code) from pysnowball library and processing the result with process_data.
    @mcp.tool() def fund_info(fund_code: str="SZ000002") -> dict: """获取基金基本信息 Args: fund_code: 基金代码 """ result = ball.fund_info(fund_code) return process_data(result)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/liqiongyu/xueqiu_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server