Recent Releases of fred-mcp-server

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

🎉 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.

fredgetseries

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.

- TypeScript
Published by stefanoamorelli 11 months ago

fred-mcp-server - Federal Reserve Economic Data - MCP Server- v0.4.1

Changes

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

Full Changelog: https://github.com/stefanoamorelli/fred-mcp-server/compare/v0.4.0...v0.4.1

- TypeScript
Published by stefanoamorelli about 1 year ago

fred-mcp-server - Federal Reserve Economic Data - MCP Server- v0.4.0

## 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: https://github.com/stefanoamorelli/fred-mcp-server/compare/v0.3.0...v0.4.0

- TypeScript
Published by stefanoamorelli about 1 year ago

fred-mcp-server - Federal Reserve Economic Data - MCP Server - v0.3.0

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

Full Changelog: https://github.com/stefanoamorelli/fred-mcp-server/compare/v0.2.3...v0.3.0

- TypeScript
Published by stefanoamorelli about 1 year ago

fred-mcp-server - Federal Reserve Economic Data - MCP Server - v0.2.3

Full Changelog: https://github.com/stefanoamorelli/fred-mcp-server/compare/v0.2.2...v0.2.3

- TypeScript
Published by stefanoamorelli about 1 year ago

fred-mcp-server - Federal Reserve Economic Data - MCP Server - v0.1.0

Changelog

  • Initial release;
  • RRPONTSYD timeseries database support.

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

- TypeScript
Published by stefanoamorelli about 1 year ago