This Safe MCP server, developed by 5pence, enables interaction with Safe (formerly Gnosis Safe) smart contract wallets through the Model Context Protocol. Built with TypeScript and leveraging the MCP SDK, it provides tools for querying Safe transactions, retrieving multisig transaction details, and decoding transaction data. The implementation focuses on simplifying access to Safe's functionality through a standardized interface, with default integration to the Safe Transaction API mainnet endpoint. It's particularly useful for developers and AI models needing to interact with Safe wallets, enabling use cases like transaction monitoring, multisig management, and smart contract interaction analysis without dealing directly with blockchain complexities.
No reviews yet. Be the first to review!
Sign in to join the conversation
Get all transactions for any Safe address. Parameters: address (string), limit (optional number), offset (optional number)
Get details of a specific multisig transaction. Parameters: safeTxHash (string)
Decode transaction data using Safe API. Parameters: data (string), to (optional string)