All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
stocks_tickers
List all available stock tickers, optionally filtered by country or exchange. Use this tool when you need to discover what symbols are available before requesting quotes or historical data.
Filter results to a specific country. For example,
america returns only US-listed equities.Filter results to a specific exchange. For example,
NASDAQ returns only NASDAQ-listed tickers.stocks_quote
Get the current market details for a stock ticker, including price, volume, and other real-time or delayed fields.
The stock ticker symbol to look up. For example,
AAPL for Apple Inc.stocks_prices
Retrieve historical price data for a stock over a date range and time frame. Returns OHLCV (open, high, low, close, volume) series.
The stock ticker symbol. For example,
MSFT for Microsoft.Start date for the price series in
YYYY-MM-DD format. For example, 2024-01-01.End date for the price series in
YYYY-MM-DD format. For example, 2024-12-31.Time frame for each data point. Common values:
1d (daily), 1wk (weekly), 1mo (monthly).