1. Conduid
  2. Developer Tools
  3. Fred MCP
MCP server · Developer Tools

Fred MCP

FRED Python MCP server using fred-py-api

Unclaimed MIT last commit a year ago devtoolsmcppython-mcpfred-apifredpython
49Fair

Scored yesterday · breakdown

About Fred MCP

Fred MCP is an MCP server published by zachspar in the Developer Tools category: fRED Python MCP server using fred-py-api. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx fred-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Fred MCP

Powered by Claude · Grounded in docs

I know everything about Fred MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.1v1.0.1 · 25 May 2026What's Changed chore: Add AGENTS.md for dev environment setup by @zachspar in https://github.com/zachspar/fred-mcp/pull/11 chore: Add dockerignore file by @zachspar in https://github.com/zachspar/fred-mcp/pull/13 docs: Update readme by…
v1.0.0v1.0.0 · 25 May 2026What's Changed feat: Refactor to FastMCP 3 with full fred-py-api coverage by @zachspar in https://github.com/zachspar/fred-mcp/pull/12 Full Changelog**: https://github.com/zachspar/fred-mcp/compare/v0.2.0-beta...v1.0.0

README

Federal Reserve Economic Data MCP Server

[!NOTE] This open-source project is not affiliated with, sponsored by, or endorsed by the Federal Reserve or the Federal Reserve Bank of St. Louis. "FRED" is a registered trademark of the Federal Reserve Bank of St. Louis, used here for descriptive purposes only.

A fully-featured Model Context Protocol (MCP) server for accessing Federal Reserve Economic Data (FRED®) financial datasets.

This MCP server uses fred-py-api under the hood.

Installation

pip install fred-mcp

Integration

Easily use this MCP Server in a desktop client of your choosing.

Recommended

Claude Desktop

{
  "mcpServers": {
    "FRED MCP Server": {
      "command": "/path/to/fred-mcp",
      "env": {
        "FRED_API_KEY": "<your api key>"
      }
    }
  }
}

5ire

{
  "name": "FRED MCP Server",
  "description": "Get FRED data via MCP",
  "command": "/path/to/fred-mcp",
  "env": {
    "FRED_API_KEY": "<your api key>"
  },
  "isActive": true,
  "key": "FredMcpServer",
  "type": "local"
}

mcphost

{
  "mcpServers": {
    "fred": {
      "command": "/path/to/fred-mcp",
      "env": {
        "FRED_API_KEY": "<your api key>"
      }
    }
  }
}

Run Server

Command-Line

export FRED_API_KEY=your_api_key
fred-mcp

Docker

[!TIP] You can also use the docker image to run this MCP server with any of the integration clients.

{
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e", "MCP_SERVER_TRANSPORT=stdio",
    "-e", "FRED_API_KEY=your_api_key",
    "ghcr.io/zachspar/fred-mcp/fred-mcp-server:latest"
  ]
}
docker run -d -p 8000:8000 -e FRED_API_KEY=your_api_key --name fred-mcp-server ghcr.io/zachspar/fred-mcp/fred-mcp-server:latest

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Fred MCP

How do I install Fred MCP?

Run npx fred-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Fred MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Fred MCP still maintained?

Yes — the latest release is v1.0.1 (25 May 2026), and the last commit was a year ago. The repository has 1 stars and 0 open issues.