Safe MCP Server
by 5ajaki
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SAFE_API_URL | No | The Safe Transaction API endpoint to use (defaults to mainnet: https://safe-transaction-mainnet.safe.global/api/v1) | https://safe-transaction-mainnet.safe.global/api/v1 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
getSafeTransactions | Get all transactions for a Safe address |
getMultisigTransaction | Get details of a specific multisig transaction |
decodeTransactionData | Decode transaction data using Safe API |