Skip to content

[Feat] Add Federal Reserve Economic Data MCP server #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions servers/fred/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: fred
image: mcp/fred
type: server
meta:
category: finance
tags:
- fred
- finance
- federal-reserve-economic-data
- economic-data
- financial-intelligence
highlighted: true
about:
title: Federal Reserve Economic Data (FRED)
description: A community-developed MCP server for interacting with time series data provided by Federal Reserve Economic Data (FRED) database. Maintained by Stefano Amorelli.
icon: https://raw.githubusercontent.com/stefanoamorelli/fred-mcp-server/refs/heads/main/fred-mcp-server-logo.png
source:
project: https://github.com/stefanoamorelli/fred-mcp-server
config:
secrets:
- name: fred_api_key
env: FRED_API_KEY
example: "<YOUR_API_KEY>"