jupiter_executeOrder
InactiveTool of SAP MCP Server
Execute a signed swap transaction obtained from getOrder and receive execution status. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.
Parameters schema
{
"type": "object",
"required": [
"signedTransaction",
"requestId"
],
"properties": {
"requestId": {
"type": "string",
"description": "requestId from getOrder response"
},
"signedTransaction": {
"type": "string",
"description": "Base64-encoded signed transaction"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries