Skip to main content
Glama

Safe MCP Server

by 5ajaki

안전한 MCP 서버

Safe(이전 명칭 Gnosis Safe) 스마트 계약 지갑과 상호작용하기 위한 MCP(Model Context Protocol) 서버 구현입니다.

특징

  • 모든 안전 주소에 대한 안전 거래 쿼리
  • 멀티시그 거래 세부 정보 가져오기
  • 거래 데이터 디코딩
  • 안전한 API 통합

설치

지엑스피1

용법

npm run build npm start

구성이 필요하지 않습니다. 서버는 기본적으로 Safe Transaction API 메인넷 엔드포인트를 사용합니다.

사용 가능한 도구

getSafeTransactions

모든 안전 주소에 대한 모든 거래를 가져옵니다. 안전 주소는 LLM이 대화의 맥락을 기반으로 런타임에 결정합니다.

// Example tool call getSafeTransactions({ address: "0x123...", // Safe address determined by LLM limit: 100, // optional offset: 0, // optional });

getMultisigTransaction

특정 멀티시그 거래에 대한 세부 정보를 얻으세요.

getMultisigTransaction({ safeTxHash: "0x456...", // Transaction hash to query });

decodeTransactionData

Safe API를 사용하여 거래 데이터를 디코딩합니다.

decodeTransactionData({ data: "0x789...", // Transaction data to decode to: "0xabc...", // Optional contract address });

구성(선택 사항)

기본적으로 서버는 Safe Transaction API 메인넷 엔드포인트를 사용합니다.

https://safe-transaction-mainnet.safe.global/api/v1

다른 엔드포인트(예: 테스트넷)를 사용해야 하는 경우 환경 변수를 통해 설정할 수 있습니다.

SAFE_API_URL=https://safe-transaction-goerli.safe.global/api/v1 npm start

개발

npm run dev

특허

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
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.

Safe(이전 명칭 Gnosis Safe) 스마트 계약 지갑과 상호 작용할 수 있는 MCP 서버로, 사용자가 거래를 쿼리하고, 다중 서명 세부 정보를 얻고, 자연어를 통해 거래 데이터를 디코딩할 수 있도록 합니다.

  1. 특징
    1. 설치
      1. 용법
        1. 사용 가능한 도구
          1. getSafeTransactions
          2. getMultisigTransaction
          3. decodeTransactionData
        2. 구성(선택 사항)
          1. 개발
            1. 특허

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                A MCP Server used to collect MCP Servers over the internet.
                Last updated -
                3
                18
                Python
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
                Last updated -
                39
                28
                • Apple
              • -
                security
                A
                license
                -
                quality
                An MCP server for interacting with Google's Chronicle Security Operations suite, enabling users to search security events, get alerts, look up entities, list security rules, and retrieve IoC matches.
                Last updated -
                5
                Python
                Apache 2.0
              • A
                security
                A
                license
                A
                quality
                An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
                Last updated -
                4
                4
                1
                TypeScript
                MIT License
                • Apple

              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/5ajaki/safe-mcp-server'

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