You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).

sap_submit_signed_transaction

Inactive

Tool of SAP MCP Server

declared in 0.9.16

Submit a signed Solana transaction produced by sap_sign_transaction through the configured RPC endpoint. Use this instead of custom sendRawTransaction scripts so policy, retries, and audit stay inside SAP MCP.

Parameters schema

{
  "type": "object",
  "properties": {
    "encoding": {
      "enum": [
        "base64",
        "base58"
      ],
      "type": "string",
      "description": "Input encoding"
    },
    "intentId": {
      "type": "string",
      "description": "Optional caller-provided id binding submission, confirmation, and audit output."
    },
    "commitment": {
      "enum": [
        "processed",
        "confirmed",
        "finalized"
      ],
      "type": "string",
      "description": "Desired confirmation status before returning success. Defaults to confirmed."
    },
    "maxRetries": {
      "type": "number",
      "description": "Maximum RPC send retries"
    },
    "skipPreflight": {
      "type": "boolean",
      "description": "Skip RPC preflight checks"
    },
    "submitRelayUrl": {
      "type": "string",
      "description": "Optional submit relay URL. Must be HTTPS, localhost, or 127.0.0.1."
    },
    "submitViaRelay": {
      "type": "boolean",
      "description": "When true, submit through the hosted OOBE relay. The relay only broadcasts already-signed bytes and never signs. Defaults to false for this local tool."
    },
    "signedTransaction": {
      "type": "string",
      "description": "Signed serialized transaction"
    },
    "confirmationTimeoutMs": {
      "type": "number",
      "description": "Bounded confirmation wait in milliseconds. Defaults to 90000; maximum 180000."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SAP MCP Server

https://github.com/OOBE-PROTOCOL/sap-mcp

2/7 registries
View full server →