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. 저장소를 복제합니다.지엑스피1
  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