Skip to main content
Glama

Safe MCP Server

by 5ajaki

安全なMCPサーバー

Safe (旧 Gnosis Safe) スマート コントラクト ウォレットと対話するための MCP (Model Context Protocol) サーバー実装。

特徴

  • 任意のセーフアドレスのセーフトランザクションを照会する
  • マルチシグ取引の詳細を取得する
  • トランザクションデータをデコードする
  • 安全なAPI統合

インストール

npm install

使用法

npm run build npm start

構成は必要ありません。サーバーはデフォルトで Safe Transaction API メインネット エンドポイントを使用します。

利用可能なツール

安全なトランザクションを取得する

任意のSafeアドレスのすべてのトランザクションを取得します。Safeアドレスは、会話のコンテキストに基づいてLLMによって実行時に決定されます。

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

マルチシグトランザクションを取得する

特定のマルチシグトランザクションの詳細を取得します。

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

トランザクションデータをデコードする

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

ライセンス

マサチューセッツ工科大学

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. 安全なトランザクションを取得する
          2. マルチシグトランザクションを取得する
          3. トランザクションデータをデコードする
        2. 構成(オプション)
          1. 発達
            1. ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server that integrates with MySQL databases, enabling secure read and write operations through LLM-driven interfaces with support for transaction handling and performance monitoring.
                Last updated -
                751
                14
                JavaScript
                MIT License
              • -
                security
                A
                license
                -
                quality
                A server implementation that allows secure communication between MCP clients and privateGPT, enabling users to chat with privateGPT using knowledge bases and manage sources, groups, and users through a standardized Model Context Protocol.
                Last updated -
                4
                JavaScript
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
                Last updated -
                20
                194
                Python
                GPL 3.0
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A suite of MCP servers that allow LLMs to interact with blockchains through MetaMask wallet without exposing private keys, facilitating secure AI-powered blockchain interactions and simplified user onboarding.
                Last updated -
                25
                3
                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/5ajaki/safe-mcp-server'

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