MCP server exposing 5 tools for fred.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/fred/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
fred_get_series — AUTHORITATIVE historical time-series for any economic indicator from FRED (Federal Reserve Bank of St. Louis — the official US macroeconomic data repository, 800k+ series). Pass a series ID like "MORTGAGE30US" (30y mortgage rate), "UNRATE" (unemployment), "CPIAUCSL" (CPI), "GDP", "FEDFUNDS" (Fed funds rate), "HOUST" (housing starts). Returns dates + values + the indicator's units. Use for any macro/Fed data question. If you don't know the series ID, call fred_search first.fred_search — Search for economic data series by keyword. Returns series IDs, titles, and descriptions to identify the right indicator.fred_series_info — Get metadata for a series: title, units, frequency, seasonal adjustment, notes, and date range. Check this before fetching historical data.fred_category — Browse economic data by category (housing, employment, money/banking, etc.). Returns subcategories and related series IDs.fred_releases — Check upcoming and recent economic data releases. Returns release dates, names, and which series they update.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fred/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io