MCP.so
登录

Federal Reserve Economic Data MCP Server

@stefanoamorelli

关于 Federal Reserve Economic Data MCP Server

Open-source FRED MCP Server (Federal Reserve Economic Data)

基本信息

分类

数据与分析

许可证

AGPL-3.0

运行时

node

传输方式

stdio

发布者

stefanoamorelli

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "fred-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@stefanoamorelli/fred-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Federal Reserve Economic Data MCP Server?

A Model Context Protocol (MCP) server that provides universal access to all 800,000+ Federal Reserve Economic Data (FRED®) time series through three powerful tools. It enables AI assistants and developers to browse, search, and retrieve economic data directly from the FRED API.

How to use Federal Reserve Economic Data MCP Server?

Install via Smithery (npx -y @smithery/cli install @stefanoamorelli/fred-mcp-server --client claude) or manually by cloning the repository and building with pnpm. Configure with a FRED API key in your claude_desktop_config.json using a local Node.js binary, Docker container, or streamable HTTP transport (node build/index.js --http). The server provides three tools: fred_browse, fred_search, and fred_get_series.

Key features of Federal Reserve Economic Data MCP Server

  • Three tools: browse catalog, search series, retrieve data
  • Access to over 800,000 FRED economic time series
  • Supports data transformations (percent change, log, etc.)
  • Frequency aggregation and date range filtering
  • Can be run via Docker or streamable HTTP transport
  • Optional pagination and sorting for large result sets

Use cases of Federal Reserve Economic Data MCP Server

  • Browse economic categories, releases, and sources for available data
  • Search for specific indicators by keywords, tags, or series ID
  • Retrieve and transform series like GDP, unemployment, or inflation rates
  • Integrate real-time economic data into AI-powered analysis workflows

FAQ from Federal Reserve Economic Data MCP Server

What tools does the server provide?

Three tools: fred_browse (browse categories, releases, sources), fred_search (search series by keywords or tags), and fred_get_series (retrieve series data with transformations and date ranges).

How do I obtain a FRED API key?

You can obtain a free API key from the FRED website at https://fred.stlouisfed.org/docs/api/api_key.html.

Can I run the server using Docker?

Yes. Add a Docker configuration to your claude_desktop_config.json with the image stefanoamorelli/fred-mcp-server:latest and pass your FRED API key via the FRED_API_KEY environment variable.

What is the license of this server?

Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). Commercial licensing options are available upon request.

Is this server affiliated with the Federal Reserve?

No. 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 used for descriptive purposes only.

评论

数据与分析 分类下的更多 MCP 服务器