Skip to main content
Glama

FRED MCP Server

by kablewy

適切なマークダウン形式でフォーマットされた README は次のとおりです。

FRED MCP サーバー

連邦準備制度理事会経済データ(FRED)APIにアクセスするためのモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーは、FREDから経済データ系列を検索および取得するためのツールを提供します。

前提条件

  • Node.js (v16 以上)
  • FRED APIキー( FRED APIから取得)

インストール

  1. リポジトリをクローンします。
    git clone https://github.com/kablewy/fred-mcp-server cd fred-mcp-server
  2. 依存関係をインストールします:
    npm install
  3. .env.exampleファイルを.envにコピーし、FRED API キーを追加します。
    FRED_API_KEY=your_api_key_here

使用法

発達

サーバーを開発モードで実行します。

npm run dev

生産

  1. プロジェクトをビルドします。
    npm run build
  2. サーバーを起動します。
    npm start

利用可能なツール

サーバーは次の FRED API ツールを提供します。

シリーズ検索

さまざまなパラメータを使用して経済データ系列を検索します。

シリーズ観察

以下のオプションを使用して、特定の経済データ シリーズの観測値を取得します。

  • 日付範囲フィルタリング
  • 周波数調整
  • 集計方法
  • ソートとページ付け

発達

プロジェクト構造

fred-mcp-server/ ├── src/ │ ├── index.ts # Server entry point │ ├── tools.ts # Tool implementations │ └── types.ts # TypeScript interfaces ├── package.json ├── tsconfig.json └── .env

テスト

テスト スイートを実行します。

npm test

ライセンス

[選択したライセンス]

貢献

[ご寄稿のガイドライン]

謝辞

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

連邦準備制度経済データ (FRED) API から経済データ シリーズを検索および取得するためのツールを提供するモデル コンテキスト プロトコル サーバー。

  1. 前提条件
    1. インストール
      1. 使用法
        1. 発達
        2. 生産
      2. 利用可能なツール
        1. シリーズ検索
        2. シリーズ観察
      3. 発達
        1. プロジェクト構造
        2. テスト
      4. ライセンス
        1. 貢献
          1. 謝辞

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables Claude Desktop to access and analyze Chinese and global financial market data through the AKShare library.
              Last updated -
              3
              Python
              • Linux
              • Apple
            • A
              security
              A
              license
              A
              quality
              Provides access to economic data from the Federal Reserve Bank of St. Louis (FRED) through the Model Context Protocol, allowing AI assistants to retrieve economic time series data directly.
              Last updated -
              1
              2
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to programmatically access financial data from Financial Modeling Prep API, including company profiles, financial statements, metrics, SEC filings, and market data.
              Last updated -
              5
              Python
              MIT License
            • -
              security
              -
              license
              -
              quality
              Provides access to Federal Reserve Economic Data (FRED) through Claude and other LLM clients, enabling users to search for, retrieve, and visualize economic indicators like GDP, employment, and inflation data.
              Last updated -
              7
              Python

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/kablewy/fred-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server