適切なマークダウン形式でフォーマットされた README は次のとおりです。
FRED MCP サーバー
連邦準備制度理事会経済データ(FRED)APIにアクセスするためのモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーは、FREDから経済データ系列を検索および取得するためのツールを提供します。
前提条件
Node.js (v16 以上)
FRED APIキー( FRED APIから取得)
インストール
リポジトリをクローンします。
git clone https://github.com/kablewy/fred-mcp-server cd fred-mcp-server依存関係をインストールします:
npm install.env.example
ファイルを.env
にコピーし、FRED API キーを追加します。FRED_API_KEY=your_api_key_here
使用法
発達
サーバーを開発モードで実行します。
生産
プロジェクトをビルドします。
npm run buildサーバーを起動します。
npm start
利用可能なツール
サーバーは次の FRED API ツールを提供します。
シリーズ検索
さまざまなパラメータを使用して経済データ系列を検索します。
シリーズ観察
以下のオプションを使用して、特定の経済データ シリーズの観測値を取得します。
日付範囲フィルタリング
周波数調整
集計方法
ソートとページ付け
発達
プロジェクト構造
テスト
テスト スイートを実行します。
ライセンス
[選択したライセンス]
貢献
[ご寄稿のガイドライン]
謝辞
連邦準備制度経済データ(FRED)提供のデータ
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 から経済データ シリーズを検索および取得するためのツールを提供するモデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityProvides 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 -15MIT License
- -securityAlicense-qualityA 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 -5MIT License
- -securityFlicense-qualityA Model Context Protocol server that provides tools for reading, updating, filtering, and visualizing Excel data through a simple API.Last updated -
- AsecurityAlicenseAqualityA Model Context Protocol server providing tools for querying A-share stock market data, including historical prices, financial reports, market indices, and macroeconomic indicators.Last updated -27429MIT License