MCP Server for stock and crypto
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OKX_BASE_URL | No | OKX地址,如果你的网络环境无法访问okx.com,可通过此选项配置反代地址 | https://okx.com |
| BINANCE_BASE_URL | No | 币安地址 | https://www.binance.com |
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
Each tool targets a specific function or market, with clear distinctions between stock and crypto tools. Even within stock markets, tools are specialized per market (A, HK, US) or specific data (indicators, prices, news, sector flow). There is no significant overlap.
Tool names use a mix of patterns: some follow verb_noun (get_current_time, search), others are noun_noun (stock_info, okx_prices), and some include prefixes (binance_, okx_, stock_). While readable, the lack of a consistent naming convention reduces predictability.
With 18 tools covering both stock (multiple markets) and crypto (multiple exchanges), the count is well-scoped. Each tool serves a distinct analytical purpose, and the number is appropriate for the server's broad domain without being overwhelming.
The tool set covers most analytical needs: historical prices, financial indicators, news, and specialized data for A-shares. However, missing real-time crypto prices and detailed financial statements for all markets are minor gaps that may require workarounds.