sap_sign_transaction
InactiveTool of SAP MCP Server
Sign a serialized Solana transaction with the configured SAP MCP signer after sap_preview_transaction. This is the supported non-custodial signing path for agents; never read keypair JSON or sign raw message bytes in temporary scripts.
Parameters schema
{
"type": "object",
"properties": {
"encoding": {
"enum": [
"base64",
"base58"
],
"type": "string",
"description": "Input encoding"
},
"transaction": {
"type": "string",
"description": "Unsigned or partially signed transaction"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries