Skip to main content
Glama
liqiongyu

Xueqiu MCP

by liqiongyu

capital_assort

Retrieve capital transaction distribution data for specific stocks to analyze trading patterns and investor behavior.

Instructions

获取资金成交分布数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stock_codeNoSZ000002

Implementation Reference

  • main.py:120-124 (handler)
    The MCP tool handler for 'capital_assort'. Registered via @mcp.tool() decorator. Takes stock_code parameter, fetches data using pysnowball.ball.capital_assort, processes timestamps with process_data, and returns as dict. The function signature provides input schema.
    @mcp.tool() def capital_assort(stock_code: str="SZ000002") -> dict: """获取资金成交分布数据""" result = ball.capital_assort(stock_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