kablewy_fred-mcp-server
0
The FRED MCP Server is a Model Context Protocol implementation that facilitates access to the Federal Reserve Economic Data API. It offers tools for searching and retrieving economic data series, making it useful for economic research and analysis.
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
Installation
- Clone the repository.
- Install dependencies.
- Copy the
.env.example
file to.env
and add your FRED API key.
Usage
Development
Run the server in development mode.
Production
- Build the project.
- Start the server.
Available Tools
- Series Search: Search for economic data series using various parameters.
- Series Observations: Retrieve observations for a specific series with options for filtering, frequency adjustment, aggregation methods, and pagination.