This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.9.16).
magicblock_swapQuote
InactiveTool of SAP MCP Server
declared in 0.9.16
Get a swap quote between two SPL mints (proxies Triton Metis swap API). Pass the result into magicblock_swap. Lightweight read tier; use this before any value-moving swap.
Parameters schema
{
"type": "object",
"required": [
"inputMint",
"outputMint",
"amount"
],
"properties": {
"amount": {
"type": "string",
"description": "Raw amount to swap (unsigned integer string, e.g. '1000000')"
},
"swapMode": {
"enum": [
"ExactIn",
"ExactOut"
],
"type": "string",
"description": "Swap mode: fixed input or fixed output amount"
},
"inputMint": {
"type": "string",
"description": "Input token mint address"
},
"outputMint": {
"type": "string",
"description": "Output token mint address"
},
"maxAccounts": {
"type": "number",
"description": "Approximate maximum account budget for the route (default 64)"
},
"slippageBps": {
"type": "number",
"description": "Slippage threshold in basis points (e.g. 50 = 0.5%)"
},
"platformFeeBps": {
"type": "number",
"description": "Optional platform fee in basis points"
},
"onlyDirectRoutes": {
"type": "boolean",
"description": "Limit routing to a single hop (default false)"
},
"restrictIntermediateTokens": {
"type": "boolean",
"description": "Restrict intermediate tokens to a more stable set (default false)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries