S
Safe Wallet
Enables interaction with Safe smart contract wallets for querying transactions, retrieving multisig details, and decoding data using the Safe Transaction API.
Share:
About
Enables interaction with Safe smart contract wallets for querying transactions, retrieving multisig details, and decoding data using the Safe Transaction API.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Safe Wallet.
- What is the Safe Wallet MCP used for?
- This MCP enables interaction with Safe smart contract wallets. It allows for querying transactions, retrieving multisig details, and decoding data using the Safe Transaction API.
- How can I install the Safe Wallet MCP in a client such as Cursor?
- Installation in a client like Cursor involves configuring the MCP server address and port. Specific steps depend on the client's MCP configuration interface.
- Does the Safe Wallet MCP require an API key or other credentials?
- The Safe Wallet MCP transport is stdio and auth type is none. Therefore, it does not require an API key or other credentials for operation.
- What are the key capabilities exposed by the Safe Wallet MCP?
- The MCP's core capabilities include querying Safe smart contract wallet transactions, fetching multisig wallet details, and decoding transaction data via the Safe Transaction API.
- What is the licensing model for the Safe Wallet MCP?
- The licensing model for the Safe Wallet MCP depends on the repository's licensing. The repository is publicly available on GitHub at https://github.com/5ajaki/safe-mcp-server.
- Are there any known limitations or prerequisites for using the Safe Wallet MCP?
- A key limitation is the absence of explicit documentation beyond the repository. Users may need to consult the source code for detailed usage instructions and potential constraints.
Install Safe Wallet
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"safe-wallet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-safe-wallet"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"safe-wallet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-safe-wallet"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"safe-wallet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-safe-wallet"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.