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

              • 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