All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
indices_tickers
List available index tickers, optionally filtered by exchange. Use this tool to identify the correct ticker symbol before querying an index quote or price history.
Filter by exchange. For example,
ASX for Australian Securities Exchange indices or AMS for Euronext Amsterdam indices.indices_quote
Get current details for a market index, including the current level, change, and related fields.
The index ticker symbol. For example,
AXJO for the ASX 200 or AEX for the Amsterdam Exchange Index.indices_prices
Retrieve historical price data for a market index over a specified date range and time frame.
The index ticker symbol. For example,
AXJO for the ASX 200.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).