jupiter_getOrder
InactiveTool of SAP MCP Server
Get a quote + unsigned swap transaction in a single call (Ultra API). The recommended entry-point for swaps. 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": [
"inputMint",
"outputMint",
"amount",
"taker"
],
"properties": {
"taker": {
"type": "string",
"description": "Taker (sender) wallet address"
},
"amount": {
"type": "string",
"description": "Raw token amount as string (no decimals)"
},
"inputMint": {
"type": "string",
"description": "Token mint address (base58)"
},
"outputMint": {
"type": "string",
"description": "Token mint address (base58)"
},
"slippageBps": {
"type": "number",
"description": "Slippage tolerance in bps (e.g. 50 = 0.5%)"
},
"referralFeeBps": {
"type": "number",
"description": "Referral fee in bps"
},
"referralAccount": {
"type": "string",
"description": "Solana wallet public key (base58)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries