Skip to content

Releases: stefanoamorelli/fred-mcp-server

Release v1.0.2

16 Sep 17:18

Choose a tag to compare

What's Changed

  • Added MCP registry token files to .gitignore to prevent accidental commits
  • Bumped package version to 1.0.2
  • Updated server.json version to match package.json
  • Updated TypeScript source implementation

Improvements

  • Enhanced security by excluding sensitive MCP registry tokens from version control
  • Synchronized version numbers across package.json and server.json

Installation

npm install -g fred-mcp-server@1.0.2

Configuration

Ensure you have your FRED API key set:

export FRED_API_KEY=your_api_key_here

Full Changelog: v1.0.1...v1.0.2

FRED MCP Server - Release v1.0.1

13 Sep 10:46
853e9d2

Choose a tag to compare

What's Changed

  • Added social media shoutouts section to README
  • Fixed screenshot display issue
  • Minor documentation improvements

Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Federal Reserve Economic Data (FRED) MCP Server

15 Aug 18:02
f8d7587

Choose a tag to compare

🎉 v1.0.0 - Universal FRED Access

🚨 Breaking Changes

This is a complete rewrite of the FRED MCP Server API:

  • Replaced 20+ individual series tools with 3 comprehensive tools
  • New tools: fred_browse, fred_search, fred_get_series
  • Access to ALL 800,000+ FRED economic series
  • Changed license from Apache-2.0 to AGPL-3.0

✨ New Features

  • 🔍 Browse & Search: Discover series through categories, releases, or keyword search
  • 📊 Any Series: Access any FRED series ID, not just hardcoded ones
  • 🔄 Transformations: Percent change, year-over-year, log transformations
  • 📅 Frequency Conversion: Convert daily to monthly, quarterly to annual, etc.
  • 📄 AGPL-3.0 License: Open source with commercial licensing available

📦 Installation

NPM

```bash
npm install fred-mcp-server
```

Smithery

```bash
npx -y @smithery/cli install @stefanoamorelli/fred-mcp-server --client claude
```

🔧 Tools

fred_browse

Browse FRED's complete catalog through categories, releases, or sources.

fred_search

Search for FRED economic data series by keywords, tags, or filters.

fred_get_series

Retrieve data for any FRED series by its ID with support for transformations and date ranges.

🐛 Fixes

  • Fixed CI/CD test coverage thresholds for new modules
  • Resolved GitHub Actions workflow issues

📖 Documentation

See the README and CHANGELOG for complete details.

📜 License

This project is now licensed under AGPL-3.0. For commercial licensing options, contact stefano@amorelli.tech.

Federal Reserve Economic Data - MCP Server- v0.4.1

19 May 18:51
e86544c

Choose a tag to compare

Changes

  • Added test suite and comprehensive test coverage;
  • Added SECURITY.md file;
  • Added missing LICENSE file.

Full Changelog: v0.4.0...v0.4.1

Federal Reserve Economic Data - MCP Server- v0.4.0

17 May 16:45
dd8c831

Choose a tag to compare

Added FRED Data Series Endpoints

  • MORTGAGE30US - 30-Year Fixed Rate Mortgage Average in the United States
  • T10Y2Y - 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant Maturity
  • UNRATE - Unemployment Rate
  • WALCL - Federal Reserve Total Assets
  • GDP - Gross Domestic Product
  • GDPC1 - Real Gross Domestic Product
  • DGS10 - 10-Year Treasury Constant Maturity Rate
  • CSUSHPINSA - S&P/Case-Shiller U.S. National Home Price Index
  • BAMLH0A0HYM2 - ICE BofA US High Yield Index Option-Adjusted Spread
  • T10YIE - 10-Year Breakeven Inflation Rate
  • FPCPITOTLZGUSA - Inflation, consumer prices for the United States
  • MSPUS - Median Sales Price of Houses Sold for the United States
  • M1SL - M1 Money Stock

Full Changelog: v0.3.0...v0.4.0

Federal Reserve Economic Data - MCP Server - v0.3.0

17 May 11:20

Choose a tag to compare

  • Generalise tools and refactoring for better scalability across more timeseries.

Full Changelog: v0.2.3...v0.3.0

Federal Reserve Economic Data - MCP Server - v0.2.3

13 May 19:56

Choose a tag to compare

Federal Reserve Economic Data - MCP Server - v0.1.0

12 May 17:10

Choose a tag to compare

Changelog

  • Initial release;
  • RRPONTSYD timeseries database support.

Full Changelog: https://github.com/stefanoamorelli/fred-mcp-server/commits/v0.1.0