안전한 MCP 서버
Safe(이전 명칭 Gnosis Safe) 스마트 계약 지갑과 상호작용하기 위한 MCP(Model Context Protocol) 서버 구현입니다.
특징
- 모든 안전 주소에 대한 안전 거래 쿼리
- 멀티시그 거래 세부 정보 가져오기
- 거래 데이터 디코딩
- 안전한 API 통합
설치
지엑스피1
용법
구성이 필요하지 않습니다. 서버는 기본적으로 Safe Transaction API 메인넷 엔드포인트를 사용합니다.
사용 가능한 도구
getSafeTransactions
모든 안전 주소에 대한 모든 거래를 가져옵니다. 안전 주소는 LLM이 대화의 맥락을 기반으로 런타임에 결정합니다.
getMultisigTransaction
특정 멀티시그 거래에 대한 세부 정보를 얻으세요.
decodeTransactionData
Safe API를 사용하여 거래 데이터를 디코딩합니다.
구성(선택 사항)
기본적으로 서버는 Safe Transaction API 메인넷 엔드포인트를 사용합니다.
다른 엔드포인트(예: 테스트넷)를 사용해야 하는 경우 환경 변수를 통해 설정할 수 있습니다.
개발
특허
MIT
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 서버로, 사용자가 거래를 쿼리하고, 다중 서명 세부 정보를 얻고, 자연어를 통해 거래 데이터를 디코딩할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA MCP Server used to collect MCP Servers over the internet.Last updated -318Python
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3928
- -securityAlicense-qualityAn 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 -5PythonApache 2.0
- AsecurityAlicenseAqualityAn 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 -441TypeScriptMIT License