Releases: stefanoamorelli/fred-mcp-server
Release v1.0.2
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.2Configuration
Ensure you have your FRED API key set:
export FRED_API_KEY=your_api_key_hereFull Changelog: v1.0.1...v1.0.2
FRED MCP Server - Release v1.0.1
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
🎉 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
Changes
- Added test suite and comprehensive test coverage;
- Added
SECURITY.mdfile; - Added missing
LICENSEfile.
Full Changelog: v0.4.0...v0.4.1
Federal Reserve Economic Data - MCP Server- v0.4.0
Added FRED Data Series Endpoints
MORTGAGE30US- 30-Year Fixed Rate Mortgage Average in the United StatesT10Y2Y- 10-Year Treasury Constant Maturity Minus 2-Year Treasury Constant MaturityUNRATE- Unemployment RateWALCL- Federal Reserve Total AssetsGDP- Gross Domestic ProductGDPC1- Real Gross Domestic ProductDGS10- 10-Year Treasury Constant Maturity RateCSUSHPINSA- S&P/Case-Shiller U.S. National Home Price IndexBAMLH0A0HYM2- ICE BofA US High Yield Index Option-Adjusted SpreadT10YIE- 10-Year Breakeven Inflation RateFPCPITOTLZGUSA- Inflation, consumer prices for the United StatesMSPUS- Median Sales Price of Houses Sold for the United StatesM1SL- M1 Money Stock
Full Changelog: v0.3.0...v0.4.0
Federal Reserve Economic Data - MCP Server - v0.3.0
- 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
Full Changelog: v0.2.2...v0.2.3
Federal Reserve Economic Data - MCP Server - v0.1.0
Changelog
- Initial release;
RRPONTSYDtimeseries database support.
Full Changelog: https://github.com/stefanoamorelli/fred-mcp-server/commits/v0.1.0