Skip to main content
Glama
xiaozhozho

akshare-mcp

by xiaozhozho

akshare_stock_hk_us

Retrieve Hong Kong and US stock data including company profiles, financials, dividends, historical quotes, and real-time market information.

Instructions

Hong Kong and US stock data: HK stock profiles, financials, dividend history, industry comparisons; US stock real-time and historical quotes, and exchange information.

Available Methods

  • stock_hk_company_profile_em(symbol='03900') 东方财富-港股-公司资料

  • stock_hk_daily(symbol='00981', adjust='') 新浪财经-港股-个股的历史行情数据

  • stock_hk_dividend_payout_em(symbol='03900') 东方财富-港股-核心必读-分红派息

  • stock_hk_famous_spot_em() 东方财富网-行情中心-港股市场-知名港股

  • stock_hk_fhpx_detail_ths(symbol='0700') 同花顺-港股-分红派息

  • stock_hk_financial_indicator_em(symbol='03900') 东方财富-港股-核心必读-最新指标

  • stock_hk_ggt_components_em() 东方财富网-行情中心-港股市场-港股通成份股

  • stock_hk_growth_comparison_em(symbol='03900') 东方财富-港股-行业对比-成长性对比

  • stock_hk_gxl_lg() 乐咕乐股-股息率-恒生指数股息率

  • stock_hk_hist(symbol='00593', period='daily', start_date='19700101', end_date='22220101', adjust='') 东方财富网-行情-港股-每日行情

  • stock_hk_hist_min_em(symbol='01611', period='1', adjust='', start_date='1979-09-01 09:32:00', end_date='2222-01-01 09:32:00') 东方财富网-行情-港股-每日分时行情

  • stock_hk_hot_rank_detail_em(symbol='00700') 东方财富-个股人气榜-历史趋势

  • stock_hk_hot_rank_detail_realtime_em(symbol='00700') 东方财富-个股人气榜-实时变动

  • stock_hk_hot_rank_em() 东方财富-个股人气榜-人气榜-港股市场

  • stock_hk_hot_rank_latest_em(symbol='00700') 东方财富-个股人气榜-最新排名

  • stock_hk_index_daily_em(symbol='HSTECF2L') 东方财富网-港股-股票指数数据

  • stock_hk_index_daily_sina(symbol='CES100') 新浪财经-港股指数-历史行情数据

  • stock_hk_index_spot_em() 东方财富网-行情中心-港股-指数实时行情

  • stock_hk_index_spot_sina() 新浪财经-行情中心-港股指数

  • stock_hk_indicator_eniu(symbol='hk01093', indicator='市盈率') 亿牛网-港股指标

  • stock_hk_main_board_spot_em() 东方财富网-港股-主板-实时行情

  • stock_hk_profit_forecast_et(symbol='09999', indicator='盈利预测概览') 经济通-公司资料-盈利预测

  • stock_hk_scale_comparison_em(symbol='03900') 东方财富-港股-行业对比-规模对比

  • stock_hk_security_profile_em(symbol='03900') 东方财富-港股-证券资料

  • stock_hk_spot() 新浪财经-港股的所有港股的实时行情数据

  • stock_hk_spot_em() 东方财富网-港股-实时行情

  • stock_hk_valuation_baidu(symbol='06969', indicator='总市值', period='近一年') 百度股市通-港股-财务报表-估值数据

  • stock_hk_valuation_comparison_em(symbol='03900') 东方财富-港股-行业对比-估值对比

  • stock_us_daily(symbol='FB', adjust='') 新浪财经-美股

  • stock_us_famous_spot_em(symbol='科技类') 东方财富网-行情中心-美股市场-知名美股

  • stock_us_hist(symbol='105.MSFT', period='daily', start_date='19700101', end_date='22220101', adjust='') 东方财富网-行情-美股-每日行情

  • stock_us_hist_min_em(symbol='105.ATER', start_date='1979-09-01 09:32:00', end_date='2222-01-01 09:32:00') 东方财富网-行情首页-美股-每日分时行情

  • stock_us_pink_spot_em() 东方财富网-行情中心-美股市场-粉单市场

  • stock_us_spot() 新浪财经-所有美股的数据, 注意延迟 15 分钟

  • stock_us_spot_em() 东方财富网-美股-实时行情

  • stock_us_valuation_baidu(symbol='NVDA', indicator='总市值', period='近一年') 百度股市通-美股-财务报表-估值数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNo
adjustNo
methodYes
periodNo
symbolNo
end_dateNo
start_dateNo
params_jsonNo{}

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It does not mention read-only nature, authorization needs, rate limits, or effects. Only method names and sources are given, which is insufficient for safe invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is excessively long and unstructured, presented as a flat list of methods without grouping or hierarchy. It could be condensed into a brief overview with links to method details, but instead overloads the agent with raw enumeration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite the presence of an output schema, the description lacks essential context: how to choose a method, what the 'method' parameter values are (only examples), and how to construct other parameters. The tool's complexity is high, but the description does not sufficiently compensate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description does not explain parameters. It shows example values (e.g., symbol='03900') but does not clarify their meaning, formatting, or optionality. The long list of methods with inline params adds some context but is inconsistent and incomplete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description begins with 'Hong Kong and US stock data', which broadly indicates the resource but lacks a specific verb-action. It is not a tautology, but it fails to state a clear, single purpose or differentiate from siblings like akshare_stock_a beyond asset class.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs siblings. The description simply lists methods without context about selection criteria, prerequisites, or alternatives, leaving the agent to infer usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/xiaozhozho/akshare-mcp'

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