AkTools MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OKX_BASE_URL | No | OKX地址,如果你的网络环境无法访问okx.com,可通过此选项配置反代地址 | |
| BINANCE_BASE_URL | No | 币安地址,默认: https://www.binance.com | |
| NEWSNOW_BASE_URL | No | Newsnow接口地址 | |
| NEWSNOW_CHANNELS | No | Newsnow资讯来源 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchA | 根据股票名称、公司名称等关键词查找股票代码, 不支持加密货币。该工具比较耗时,当你知道股票代码或用户已指定股票代码时,建议直接通过股票代码使用其他工具 |
| stock_infoB | 根据股票代码和市场获取股票基本信息, 不支持加密货币 |
| stock_pricesB | 根据股票代码和市场获取股票历史价格及技术指标, 不支持加密货币 |
| stock_newsA | 根据股票代码或加密货币符号获取近期相关新闻 |
| stock_indicators_aA | 获取中国A股市场(上证、深证)的股票财务报告关键指标 |
| stock_indicators_hkB | 获取港股市场的股票财务报告关键指标 |
| stock_indicators_usA | 获取美股市场的股票财务报告关键指标 |
| get_current_timeA | 获取当前系统时间及A股交易日信息,建议在调用其他需要日期参数的工具前使用该工具 |
| stock_zt_pool_emC | 获取中国A股市场(上证、深证)的所有涨停股票 |
| stock_zt_pool_strong_emC | 获取中国A股市场(上证、深证)的强势股池数据 |
| stock_lhb_ggtj_sinaB | 获取中国A股市场(上证、深证)的龙虎榜个股上榜统计数据 |
| stock_sector_fund_flow_rankB | 获取中国A股市场(上证、深证)的行业资金流向数据 |
| stock_news_globalB | 获取最新的全球财经快讯 |
| okx_pricesA | 获取OKX加密货币的历史K线数据,包括价格、交易量和技术指标 |
| okx_loan_ratiosC | 获取OKX加密货币借入计价货币与借入交易货币的累计数额比值 |
| okx_taker_volumeB | 获取OKX加密货币主动买入和卖出的交易量 |
| binance_ai_reportC | 获取币安对加密货币的AI分析报告,此工具对分析加密货币非常有用,推荐使用 |
| trading_suggestC | 基于AI对其他工具提供的数据分析结果给出具体投资建议 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Every tool targets a distinct data type or market segment: search resolves codes, stock_info provides fundamentals, stock_prices returns historical data, and separate indicators tools cover A-share/HK/US. The few superficially similar tools (e.g., stock_news vs stock_news_global) are clearly differentiated by scope (per-symbol vs global headlines).
The majority of tools follow a consistent prefix_noun pattern (stock_, okx_, binance_), making it easy to group by market or asset class. However, a few deviants like search, get_current_time, and trading_suggest break the pattern, and source-specific suffixes like _em and _sina add minor inconsistency.
With 18 tools, the server sits slightly above the typical well-scoped range (3–15), but the breadth of domain coverage—multiple stock markets, crypto exchanges, and specialized analytics—justifies the count. Each tool has a clear purpose and no redundant duplicates exist.
The tool set covers a comprehensive range of financial data: search, fundamentals, prices, news, per-market indicators, specialized pools, fund flow, global headlines, and crypto-specific analytics. It also includes an AI-powered suggestion tool. Minor gaps include lack of earnings calendars or portfolio management, but core data retrieval is well covered.