Skip to main content
Glama
liqiongyu

Xueqiu MCP

by liqiongyu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XUEQIU_TOKENYesYour Xueqiu token (format: 'xq_a_token=xxxxx;u=xxxx')

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
quotecC

获取某支股票的行情数据

quote_detailC

获取某支股票的行情数据-详细

pankouC

获取实时分笔数据,可以实时取得股票当前报价和成交信息

klineC

获取K线数据。第二参数可制定从现在到N天前,默认100

earningforecastC

按年度获取业绩预告数据

reportC

获取机构评级数据

capital_flowC

获取当日资金流如流出数据,每分钟数据

capital_historyC

获取历史资金流如流出数据,每日数据

capital_assortC

获取资金成交分布数据

blocktransC

获取大宗交易数据

marginC

获取融资融券数据

indicatorC

按年度、季度获取业绩报表数据

Args:
    stock_code: 股票代码
    is_annals: 只获取年报,默认为1
    count: 返回数据数量,默认5条
incomeB

获取利润表数据

Args:
    stock_code: 股票代码
    is_annals: 只获取年报,默认为1
    count: 返回数据数量,默认5条
balanceB

获取资产负债表数据

Args:
    stock_code: 股票代码
    is_annals: 只获取年报,默认为1
    count: 返回数据数量,默认5条
cash_flowC

获取现金流量表数据

Args:
    stock_code: 股票代码
    is_annals: 只获取年报,默认为1
    count: 返回数据数量,默认5条
businessC

获取主营业务构成数据

Args:
    stock_code: 股票代码
    count: 返回数据数量,默认5条
top_holdersB

获取十大股东数据

Args:
    stock_code: 股票代码
    circula: 只获取流通股,默认为1
main_indicatorC

获取F10主要指标数据

holdersC

获取F10股东人数数据

org_holding_changeC

获取F10机构持仓数据

bonusC

获取F10分红融资数据

Args:
    stock_code: 股票代码
    page: 第几页 默认1
    size: 每页含有多少数据 默认10
industry_compareC

获取F10行业对比数据

watch_listC

获取用户自选列表

watch_stockC

获取用户自选列表详情

Args:
    pid: 自选列表ID
nav_dailyC

获取组合净值数据

Args:
    cube_symbol: 组合代码
rebalancing_historyC

获取组合历史交易信息

Args:
    cube_symbol: 组合代码
convertible_bondC

获取可转债信息

Args:
    page_size: 每页显示数量
    page_count: 页码
index_basic_infoC

获取指数基本信息

Args:
    index_code: 指数代码
index_details_dataC

获取指数详细信息

Args:
    index_code: 指数代码
index_weight_top10C

获取指数权重股前十

Args:
    index_code: 指数代码
index_perf_7C

获取指数最近7天收益数据

Args:
    index_code: 指数代码
index_perf_30C

获取指数最近30天收益数据

Args:
    index_code: 指数代码
index_perf_90C

获取指数最近90天收益数据

Args:
    index_code: 指数代码
northbound_shareholding_shB

获取深港通北向数据

Args:
    date: 日期,默认当天,格式:'2022/01/19'
northbound_shareholding_szC

获取沪港通北向数据

Args:
    date: 日期,默认当天,格式:'2022/01/19'
fund_detailC

获取基金详细信息

Args:
    fund_code: 基金代码
fund_infoC

获取基金基本信息

Args:
    fund_code: 基金代码
fund_growthC

获取基金增长数据

Args:
    fund_code: 基金代码
fund_nav_historyC

获取基金历史净值数据

Args:
    fund_code: 基金代码
fund_achievementC

获取基金业绩表现数据

Args:
    fund_code: 基金代码
fund_assetC

获取基金资产配置数据

Args:
    fund_code: 基金代码
fund_managerC

获取基金经理信息

Args:
    fund_code: 基金代码
fund_trade_dateC

获取基金交易日期信息

Args:
    fund_code: 基金代码
fund_derivedC

获取基金衍生数据

Args:
    fund_code: 基金代码
suggest_stockC

关键词搜索股票代码

Args:
    keyword: 关键词

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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