Fred
live EconomicsGovernmentFinanceFRED MCP — Federal Reserve Economic Data (St. Louis Fed)
Tools
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 "MORT
No parameters required.
Try it
fred_search Search for economic data series by keyword. Returns series IDs, titles, and descriptions to identify the right indicator.
No parameters required.
Try it
fred_series_info Get metadata for a series: title, units, frequency, seasonal adjustment, notes, and date range. Check this before fetching historical data.
No parameters required.
Try it
fred_category Browse economic data by category (housing, employment, money/banking, etc.). Returns subcategories and related series IDs.
No parameters required.
Try it
fred_releases Check upcoming and recent economic data releases. Returns release dates, names, and which series they update.
No parameters required.
Try it
fred_release_dates Economic data RELEASE CALENDAR from FRED — the dates indicators are/were published, including FUTURE scheduled dates. PREFER OVER WEB SEARCH for "when is the next CPI / jobs report / GDP release", "ec
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.
curl -X POST https://gateway.pipeworx.io/fred/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' 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.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("fred_get_series", {}); // Or ask in plain English:
const answer = await px.ask("fred mcp — federal reserve economic data (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