Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRED_API_KEY | Yes | FRED® API key required to access Federal Reserve Economic Data. You can obtain one from the FRED® website (https://fred.stlouisfed.org/docs/api/api_key.html). |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fred_browse | Browse FRED's complete catalog through categories, releases, or sources. Use browse_type='categories' to explore the category tree, 'releases' for data releases, 'sources' for data sources, 'category_series' to get all series in a category, or 'release_series' to get all series in a release. |
| fred_search | Search for FRED economic data series by keywords, tags, or filters. Returns matching series with their IDs, titles, and metadata. Use this to find specific series when you know what you're looking for. |
| fred_get_series | Retrieve data for any FRED series by its ID. Supports data transformations, frequency changes, and date ranges. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |