kablewy_fred-mcp-server

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

  1. Clone the repository.
  2. Install dependencies.
  3. Copy the .env.example file to .env and add your FRED API key.

Usage

Development

Run the server in development mode.

Production

  1. Build the project.
  2. 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.