Skip to main content
Glama

IMF Data MCP Server

by c-cf

IMF 데이터 MCP

이 MCP 서버는 무료 IMF 데이터 API와 통합되어 경제 데이터 검색 및 처리를 위한 도구와 리소스를 제공합니다. 사용자는 데이터세트를 쿼리하고, 시계열 데이터를 가져오고, 사용 가능한 지표와 국가를 나열할 수 있으므로, 구조적이고 프로그래밍적인 방식으로 IMF 데이터를 더욱 쉽게 활용할 수 있습니다.

특징

  • 데이터세트 목록 : Dataflow API를 사용하여 사용 가능한 모든 IMF 데이터세트 목록을 검색합니다.
  • 데이터 세트 구조 가져오기 : DataStructure API를 통해 지정된 데이터 세트의 구조를 가져옵니다.
  • 시계열 데이터 가져오기 : CompactData API를 사용하여 다양한 데이터 세트(예: CDIS, CPIS, MFS, IFS 등)에 대한 시계열 데이터를 검색합니다.
  • 지표 나열 : DataMapper API를 사용하여 특정 데이터 세트에 대해 사용 가능한 모든 지표를 나열합니다.
  • 국가 목록 : 특정 데이터 세트에 대해 사용 가능한 국가 목록을 검색합니다.
  • 쿼리 프롬프트 템플릿 : 지표와 의도를 사용하여 데이터를 쿼리하는 방법에 대한 지침을 제공하는 쿼리 프롬프트 템플릿을 제공합니다.

설치 및 사용 가이드

uv 사용 (추천)

추가 설치 없이 uvx 사용하여 서버를 직접 실행할 수 있습니다.

지엑스피1

PIP 사용

또는 pip를 사용하여 서버를 설치할 수 있습니다.

pip install imf-data-mcp

설치 후 다음을 사용하여 서버를 실행합니다.

python -m imf_data_mcp

구성

다양한 사용 사례에 맞게 서버를 구성할 수 있습니다. 예를 들어, 특정 애플리케이션과 통합하려면 다음 구성을 추가할 수 있습니다.

{ "mcpServers": { "imf": { "command": "uvx", "args": ["imf-data-mcp"] } } }

디버깅

서버를 디버깅하려면 MCP Inspector를 사용할 수 있습니다. uvx를 사용하여 설치하는 경우 다음을 실행하세요.

npx @modelcontextprotocol/inspector uvx imf-data-mcp

기여 가이드

imf-data-mcp 프로젝트에 대한 기여를 환영합니다. 새로운 도구를 추가하거나, 기존 기능을 개선하거나, 문서를 개선하는 등 여러분의 의견은 매우 소중합니다. 풀 리퀘스트를 제출하거나 이슈를 열어주세요.

특허

이 프로젝트는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 LICENSE 파일을 참조하세요.

``

-
security - not tested
A
license - permissive license
-
quality - not tested

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.

이 서버는 무료 IMF 데이터 API와 통합되어 데이터 검색 및 분석을 용이하게 하는 다양한 기능을 제공합니다. FastMCP 프레임워크를 기반으로 구축되었으며 다음과 같은 기능을 제공합니다.

  1. 특징
    1. 설치 및 사용 가이드
      1. uv 사용 (추천)
      2. PIP 사용
    2. 구성
      1. 디버깅
        1. 기여 가이드
          1. 특허

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              An MCP server implementation that integrates with Angle One APIs to provide standardized access to financial market data, trading operations, and portfolio management.
              Last updated -
              Python
            • -
              security
              A
              license
              -
              quality
              An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
              Last updated -
              Python
              MIT License
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              An MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.
              Last updated -
              7
              2
              JavaScript
            • A
              security
              F
              license
              A
              quality
              MCP server that exposes Alpaca Market Data & Broker API as tools, enabling access to financial data like stock bars, assets, market days, and news through the Message Control Protocol.
              Last updated -
              4
              102
              2
              TypeScript

            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/c-cf/imf-data-mcp'

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