New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

prepare_safe_tx_propose

Propose a new Safe (Gnosis Safe) multisig transaction. Wraps an inner action — either a previous prepare_*'s handle (recommended; pulls to/value/data from server-side state) OR raw to / value / data — into a SafeTx, computes its EIP-712 hash, and returns an UnsignedTx that calls Safe.approveHash(...

SERVERVaultPilot MCP SOURCEvaultpilot-mcp
Critical RISK CLASS
Category Financial
Parameters 53 required
Recommended Approval-gatedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-szhygulin-vaultpilot-mcp/prepare-safe-tx-propose.md

What prepare_safe_tx_propose does on VaultPilot MCP

AI agents use prepare_safe_tx_propose to commit financial operations through VaultPilot MCP, usually the final step of a payment, billing, or trading workflow. A call moves real money.

ParameterTypeRequiredDescription
chain string
inner object Yes
signer string Yes
safeAddress string Yes
nonceOverride string

Parameters from the server's own tool schema.

Why prepare_safe_tx_propose is rated Critical

This tool initiates a multisig crypto transaction on Gnosis Safe, which can encode arbitrary on-chain actions including token transfers, DeFi interactions, or contract calls with financial consequences. Misuse could result in unauthorized fund movements across EVM networks. The ability to pass raw `to/value/data` parameters makes this especially dangerous as an AI agent could encode arbitrary financial transactions.

From the tool's definition Propose a new Safe (Gnosis Safe) multisig transaction... wraps an inner action — either a previous prepare_*'s handle OR raw `to / value / data` — into a SafeTx... returns an UnsignedTx that calls `Safe.approveHash(safeTxHash)`

Questions about prepare_safe_tx_propose

What does the prepare_safe_tx_propose tool do? +

Propose a new Safe (Gnosis Safe) multisig transaction. Wraps an inner action — either a previous prepare_*'s handle (recommended; pulls to/value/data from server-side state) OR raw to / value / data — into a SafeTx, computes its EIP-712 hash, and returns an UnsignedTx that calls Safe.approveHash(safeTxHash). The proposer broadcasts that approveHash via send_transaction; once mined, call submit_safe_tx_signature to post the proposal to Safe Transaction Service. Uses the on-chain approveHash flow (NOT off-chain eth_signTypedData_v4) — preserves the WalletConnect anti-Permit2-phishing scope. Default operation is CALL (0); DELEGATECALL (1) is high-risk and is flagged in the receipt. It is categorised as a Financial tool in the VaultPilot MCP MCP Server, which means it involves financial transactions. Block by default and require explicit approval.

What parameters does prepare_safe_tx_propose accept? +

prepare_safe_tx_propose accepts 5 parameters: chain, inner, signer, safeAddress, nonceOverride. Required: inner, signer, safeAddress. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on prepare_safe_tx_propose? +

Register the VaultPilot MCP server in PolicyLayer and add a rule for prepare_safe_tx_propose: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches VaultPilot MCP. Nothing to install.

What risk level is prepare_safe_tx_propose? +

prepare_safe_tx_propose is a Financial tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit prepare_safe_tx_propose? +

Yes. Add a rate_limit block to the prepare_safe_tx_propose rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block prepare_safe_tx_propose completely? +

Set action: deny in the PolicyLayer policy for prepare_safe_tx_propose. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides prepare_safe_tx_propose? +

prepare_safe_tx_propose is provided by the VaultPilot MCP server (vaultpilot-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on VaultPilot, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of VaultPilot's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.