Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRED_API_KEYYesYour free FRED API key from fredaccount.stlouisfed.org/apikey

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_seriesA

Search FRED for economic data series matching a text query.

Use this first to turn a natural-language request (e.g. "real median household income, seasonally adjusted") into a concrete series_id for get_observations. Results are ordered by popularity.

Args: query: Free-text search, e.g. "unemployment rate" or "10-year treasury". limit: Max number of series to return (1-50).

get_series_infoA

Get metadata for a specific FRED series (title, units, frequency, range, notes).

Args: series_id: The FRED series ID, e.g. "UNRATE" or "GDPC1".

get_observationsA

Get the observations (actual time-series values) for a FRED series.

Returns a compact list of {date, value} points plus metadata. To stay within the client's result-size limit, the point count is capped; if a series has more points than the cap over your window, narrow the date range or aggregate via frequency. A value of "." means the observation is missing for that date.

Args: series_id: The FRED series ID, e.g. "UNRATE". start_date: Inclusive start "YYYY-MM-DD". Omit for the series start. end_date: Inclusive end "YYYY-MM-DD". Omit for the latest. units: Optional transform: "lin" (levels), "chg", "ch1", "pch", "pc1" (year-over-year %), "pca", "cch", "cca", "log". frequency: Optional down-aggregation: "d","w","bw","m","q","sa","a". Omit to use the series' native frequency. sort_order: "asc" (oldest first) or "desc" (newest first). limit: Max points to return (capped at the server maximum).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yifudiao/fred-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server