Safe MCP Server
@5ajaki
Safe MCP Server について
An MCP server implementation for interacting with Safe (Gnosis Safe) smart contract wallets
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Safe MCP Server?
Safe MCP Server is an MCP (Model Context Protocol) server for interacting with Safe (formerly Gnosis Safe) smart contract wallets. It allows AI agents to query transactions, get multisig details, and decode transaction data via the Safe Transaction API.
How to use Safe MCP Server?
Install with npm install, build with npm run build, and start with npm start. No configuration is required; the server uses the Safe Transaction API mainnet endpoint by default. Optionally, set the SAFE_API_URL environment variable to use a different endpoint (e.g., for testnets).
Key features of Safe MCP Server
- Query Safe transactions for any Safe address
- Get multisig transaction details
- Decode transaction data via Safe API
- Safe API integration with default mainnet endpoint
- Configurable API URL via environment variable
Use cases of Safe MCP Server
- Allow an AI assistant to check pending Safe multisig transactions
- Decode raw transaction data during wallet analysis
- Retrieve transaction history for a given Safe address
- Support testnet workflows by switching the API endpoint
FAQ from Safe MCP Server
Does Safe MCP Server require configuration?
No. It uses the Safe Transaction API mainnet endpoint by default. You can optionally change the endpoint via the SAFE_API_URL environment variable.
What tools does Safe MCP Server provide?
It provides three tools: getSafeTransactions, getMultisigTransaction, and decodeTransactionData.
Can I use Safe MCP Server with testnets?
Yes. Set the SAFE_API_URL environment variable to a testnet endpoint (e.g., Goerli) before starting the server.
How does the server determine the Safe address?
The Safe address is determined by the LLM at runtime based on the context of the conversation, not pre-configured.
What are the runtime dependencies?
Node.js and npm are required. Run npm install to install the package.
「その他」の他のコンテンツ
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント