FRED

liveEconomicsGovernmentFinance

US economic series from the St. Louis Fed — interest rates, inflation, unemployment, GDP — with the release each figure came from.

6tools
0msauth
free tier50 calls/day

Tools

fred_get_series

A US economic indicator's full history, from the St. Louis Fed's FRED database.

No parameters required.

Try it
fred_series_info

The metadata for one FRED economic data series — units, frequency, last updated — from the St. Louis Fed.

No parameters required.

Try it
fred_category

The economic data series filed under one FRED category, from the St. Louis Fed.

No parameters required.

Try it
fred_releases

The economic data releases (e.g. Employment Situation) tracked by FRED, from the St. Louis Fed.

No parameters required.

Try it
fred_release_dates

The past and scheduled publication dates for one FRED data release, from the St. Louis Fed.

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/fred/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/fred/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"fred_get_series","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("fred_get_series", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("us economic series from the st");

Related compound tools

These combine FRED with other data sources in a single call:

Compound trade-intelligence tools chaining Comtrade, Census, and Treasury — bilateral analysis, country profiles, and US macro trade dashboard in one call.

3 tools — trade_bilateral_analysis, trade_country_profile, trade_macro_dashboard

FinTech Intel — meta-pack chaining SEC EDGAR, CFPB, FDIC, and Alpha Vantage for company deep-dives, bank health checks, and market snapshots.

3 tools — fintech_company_deep_dive, fintech_bank_health_check, fintech_market_snapshot

Housing Intel — meta-pack chaining FRED, BLS, ATTOM, HUD, and Zillow for mortgage rates, property reports, affordability checks, and metro rental screening.

10 tools — case_shiller_metro_compare, housing_market_snapshot, housing_property_report, housing_rental_analysis, housing_affordability_check, housing_employment_outlook, housing_signal_scan, housing_mortgage_history, housing_market_screen, housing_metro_demand