akshare-one-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_hist_data

Get historical stock market data

Args: symbol: Stock symbol/ticker interval: Time interval ('minute','hour','day','week','month','year') interval_multiplier: Interval multiplier (default: 1) start_date: Start date in YYYY-MM-DD format (default: '1970-01-01') end_date: End date in YYYY-MM-DD format (default: '2030-12-31') adjust: Adjustment type ('none', 'qfq', 'hfq') (default: 'none') source: Data source ('eastmoney', 'sina') (default: 'eastmoney')
get_realtime_data

Get real-time stock market data

Args: symbol: Stock symbol/ticker (optional) source: Data source (default: 'eastmoney')
get_news_data

Get stock-related news data

Args: symbol: Stock symbol/ticker source: Data source (default: 'eastmoney')
get_balance_sheet

Get company balance sheet data

Args: symbol: Stock symbol/ticker source: Data source (default: 'sina')
get_income_statement

Get company income statement data

Args: symbol: Stock symbol/ticker source: Data source (default: 'sina')
get_cash_flow

Get company cash flow statement data

Args: symbol: Stock symbol/ticker source: Data source (default: 'sina')
get_inner_trade_data

Get company insider trading data

Args: symbol: Stock symbol/ticker (optional) source: Data source (default: 'xueqiu')
ID: u0iqei7jhu