All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
futures_tickers
List available futures tickers, optionally filtered by exchange. Use this tool to find the correct contract symbol before querying quotes or historical data.
Filter by exchange. For example,
CME for Chicago Mercantile Exchange contracts or CMX for COMEX contracts.futures_quote
Get current details for a futures contract, including price, open interest, and related market fields.
The futures contract ticker symbol. For example,
ALI for Aluminum futures or M6A for Australian Dollar Micro futures.futures_prices
Retrieve historical price data for a futures contract over a specified date range and time frame.
The futures contract ticker symbol. For example,
M6A for Australian Dollar Micro futures.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).