fred-mcp-server

fred-mcp-server

3.5

If you are the rightful owner of fred-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

FRED MCP Server is a Model Context Protocol server implementation for accessing the Federal Reserve Economic Data (FRED) API.

The FRED MCP Server is designed to facilitate access to the Federal Reserve Economic Data (FRED) API by implementing a Model Context Protocol (MCP) server. This server allows users to search and retrieve economic data series from FRED efficiently. It requires Node.js (v16 or higher) and a valid FRED API key to function. The server can be run in both development and production modes, providing flexibility for testing and deployment. The project is structured to include TypeScript interfaces and tool implementations, ensuring a robust and type-safe development environment. Additionally, the server offers tools for searching and retrieving data series observations, with options for filtering, frequency adjustment, and more.

Features

  • Series Search: Allows users to search for economic data series using various parameters.
  • Series Observations: Enables retrieval of observations for specific economic data series with options for date range filtering, frequency adjustment, aggregation methods, sorting, and pagination.
  • Development and Production Modes: Supports running the server in both development and production environments.
  • TypeScript Support: Includes TypeScript interfaces for type-safe development.
  • Testing Suite: Provides a test suite to ensure the reliability of the server.

Tools

  1. Series Search

    Provides search functions for economic data series

  2. Series Observations

    Provides observation retrieval function of economic data series, supporting a variety of filtering and adjustment options