safe-mcp-server
An MCP server implementation for interacting with Safe smart contract wallets.
The Safe MCP Server is a Model Context Protocol server designed to facilitate interactions with Safe (formerly Gnosis Safe) smart contract wallets. It provides a robust interface for querying Safe transactions, retrieving multisig transaction details, and decoding transaction data. The server integrates seamlessly with the Safe API, allowing users to access transaction information on the Ethereum mainnet by default. It is built to be user-friendly, requiring no configuration for standard use, and offers flexibility for developers who wish to connect to different network endpoints, such as testnets, through environment variables.
Features
- Query Safe transactions for any Safe address
- Retrieve multisig transaction details
- Decode transaction data
- Integrate with Safe API
- No configuration required for mainnet access
MCP Tools
- getSafeTransactions: Get all transactions for any Safe address. The Safe address is determined by the LLM at runtime based on the context of the conversation.
- getMultisigTransaction: Get details of a specific multisig transaction.
- decodeTransactionData: Decode transaction data using Safe API.
Usage with Different Platforms
npm
bash
npm install
npm run build
npm start
environment_variable
bash
SAFE_API_URL=https://safe-transaction-goerli.safe.global/api/v1 npm start
Related MCP Servers
View all finance servers →mcp-server
by financial-datasets
This is a Model Context Protocol (MCP) server that provides access to stock market data from Financial Datasets.
evm-mcp-server
by mcpdotdirect
A comprehensive Model Context Protocol (MCP) server that provides blockchain services across multiple EVM-compatible networks.
razorpay-mcp-server
by razorpay
The Razorpay MCP Server is a Model Context Protocol server that integrates with Razorpay APIs for advanced payment processing.
investor-agent
by ferdousbhai
The investor-agent is a Model Context Protocol server designed to provide comprehensive financial insights and analysis to Large Language Models.
mcp-cn-a-stock
by elsejj
This is an MCP (Model Content Protocol) service providing A-share data for large models.
mcp-trader
by wshobson
A Model Context Protocol (MCP) server designed for stock traders, offering a suite of tools for technical analysis and trading.
freqtrade-mcp
by kukapay
An MCP server that integrates with the Freqtrade cryptocurrency trading bot via its REST API, enabling seamless AI agent interaction for automated trading operation.