AkTools Pro MCP Server
OCI · GHCR.IO/TCHIVS/AKTOOLS-PRO:LATEST · 2 COMPONENTS · SCANNED AUG 3
🚀 AkTools Pro: 增强型金融 MCP 服务器。内置策略回测、模拟盘管理及实时异动监控。
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- CVE data not yet available for this package.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency-health data not yet available.Unverified
Provenance & Transparency19
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 181 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability64
- 50% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 5707 tokens (~92/item across 62 items; 58 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
- 98% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (3% of tools); any adoption earns full credit.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/tchivs/aktools-pro:latest
claude mcp add tchivs-aktools-pro -- docker run --rm -i ghcr.io/tchivs/aktools-pro:latest
codex mcp add tchivs-aktools-pro -- docker run --rm -i ghcr.io/tchivs/aktools-pro:latest
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tchivs-aktools-pro": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/tchivs/aktools-pro:latest"
],
"enabled": true
}
}
} mcp_servers:
tchivs-aktools-pro:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/tchivs/aktools-pro:latest"] {
"mcpServers": {
"tchivs-aktools-pro": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/tchivs/aktools-pro:latest"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 31 Jul 26 −5
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 +30
- Tool coverage: unverified → 98 ▲ functional
- Schema quality: unverified → 50 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Tool coverage: 3 functional
- First check of Schema quality: good functional
- First check of Schema quality: pass functional
- First check of Schema quality: fail functional
- 26 Jul 26 5
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed oci/ghcr.io/tchivs/aktools-pro:latest
Provenance none
Ecosystem: oci · Outcome: none
Reason: no_attestation
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
backtest_crypto_strategy 加密货币策略回测 ~103
基于加密货币历史价格与技术指标进行简单策略回测(SMA/RSI/MACD)
| Name | Type | Req | Description |
|---|---|---|---|
| bar | string | — | K线周期: 1H/4H/1D |
| limit | integer | — | 回测K线数量 |
| strategy | string | — | 策略类型: SMA/RSI/MACD |
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
backtest_strategy 策略回测 ~124
基于历史价格与技术指标进行简单策略回测(SMA/RSI/MACD/BOLL/MA_CROSS/KDJ)
| Name | Type | Req | Description |
|---|---|---|---|
| days | integer | — | 回测天数 |
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
| strategy | string | — | 策略类型: SMA/RSI/MACD/BOLL/MA_CROSS/KDJ |
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
binance_ai_report 获取加密货币分析报告 ~56
获取币安对加密货币的AI分析报告,此工具对分析加密货币非常有用,推荐使用
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 加密货币币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
cache_clear 清理缓存 ~42
清理指定的缓存键,或清理所有缓存
| Name | Type | Req | Description |
|---|---|---|---|
| key | string | — | 要清理的缓存键,留空则清理所有缓存 |
No output schema declared.
No examples provided.
cache_status 查看缓存状态 ~23
查看当前缓存的键和数量,用于调试和监控
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
composite_stock_diagnostic 个股综合诊断 ~78
复合技能:一键获取技术面、基本面和消息面的综合诊断数据
| Name | Type | Req | Description |
|---|---|---|---|
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
crypto_composite_diagnostic 加密货币综合诊断 ~54
复合技能:一键获取加密货币技术面、情绪面和AI报告的综合诊断数据
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
crypto_prices 获取加密货币历史价格 ~139
获取OKX加密货币的历史K线数据,输出标准化行情字段
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),最大300,最小建议30 |
| period | string | — | K线时间粒度,仅支持: [1m/3m/5m/15m/30m/1H/2H/4H/6H/12H/1D/2D/3D/1W/1M/3M] 除分钟为小写m外,其余均为大写 |
| symbol | string | — | 产品ID,格式: BTC-USDT |
No output schema declared.
No examples provided.
crypto_sentiment_metrics 获取加密货币情绪指标 ~99
获取OKX加密货币杠杆多空比与主动买卖数据
| Name | Type | Req | Description |
|---|---|---|---|
| inst_type | string | — | 产品类型 SPOT:现货 CONTRACTS:衍生品 |
| period | string | — | 时间粒度,仅支持: [5m/1H/1D] 注意大小写,仅分钟为小写m |
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
draw_ascii_chart 生成走势字符图 ~75
根据提供的价格列表生成一个简单的 ASCII 走势图,用于直观展示趋势
| Name | Type | Req | Description |
|---|---|---|---|
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
draw_crypto_chart 加密货币走势图 ~62
生成加密货币的 ASCII 走势图,用于直观展示趋势
| Name | Type | Req | Description |
|---|---|---|---|
| bar | string | — | K线周期: 1H/4H/1D |
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
fear_greed_index 获取恐惧贪婪指数 ~46
获取加密货币市场恐惧贪婪指数(0-100),0为极度恐惧,100为极度贪婪
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
fund_holdings 获取基金持仓明细 ~55
获取基金的股票持仓明细,包括持仓股票代码、名称、持仓比例等,用于分析基金投资组合
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | 基金代码,例如: 000001(华夏成长) |
No output schema declared.
No examples provided.
fund_info 获取基金基本信息 ~46
获取基金的基本信息,包括基金名称、类型、规模、管理人等详细信息
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | 基金代码,例如: 000001(华夏成长) |
No output schema declared.
No examples provided.
fund_nav 获取基金净值历史 ~70
获取基金的历史净值数据,包括单位净值、累计净值、日增长率等,用于分析基金业绩表现
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | 基金代码,例如: 000001(华夏成长) |
| limit | integer | — | 返回数量(int),建议30-252 |
No output schema declared.
No examples provided.
fund_ranking 获取基金排行榜 ~75
获取不同类型基金的排行榜数据,包括收益率、规模等指标,支持按时间周期和基金类型筛选
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | — | 基金类型,支持: 全部, 股票型, 混合型, 债券型, 指数型, QDII, ETF, LOF |
No output schema declared.
No examples provided.
futures_basis 获取期现价差 ~147
获取期货与现货价格的基差数据,用于判断市场预期和套利机会
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 期货品种,支持: 螺纹钢(RB), 铁矿石(I), 原油(SC), 沪铜(CU), 沪金(AU), 沪银(AG), 焦炭(J), 焦煤(JM), 动力煤(ZC), 玉米(C), 豆粕(M), 豆油(Y), 棕榈油(P), 白糖(SR), 棉花(CF), PTA(TA), 甲醇(MA), 玻璃(FG) |
No output schema declared.
No examples provided.
futures_inventory 获取期货库存 ~147
获取国内期货品种的仓单库存数据,用于判断供需关系和价格走势
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 期货品种,支持: 螺纹钢(RB), 铁矿石(I), 原油(SC), 沪铜(CU), 沪金(AU), 沪银(AG), 焦炭(J), 焦煤(JM), 动力煤(ZC), 玉米(C), 豆粕(M), 豆油(Y), 棕榈油(P), 白糖(SR), 棉花(CF), PTA(TA), 甲醇(MA), 玻璃(FG) |
No output schema declared.
No examples provided.
futures_positions 获取期货持仓排名 ~148
获取期货主力合约的机构持仓排名数据,用于判断主力资金动向
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 期货品种,支持: 螺纹钢(RB), 铁矿石(I), 原油(SC), 沪铜(CU), 沪金(AU), 沪银(AG), 焦炭(J), 焦煤(JM), 动力煤(ZC), 玉米(C), 豆粕(M), 豆油(Y), 棕榈油(P), 白糖(SR), 棉花(CF), PTA(TA), 甲醇(MA), 玻璃(FG) |
No output schema declared.
No examples provided.
futures_prices 获取期货价格 ~166
获取国内期货主力合约的历史价格数据���包括开高低收、成交量等技术指标
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-252 |
| symbol | string | — | 期货品种,支持: 螺纹钢(RB), 铁矿石(I), 原油(SC), 沪铜(CU), 沪金(AU), 沪银(AG), 焦炭(J), 焦煤(JM), 动力煤(ZC), 玉米(C), 豆粕(M), 豆油(Y), 棕榈油(P), 白糖(SR), 棉花(CF), PTA(TA), 甲醇(MA), 玻璃(FG) |
No output schema declared.
No examples provided.
fx_history 获取外汇历史汇率 ~124
获取指定货币对的历史汇率数据,用于分析汇率走势和波动
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-252 |
| symbol | string | — | 货币对代码,支持: USDCNY(美元/人民币), EURUSD(欧元/美元), USDJPY(美元/日元), GBPUSD(英镑/美元), AUDUSD(澳元/美元), USDCAD(美元/加元), USDCHF(美元/瑞郎), NZDUSD(纽元/美元) |
No output schema declared.
No examples provided.
fx_rates 获取外汇汇率 ~105
获取主要货币对的实时汇率报价,输出标准化字段
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 货币对代码,支持: USDCNY(美元/人民币), EURUSD(欧元/美元), USDJPY(美元/日元), GBPUSD(英镑/美元), AUDUSD(澳元/美元), USDCAD(美元/加元), USDCHF(美元/瑞郎), NZDUSD(纽元/美元) |
No output schema declared.
No examples provided.
get_current_time 获取当前时间及A股交易日信息 ~34
获取当前系统时间及A股交易日信息,建议在调用其他需要日期参数的工具前使用该工具
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
institutional_holding_summary 机构持仓汇总 ~33
获取个股最新机构持仓与持股比例等信息
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
macro_cpi 获取CPI通胀数据 ~53
获取中国居民消费价格指数(CPI)月度数据,包括当月同比、环比增长率,用于分析通胀水平
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议12-60 |
No output schema declared.
No examples provided.
macro_gdp 获取GDP数据 ~45
获取中国GDP季度数据,包括季度值、同比增长率、环比增长率等关键指标
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议10-40 |
No output schema declared.
No examples provided.
macro_interest_rate 获取利率数据 ~56
获取中国贷款市场报价利率(LPR)数据,包括1年期和5年期以上LPR,用于分析货币政策和贷款成本
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议12-60 |
No output schema declared.
No examples provided.
macro_money_supply 获取货币供应量数据 ~59
获取中国货币供应量(M0/M1/M2)月度数据,包括当月值、同比增长率,用于分析货币政策和流动性
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议12-60 |
No output schema declared.
No examples provided.
macro_pmi 获取PMI制造业指数 ~60
获取中国制造业采购经理指数(PMI)月度数据,50为荣枯线,高于50表示制造业扩张,低于50表示收缩
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议12-60 |
No output schema declared.
No examples provided.
market_anomaly_scan 全市场异动扫描 ~92
扫描 A 股市场实时的异动信号,如火箭发射、大笔买入、快速反弹等
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 异动类型,可选: 火箭发射, 快速反弹, 加速下跌, 高台跳水, 大笔买入, 大笔卖出, 封涨停板, 打开涨停板 |
No output schema declared.
No examples provided.
market_prices 获取市场历史价格 ~121
统一获取股票/ETF历史价格及技术指标,输出标准化行情字段
| Name | Type | Req | Description |
|---|---|---|---|
| asset | string | — | 资产类型: equity/etf |
| limit | integer | — | 返回数量(int) |
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
| period | string | — | 周期,如: daily(日线), weekly(周线,不支持美股) |
| symbol | string | yes | 股票代码 |
| Name | Type | Req | Description |
|---|---|---|---|
| result | string | yes | — |
No examples provided.
northbound_funds 北向资金近况 ~22
获取北向资金近 10 个交易日数据
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
okx_funding_rate 获取资金费率 ~57
获取OKX永续合约的资金费率,正费率表示多头付费给空头,负费率反之
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
okx_open_interest 获取合约持仓量 ~46
获取OKX永续合约的持仓量数据,用于判断市场资金流向
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 币种,格式: BTC 或 ETH |
No output schema declared.
No examples provided.
pm_basis 获取贵金属期现基差 ~49
获取贵金属期货与现货价格的基差数据,用于判断市场预期和套利机会
| Name | Type | Req | Description |
|---|---|---|---|
| metal | string | — | 金属类型,支持: 黄金, 白银 |
No output schema declared.
No examples provided.
pm_benchmark_price 获取上海金银基准价 ~70
获取上海黄金交易所发布的黄金或白银基准价格,这是国内贵金属定价的重要参考
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-90 |
| metal | string | — | 金属类型,支持: gold(黄金), silver(白银) |
No output schema declared.
No examples provided.
pm_comex_inventory 获取COMEX库存数据 ~60
获取COMEX交易所黄金或白银库存数据,用于判断供需关系
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-90 |
| metal | string | — | 金属类型,支持: 黄金, 白银 |
No output schema declared.
No examples provided.
pm_composite_diagnostic 贵金属综合诊断 ~65
复合技能:一键获取贵金属的价格走势、ETF持仓、COMEX库存、期现基差等综合诊断数据
| Name | Type | Req | Description |
|---|---|---|---|
| metal | string | — | 金属类型,支持: gold(黄金), silver(白银) |
No output schema declared.
No examples provided.
pm_etf_holdings 获取贵金属ETF持仓变化 ~67
获取全球黄金或白银ETF持仓量变化数据,用于判断机构资金流向
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-90 |
| metal | string | — | 金属类型,支持: gold(黄金), silver(白银) |
No output schema declared.
No examples provided.
pm_international_prices 获取国际贵金属价格 ~73
获取国际贵金属实时价格,包括伦敦金、伦敦银、COMEX黄金、COMEX白银等
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | — | 品种代码,支持: XAU(伦敦金), XAG(伦敦银), GC(COMEX黄金), SI(COMEX白银) |
No output schema declared.
No examples provided.
pm_spot_prices 获取上海金交所现货价格 ~107
获取上海黄金交易所现货历史价格数据,包括黄金、白银等品种的价格走势和技术指标
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | 返回数量(int),建议30-252 |
| symbol | string | — | 品种代码,支持: Au99.99(黄金9999), Au99.95(黄金9995), Au(T+D)(黄金T+D), Ag99.99(白银9999), Ag(T+D)(白银T+D) |
No output schema declared.
No examples provided.
portfolio_add 添加持仓记录 ~97
在模拟盘中添加一笔持仓记录,用于后续跟踪盈亏
| Name | Type | Req | Description |
|---|---|---|---|
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
| price | number | yes | 买入价格 |
| symbol | string | yes | 股票或币种代码 |
| volume | number | yes | 买入数量 |
No output schema declared.
No examples provided.
portfolio_chart 持仓盈亏图表 ~31
生成持仓盈亏的 ASCII 柱状图,直观展示各持仓盈亏情况
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
portfolio_view 查看模拟盘盈亏 ~21
计算当前所有模拟持仓的实时盈亏情况
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
search 查找股票代码 ~113
根据股票名称、公司名称等关键词查找股票代码, 不支持加密货币。该工具比较耗时,当你知道股票代码或用户已指定股票代码时,建议直接通过股票代码使用其他工具
| Name | Type | Req | Description |
|---|---|---|---|
| keyword | string | yes | 搜索关键词,公司名称、股票名称、股票代码、证券简称 |
| market | string | — | 股票市场,仅支持: sh(上证), sz(深证), hk(港股), us(美股), 不支持加密货币 |
No output schema declared.
No examples provided.
sector_rotation 行业轮动 ~25
基于行业资金流与涨跌幅识别短期强势行业
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
sector_valuation 行业估值水平 ~25
获取申万一级行业估值(P/E、P/B)概览
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
stock_indicators_a A股关键指标 ~39
获取中国A股市场(上证、深证)的股票财务报告关键指标
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
stock_indicators_hk 港股关键指标 ~32
获取港股市场的股票财务报告关键指标
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
stock_indicators_us 美股关键指标 ~31
获取美股市场的股票财务报告关键指标
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.