All Axion MCP Server tools require a valid API key. Include your key in the server configuration before using any tool.
econ_search
Search the FRED database for economic datasets by keyword. Use this tool to discover what series are available before fetching the full time series with econ_dataset.
A search term describing the economic concept you are looking for. For example,
corn prices or unemployment rate.econ_dataset
Get the full time series for a specific FRED dataset by its series ID. Returns historical values over time, which you can use for trend analysis, charting, or macroeconomic research.
The FRED series ID for the dataset. For example,
PMAIZMTUSDM for corn prices or CPIAUCSL for the Consumer Price Index.econ_calendar
Get scheduled economic calendar events such as central bank decisions, inflation releases, employment reports, and GDP announcements. You can filter events by date range, country, currency, importance, and category.
The minImportance parameter uses the following scale:
| Value | Level |
|---|---|
-1 | All events |
0 | Low importance |
1 | Medium importance |
2 | High importance |
3 | Critical importance |
category values include gov (government) and infl (inflation).
Start date for the calendar range in
YYYY-MM-DD format. For example, 2025-01-01.End date for the calendar range in
YYYY-MM-DD format. For example, 2025-01-31.Filter by one or more country codes, comma-separated. For example,
US or US,DE,JP.Minimum importance threshold. Accepts
-1 (all), 0 (low), 1 (medium), 2 (high), or 3 (critical). Defaults to returning all events.Filter by one or more currency codes, comma-separated. For example,
USD or USD,EUR.Filter by event category. For example,
gov for government events or infl for inflation-related releases.