Here’s the README formatted in proper markdown:
FRED MCP Server
A Model Context Protocol (MCP) server implementation for accessing the Federal Reserve Economic Data (FRED) API. This server provides tools to search and retrieve economic data series from FRED.
Prerequisites
- Node.js (v16 or higher)
- FRED API Key (obtain from FRED API)
Installation
Clone the repository:
git clone https://github.com/kablewy/fred-mcp-server cd fred-mcp-serverInstall dependencies:
npm installCopy the
.env.examplefile to.envand add your FRED API key:FRED_API_KEY=your_api_key_here
Usage
Development
Run the server in development mode:
npm run dev
Production
Build the project:
npm run buildStart the server:
npm start
Available Tools
The server provides the following FRED API tools:
Series Search
Search for economic data series using various parameters.
Series Observations
Retrieve observations for a specific economic data series with options for:
- Date range filtering
- Frequency adjustment
- Aggregation methods
- Sorting and pagination
Development
Project Structure
fred-mcp-server/
├── src/
│ ├── index.ts # Server entry point
│ ├── tools.ts # Tool implementations
│ └── types.ts # TypeScript interfaces
├── package.json
├── tsconfig.json
└── .env
Testing
Run the test suite:
npm test
License
[Your chosen license]
Contributing
[Your contribution guidelines]
Acknowledgments
- Built with Model Context Protocol SDK
- Data provided by Federal Reserve Economic Data (FRED)
FRED MCP Server
Project Details
- kablewy/fred-mcp-server
- Last Updated: 4/15/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server for Substrate blockchains, written in Rust and interfacing the subxt crate.
AnalyticDB for MySQL MCP Server
A MCP Server to launch a token, add value to it, distribute to your employees via email
High-efficiency YouTube MCP server: Get token-optimized, structured data for your LLMs using the YouTube Data API v3.
MCP server created for Freshservice, allowing AI models to interact with Freshservice modules
Audiense Insights MCP Server is a server based on the Model Context Protocol (MCP) that allows Claude and...
An MCP server for interacting with the Bitpanda API
AWS S3 Model Context Protocol Server (MCP) To Fully Provision And Control Cloud Infra
An MCP server to help you "play with your documents" via Docling 🐥
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is...





