Usage
Local Signer MCP is used after another system has prepared an unsigned payload.
Last updated
Local Signer MCP is used after another system has prepared an unsigned payload.
An orchestration layer creates an unsigned transaction or bridge step.
Local Signer MCP signs the payload locally.
The signed payload is broadcast by the appropriate system or client.
sign only
sign and broadcast
broadcast an already signed transaction
get_wallet_capabilities shows which wallet families and accounts are configured.
get_accounts returns configured local account addresses.
sign_transaction signs an unsigned transaction and returns the signed payload.
broadcast_transaction submits an already signed payload.
sign_and_broadcast_transaction signs locally and submits in one step.
Do not move signing logic into the orchestration layer.
Keep bridge planning in Allbridge MCP and local execution in Local Signer MCP.
Last updated