What is Safe MCP Server?
Safe MCP Server is an implementation of a Model Context Protocol (MCP) server. It is designed specifically for interacting with Safe (formerly Gnosis Safe) smart contract wallets.
How to use Safe MCP Server?
To use it, install the package via npm, build the project, and start the server. No initial configuration is required as it defaults to the mainnet endpoint of the Safe Transaction API.
Key features of Safe MCP Server?
It can query Safe transactions for any Safe address, retrieve multisig transaction details, decode transaction data, and integrates with the Safe API.
Use cases of Safe MCP Server?
Use it for managing and querying transactions for Gnosis Safe wallets, analyzing multisig transaction details for audits, and decoding transaction data to understand smart contract interactions.
FAQ from Safe MCP Server?
Can I use Safe MCP Server for testnets? Yes, you can configure it for testnets by setting the SAFE_API_URL environment variable.
Is any configuration needed to start the server? No, it uses the Safe Transaction API mainnet endpoint by default.
What programming language is used? It is built using JavaScript and runs on Node.js.