Morpho API MCP Server

Integrations

  • Enables querying Morpho's GraphQL API for market data, vaults, positions, and other financial information

Morpho API MCP 서버

Morpho API 쿼리 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 Claude는 Morpho의 GraphQL API와 상호 작용하여 시장 데이터, 볼트, 포지션 등에 접근할 수 있습니다.

특징

  • GraphQL을 통해 Morpho 시장 데이터 쿼리
  • 볼트, 포지션 및 거래에 대한 완벽한 지원
  • 과거 APY 데이터 및 오라클 정보
  • 포괄적인 페이지 매김, 정렬 및 필터링 옵션
  • Zod 스키마를 사용한 데이터 검증
  • 오류 처리 및 유형 안전성
  • MCP 호환 서버 구현

설치

  1. 패키지를 설치하세요:

지엑스피1

  1. Claude Desktop 구성에 다음을 추가합니다.
{ "tools": { "morpho": { "command": "node", "args": [ "/path/to/node_modules/mcp-morpho-server/build/index.js" ] } } }

사용 가능한 도구

시장

  • get_markets : 페이지 매김 및 필터링을 통해 모든 시장을 검색합니다.
  • get_whitelisted_markets : 허용된 시장만 가져옵니다.
  • get_market_positions : 특정 시장의 포지션을 가져옵니다.
  • get_historical_apy : 과거 APY 데이터 가져오기
  • get_oracle_details : 오라클 정보 가져오기

금고

  • get_vaults : 현재 상태의 모든 볼트를 가져옵니다.
  • get_vault_positions : 특정 볼트의 위치를 가져옵니다.
  • get_vault_transactions : 볼트 거래 내역 가져오기
  • get_vault_allocation : 볼트 마켓 할당을 가져옵니다.
  • get_vault_reallocates : 볼트 재할당 내역 가져오기
  • get_vault_apy_history : 볼트에 대한 과거 APY 데이터를 가져옵니다.

자산 및 계정

  • get_asset_price : 현재 가격 및 수익률 정보를 가져옵니다.
  • get_account_overview : 계좌 현황 및 거래 내역 가져오기
  • get_liquidations : 청산 이벤트 가져오기

개발

이 프로젝트는 TypeScript로 작성되었으며 다음을 사용합니다.

  • MCP 서버 구현을 위한 @modelcontextprotocol/sdk
  • API 요청을 위한 axios
  • 스키마 검증을 위한 zod

소스에서 빌드하려면:

  1. 저장소를 복제합니다
git clone https://github.com/crazyrabbitLTC/mcp-morpho-server.git
  1. 종속성 설치:
npm install
  1. 프로젝트를 빌드하세요:
npm run build

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

아이에스씨

작가

[당신의 이름] ( <your@email> )이 생성했습니다.

-
security - not tested
F
license - not found
-
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.

Morpho GraphQL API와의 상호작용을 지원하여 Model Context Protocol(MCP) 서버를 통해 시장 데이터, 금고, 포지션 및 거래에 액세스하기 위한 도구를 제공합니다.

  1. 특징
    1. 설치
      1. 사용 가능한 도구
        1. 시장
        2. 금고
        3. 자산 및 계정
      2. 개발
        1. 기여하다
          1. 특허
            1. 작가

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
                Last updated -
                340
                75
                TypeScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that connects AI assistants to Bloom Growth's GraphQL API, enabling them to query data and execute operations against the Bloom Growth platform.
                Last updated -
                4
                Python
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                Last updated -
                536
                1
                MIT License
                • Apple
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables LLMs to interact with GraphQL APIs by providing schema introspection and query execution capabilities.
                Last updated -
                9
                TypeScript
                • Apple
                • Linux

              View all related MCP servers

              ID: t3vqcxa90h