Skip to main content
Glama
nik-mirando

cre-fred-mcp

by nik-mirando

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRED_API_KEYYesYour FRED API key from https://fredaccount.stlouisfed.org/apikeys

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_latest_valueA

Most recent non-missing observation for a FRED series.

series_id: FRED series id, e.g. 'SOFR', 'DGS10', 'MORTGAGE30US', 'FEDFUNDS'. Returns {series_id, date (YYYY-MM-DD), value}. Missing/holiday values are skipped so you always get a real number.

get_series_observationsA

Time series of observations for a FRED series.

Dates are 'YYYY-MM-DD'. frequency aggregates coarser (d,w,m,q,a). units can transform values (e.g. 'pc1' = % change from a year ago, 'pch' = % change). Each row is {date, value (float or null when missing), raw_value}.

get_series_metadataC

Metadata for a FRED series: title, units, frequency, last_updated, notes.

search_seriesC

Full-text search FRED for series. Returns id/title/units/frequency/popularity.

get_capital_markets_snapshotA

Snapshot of key CRE rates in one call: SOFR, UST 2/5/10/30yr, Fed funds, 30yr mortgage (latest %), plus CPI and PCE (latest year-over-year %).

list_common_seriesA

Curated CRE-relevant FRED series ids this server knows about (id -> label).

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/nik-mirando/cre-fred-mcp'

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